Package xyz.block.ftl.v1
Class ListConfigRequest
-
- 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.v1.ListConfigRequestOrBuilder
public final class ListConfigRequest extends GeneratedMessageV3 implements ListConfigRequestOrBuilder
Protobuf type
xyz.block.ftl.v1.ListConfigRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classListConfigRequest.BuilderProtobuf type
xyz.block.ftl.v1.ListConfigRequest
-
Field Summary
Fields Modifier and Type Field Description public final static intMODULE_FIELD_NUMBERpublic final static intINCLUDE_VALUES_FIELD_NUMBERpublic final static intPROVIDER_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()booleanhasModule()optional string module = 1;StringgetModule()optional string module = 1;ByteStringgetModuleBytes()optional string module = 1;booleanhasIncludeValues()optional bool include_values = 2;booleangetIncludeValues()optional bool include_values = 2;booleanhasProvider()optional .xyz.block.ftl.v1.ConfigProvider provider = 3;intgetProviderValue()optional .xyz.block.ftl.v1.ConfigProvider provider = 3;ConfigProvidergetProvider()optional .xyz.block.ftl.v1.ConfigProvider provider = 3;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static ListConfigRequestparseFrom(ByteBuffer data)static ListConfigRequestparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static ListConfigRequestparseFrom(ByteString data)static ListConfigRequestparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static ListConfigRequestparseFrom(Array<byte> data)static ListConfigRequestparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static ListConfigRequestparseFrom(InputStream input)static ListConfigRequestparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static ListConfigRequestparseDelimitedFrom(InputStream input)static ListConfigRequestparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static ListConfigRequestparseFrom(CodedInputStream input)static ListConfigRequestparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)ListConfigRequest.BuildernewBuilderForType()static ListConfigRequest.BuildernewBuilder()static ListConfigRequest.BuildernewBuilder(ListConfigRequest prototype)ListConfigRequest.BuildertoBuilder()static ListConfigRequestgetDefaultInstance()static Parser<ListConfigRequest>parser()Parser<ListConfigRequest>getParserForType()ListConfigRequestgetDefaultInstanceForType()-
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()
-
hasModule
boolean hasModule()
optional string module = 1;- Returns:
Whether the module field is set.
-
getModuleBytes
ByteString getModuleBytes()
optional string module = 1;- Returns:
The bytes for module.
-
hasIncludeValues
boolean hasIncludeValues()
optional bool include_values = 2;- Returns:
Whether the includeValues field is set.
-
getIncludeValues
boolean getIncludeValues()
optional bool include_values = 2;- Returns:
The includeValues.
-
hasProvider
boolean hasProvider()
optional .xyz.block.ftl.v1.ConfigProvider provider = 3;- Returns:
Whether the provider field is set.
-
getProviderValue
int getProviderValue()
optional .xyz.block.ftl.v1.ConfigProvider provider = 3;- Returns:
The enum numeric value on the wire for provider.
-
getProvider
ConfigProvider getProvider()
optional .xyz.block.ftl.v1.ConfigProvider provider = 3;- Returns:
The provider.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static ListConfigRequest parseFrom(ByteBuffer data)
-
parseFrom
static ListConfigRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ListConfigRequest parseFrom(ByteString data)
-
parseFrom
static ListConfigRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ListConfigRequest parseFrom(Array<byte> data)
-
parseFrom
static ListConfigRequest parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ListConfigRequest parseFrom(InputStream input)
-
parseFrom
static ListConfigRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static ListConfigRequest parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static ListConfigRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ListConfigRequest parseFrom(CodedInputStream input)
-
parseFrom
static ListConfigRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
ListConfigRequest.Builder newBuilderForType()
-
newBuilder
static ListConfigRequest.Builder newBuilder()
-
newBuilder
static ListConfigRequest.Builder newBuilder(ListConfigRequest prototype)
-
toBuilder
ListConfigRequest.Builder toBuilder()
-
getDefaultInstance
static ListConfigRequest getDefaultInstance()
-
parser
static Parser<ListConfigRequest> parser()
-
getParserForType
Parser<ListConfigRequest> getParserForType()
-
getDefaultInstanceForType
ListConfigRequest getDefaultInstanceForType()
-
-
-
-