Interface GetCreateModuleFlagsResponse.FlagOrBuilder

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String getName() string name = 1;
      abstract ByteString getNameBytes() string name = 1;
      abstract String getHelp() string help = 2;
      abstract ByteString getHelpBytes() string help = 2;
      abstract boolean hasEnvar() optional string envar = 3;
      abstract String getEnvar() optional string envar = 3;
      abstract ByteString getEnvarBytes() optional string envar = 3;
      abstract boolean hasShort()
      short must be a single character
      
      optional string short = 4;
      abstract String getShort()
      short must be a single character
      
      optional string short = 4;
      abstract ByteString getShortBytes()
      short must be a single character
      
      optional string short = 4;
      abstract boolean hasPlaceholder() optional string placeholder = 5;
      abstract String getPlaceholder() optional string placeholder = 5;
      abstract ByteString getPlaceholderBytes() optional string placeholder = 5;
      abstract boolean hasDefault() optional string default = 6;
      abstract String getDefault() optional string default = 6;
      abstract ByteString getDefaultBytes() optional string default = 6;
      • Methods inherited from class com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getName

         abstract String getName()

        string name = 1;

        Returns:

        The name.

      • getNameBytes

         abstract ByteString getNameBytes()

        string name = 1;

        Returns:

        The bytes for name.

      • getHelp

         abstract String getHelp()

        string help = 2;

        Returns:

        The help.

      • getHelpBytes

         abstract ByteString getHelpBytes()

        string help = 2;

        Returns:

        The bytes for help.

      • hasEnvar

         abstract boolean hasEnvar()

        optional string envar = 3;

        Returns:

        Whether the envar field is set.

      • getEnvar

         abstract String getEnvar()

        optional string envar = 3;

        Returns:

        The envar.

      • getEnvarBytes

         abstract ByteString getEnvarBytes()

        optional string envar = 3;

        Returns:

        The bytes for envar.

      • hasShort

         abstract boolean hasShort()
        short must be a single character
        
        optional string short = 4;
        Returns:

        Whether the short field is set.

      • getShort

         abstract String getShort()
        short must be a single character
        
        optional string short = 4;
        Returns:

        The short.

      • getShortBytes

         abstract ByteString getShortBytes()
        short must be a single character
        
        optional string short = 4;
        Returns:

        The bytes for short.

      • hasPlaceholder

         abstract boolean hasPlaceholder()

        optional string placeholder = 5;

        Returns:

        Whether the placeholder field is set.

      • getPlaceholder

         abstract String getPlaceholder()

        optional string placeholder = 5;

        Returns:

        The placeholder.

      • getPlaceholderBytes

         abstract ByteString getPlaceholderBytes()

        optional string placeholder = 5;

        Returns:

        The bytes for placeholder.

      • hasDefault

         abstract boolean hasDefault()

        optional string default = 6;

        Returns:

        Whether the default field is set.

      • getDefault

         abstract String getDefault()

        optional string default = 6;

        Returns:

        The default.

      • getDefaultBytes

         abstract ByteString getDefaultBytes()

        optional string default = 6;

        Returns:

        The bytes for default.