Package xyz.block.ftl.language.v1
Interface GetNewModuleFlagsResponse.FlagOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface GetNewModuleFlagsResponse.FlagOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetName()string name = 1;abstract ByteStringgetNameBytes()string name = 1;abstract StringgetHelp()string help = 2;abstract ByteStringgetHelpBytes()string help = 2;abstract booleanhasEnvar()optional string envar = 3;abstract StringgetEnvar()optional string envar = 3;abstract ByteStringgetEnvarBytes()optional string envar = 3;abstract booleanhasShort()short must be a single characteroptional string short = 4;abstract StringgetShort()short must be a single characteroptional string short = 4;abstract ByteStringgetShortBytes()short must be a single characteroptional string short = 4;abstract booleanhasPlaceholder()optional string placeholder = 5;abstract StringgetPlaceholder()optional string placeholder = 5;abstract ByteStringgetPlaceholderBytes()optional string placeholder = 5;abstract booleanhasDefault()optional string default = 6;abstract StringgetDefault()optional string default = 6;abstract ByteStringgetDefaultBytes()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
-
-
Method Detail
-
getNameBytes
abstract ByteString getNameBytes()
string name = 1;- Returns:
The bytes for name.
-
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.
-
getEnvarBytes
abstract ByteString getEnvarBytes()
optional string envar = 3;- Returns:
The bytes for envar.
-
hasShort
abstract boolean hasShort()
short must be a single characteroptional string short = 4;- Returns:
Whether the short field is set.
-
getShort
abstract String getShort()
short must be a single characteroptional string short = 4;- Returns:
The short.
-
getShortBytes
abstract ByteString getShortBytes()
short must be a single characteroptional 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.
-
-
-
-