Package xyz.block.ftl.language.v1
Class GetCreateModuleFlagsResponse.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.GetCreateModuleFlagsResponse.FlagOrBuilder
public final class GetCreateModuleFlagsResponse.Flag extends GeneratedMessageV3 implements GetCreateModuleFlagsResponse.FlagOrBuilder
Protobuf type
xyz.block.ftl.language.v1.GetCreateModuleFlagsResponse.Flag
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classGetCreateModuleFlagsResponse.Flag.BuilderProtobuf type
xyz.block.ftl.language.v1.GetCreateModuleFlagsResponse.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 GetCreateModuleFlagsResponse.FlagparseFrom(ByteBuffer data)static GetCreateModuleFlagsResponse.FlagparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static GetCreateModuleFlagsResponse.FlagparseFrom(ByteString data)static GetCreateModuleFlagsResponse.FlagparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static GetCreateModuleFlagsResponse.FlagparseFrom(Array<byte> data)static GetCreateModuleFlagsResponse.FlagparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static GetCreateModuleFlagsResponse.FlagparseFrom(InputStream input)static GetCreateModuleFlagsResponse.FlagparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static GetCreateModuleFlagsResponse.FlagparseDelimitedFrom(InputStream input)static GetCreateModuleFlagsResponse.FlagparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static GetCreateModuleFlagsResponse.FlagparseFrom(CodedInputStream input)static GetCreateModuleFlagsResponse.FlagparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)GetCreateModuleFlagsResponse.Flag.BuildernewBuilderForType()static GetCreateModuleFlagsResponse.Flag.BuildernewBuilder()static GetCreateModuleFlagsResponse.Flag.BuildernewBuilder(GetCreateModuleFlagsResponse.Flag prototype)GetCreateModuleFlagsResponse.Flag.BuildertoBuilder()static GetCreateModuleFlagsResponse.FlaggetDefaultInstance()static Parser<GetCreateModuleFlagsResponse.Flag>parser()Parser<GetCreateModuleFlagsResponse.Flag>getParserForType()GetCreateModuleFlagsResponse.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 GetCreateModuleFlagsResponse.Flag parseFrom(ByteBuffer data)
-
parseFrom
static GetCreateModuleFlagsResponse.Flag parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetCreateModuleFlagsResponse.Flag parseFrom(ByteString data)
-
parseFrom
static GetCreateModuleFlagsResponse.Flag parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetCreateModuleFlagsResponse.Flag parseFrom(Array<byte> data)
-
parseFrom
static GetCreateModuleFlagsResponse.Flag parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetCreateModuleFlagsResponse.Flag parseFrom(InputStream input)
-
parseFrom
static GetCreateModuleFlagsResponse.Flag parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static GetCreateModuleFlagsResponse.Flag parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static GetCreateModuleFlagsResponse.Flag parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetCreateModuleFlagsResponse.Flag parseFrom(CodedInputStream input)
-
parseFrom
static GetCreateModuleFlagsResponse.Flag parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
GetCreateModuleFlagsResponse.Flag.Builder newBuilderForType()
-
newBuilder
static GetCreateModuleFlagsResponse.Flag.Builder newBuilder()
-
newBuilder
static GetCreateModuleFlagsResponse.Flag.Builder newBuilder(GetCreateModuleFlagsResponse.Flag prototype)
-
toBuilder
GetCreateModuleFlagsResponse.Flag.Builder toBuilder()
-
getDefaultInstance
static GetCreateModuleFlagsResponse.Flag getDefaultInstance()
-
parser
static Parser<GetCreateModuleFlagsResponse.Flag> parser()
-
getParserForType
Parser<GetCreateModuleFlagsResponse.Flag> getParserForType()
-
getDefaultInstanceForType
GetCreateModuleFlagsResponse.Flag getDefaultInstanceForType()
-
-
-
-