Package xyz.block.ftl.admin.v1
Class ConfigRef
-
- 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.admin.v1.ConfigRefOrBuilder
public final class ConfigRef extends GeneratedMessageV3 implements ConfigRefOrBuilder
Protobuf type
xyz.block.ftl.admin.v1.ConfigRef
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classConfigRef.BuilderProtobuf type
xyz.block.ftl.admin.v1.ConfigRef
-
Field Summary
Fields Modifier and Type Field Description public final static intMODULE_FIELD_NUMBERpublic final static intNAME_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;StringgetName()string name = 2;ByteStringgetNameBytes()string name = 2;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static ConfigRefparseFrom(ByteBuffer data)static ConfigRefparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static ConfigRefparseFrom(ByteString data)static ConfigRefparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static ConfigRefparseFrom(Array<byte> data)static ConfigRefparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static ConfigRefparseFrom(InputStream input)static ConfigRefparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static ConfigRefparseDelimitedFrom(InputStream input)static ConfigRefparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static ConfigRefparseFrom(CodedInputStream input)static ConfigRefparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)ConfigRef.BuildernewBuilderForType()static ConfigRef.BuildernewBuilder()static ConfigRef.BuildernewBuilder(ConfigRef prototype)ConfigRef.BuildertoBuilder()static ConfigRefgetDefaultInstance()static Parser<ConfigRef>parser()Parser<ConfigRef>getParserForType()ConfigRefgetDefaultInstanceForType()-
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.
-
getNameBytes
ByteString getNameBytes()
string name = 2;- Returns:
The bytes for name.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static ConfigRef parseFrom(ByteBuffer data)
-
parseFrom
static ConfigRef parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ConfigRef parseFrom(InputStream input)
-
parseFrom
static ConfigRef parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static ConfigRef parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static ConfigRef parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ConfigRef parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
ConfigRef.Builder newBuilderForType()
-
newBuilder
static ConfigRef.Builder newBuilder()
-
newBuilder
static ConfigRef.Builder newBuilder(ConfigRef prototype)
-
toBuilder
ConfigRef.Builder toBuilder()
-
getDefaultInstance
static ConfigRef getDefaultInstance()
-
getParserForType
Parser<ConfigRef> getParserForType()
-
getDefaultInstanceForType
ConfigRef getDefaultInstanceForType()
-
-
-
-