Package xyz.block.ftl.language.v1
Class GetNewModuleFlagsResponse.Flag
-
- All Implemented Interfaces:
-
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable,xyz.block.ftl.language.v1.GetNewModuleFlagsResponse.FlagOrBuilder
public final class GetNewModuleFlagsResponse.Flag extends GeneratedMessageV3 implements GetNewModuleFlagsResponse.FlagOrBuilder
Protobuf type
xyz.block.ftl.language.v1.GetNewModuleFlagsResponse.Flag
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classGetNewModuleFlagsResponse.Flag.BuilderProtobuf type
xyz.block.ftl.language.v1.GetNewModuleFlagsResponse.Flag
-
Field Summary
Fields Modifier and Type Field Description public final static intNAME_FIELD_NUMBERpublic final static intHELP_FIELD_NUMBERpublic final static intENVAR_FIELD_NUMBERpublic final static intSHORT_FIELD_NUMBERpublic final static intPLACEHOLDER_FIELD_NUMBERpublic final static intDEFAULT_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()StringgetName()string name = 1;ByteStringgetNameBytes()string name = 1;StringgetHelp()string help = 2;ByteStringgetHelpBytes()string help = 2;booleanhasEnvar()optional string envar = 3;StringgetEnvar()optional string envar = 3;ByteStringgetEnvarBytes()optional string envar = 3;booleanhasShort()short must be a single characteroptional string short = 4;StringgetShort()short must be a single characteroptional string short = 4;ByteStringgetShortBytes()short must be a single characteroptional string short = 4;booleanhasPlaceholder()optional string placeholder = 5;StringgetPlaceholder()optional string placeholder = 5;ByteStringgetPlaceholderBytes()optional string placeholder = 5;booleanhasDefault()optional string default = 6;StringgetDefault()optional string default = 6;ByteStringgetDefaultBytes()optional string default = 6;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static GetNewModuleFlagsResponse.FlagparseFrom(ByteBuffer data)static GetNewModuleFlagsResponse.FlagparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static GetNewModuleFlagsResponse.FlagparseFrom(ByteString data)static GetNewModuleFlagsResponse.FlagparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static GetNewModuleFlagsResponse.FlagparseFrom(Array<byte> data)static GetNewModuleFlagsResponse.FlagparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static GetNewModuleFlagsResponse.FlagparseFrom(InputStream input)static GetNewModuleFlagsResponse.FlagparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static GetNewModuleFlagsResponse.FlagparseDelimitedFrom(InputStream input)static GetNewModuleFlagsResponse.FlagparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static GetNewModuleFlagsResponse.FlagparseFrom(CodedInputStream input)static GetNewModuleFlagsResponse.FlagparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)GetNewModuleFlagsResponse.Flag.BuildernewBuilderForType()static GetNewModuleFlagsResponse.Flag.BuildernewBuilder()static GetNewModuleFlagsResponse.Flag.BuildernewBuilder(GetNewModuleFlagsResponse.Flag prototype)GetNewModuleFlagsResponse.Flag.BuildertoBuilder()static GetNewModuleFlagsResponse.FlaggetDefaultInstance()static Parser<GetNewModuleFlagsResponse.Flag>parser()Parser<GetNewModuleFlagsResponse.Flag>getParserForType()GetNewModuleFlagsResponse.FlaggetDefaultInstanceForType()-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, toString -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.Message
getParserForType -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDescriptor
final static Descriptors.Descriptor getDescriptor()
-
getNameBytes
ByteString getNameBytes()
string name = 1;- Returns:
The bytes for name.
-
getHelpBytes
ByteString getHelpBytes()
string help = 2;- Returns:
The bytes for help.
-
hasEnvar
boolean hasEnvar()
optional string envar = 3;- Returns:
Whether the envar field is set.
-
getEnvarBytes
ByteString getEnvarBytes()
optional string envar = 3;- Returns:
The bytes for envar.
-
hasShort
boolean hasShort()
short must be a single characteroptional string short = 4;- Returns:
Whether the short field is set.
-
getShort
String getShort()
short must be a single characteroptional string short = 4;- Returns:
The short.
-
getShortBytes
ByteString getShortBytes()
short must be a single characteroptional string short = 4;- Returns:
The bytes for short.
-
hasPlaceholder
boolean hasPlaceholder()
optional string placeholder = 5;- Returns:
Whether the placeholder field is set.
-
getPlaceholder
String getPlaceholder()
optional string placeholder = 5;- Returns:
The placeholder.
-
getPlaceholderBytes
ByteString getPlaceholderBytes()
optional string placeholder = 5;- Returns:
The bytes for placeholder.
-
hasDefault
boolean hasDefault()
optional string default = 6;- Returns:
Whether the default field is set.
-
getDefault
String getDefault()
optional string default = 6;- Returns:
The default.
-
getDefaultBytes
ByteString getDefaultBytes()
optional string default = 6;- Returns:
The bytes for default.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static GetNewModuleFlagsResponse.Flag parseFrom(ByteBuffer data)
-
parseFrom
static GetNewModuleFlagsResponse.Flag parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetNewModuleFlagsResponse.Flag parseFrom(ByteString data)
-
parseFrom
static GetNewModuleFlagsResponse.Flag parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetNewModuleFlagsResponse.Flag parseFrom(Array<byte> data)
-
parseFrom
static GetNewModuleFlagsResponse.Flag parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetNewModuleFlagsResponse.Flag parseFrom(InputStream input)
-
parseFrom
static GetNewModuleFlagsResponse.Flag parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static GetNewModuleFlagsResponse.Flag parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static GetNewModuleFlagsResponse.Flag parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetNewModuleFlagsResponse.Flag parseFrom(CodedInputStream input)
-
parseFrom
static GetNewModuleFlagsResponse.Flag parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
GetNewModuleFlagsResponse.Flag.Builder newBuilderForType()
-
newBuilder
static GetNewModuleFlagsResponse.Flag.Builder newBuilder()
-
newBuilder
static GetNewModuleFlagsResponse.Flag.Builder newBuilder(GetNewModuleFlagsResponse.Flag prototype)
-
toBuilder
GetNewModuleFlagsResponse.Flag.Builder toBuilder()
-
getDefaultInstance
static GetNewModuleFlagsResponse.Flag getDefaultInstance()
-
parser
static Parser<GetNewModuleFlagsResponse.Flag> parser()
-
getParserForType
Parser<GetNewModuleFlagsResponse.Flag> getParserForType()
-
getDefaultInstanceForType
GetNewModuleFlagsResponse.Flag getDefaultInstanceForType()
-
-
-
-