Package xyz.block.ftl.admin.v1
Class SecretGetRequest
-
- 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.SecretGetRequestOrBuilder
public final class SecretGetRequest extends GeneratedMessageV3 implements SecretGetRequestOrBuilder
Protobuf type
xyz.block.ftl.admin.v1.SecretGetRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSecretGetRequest.BuilderProtobuf type
xyz.block.ftl.admin.v1.SecretGetRequest
-
Field Summary
Fields Modifier and Type Field Description public final static intREF_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()booleanhasRef().xyz.block.ftl.admin.v1.ConfigRef ref = 1;ConfigRefgetRef().xyz.block.ftl.admin.v1.ConfigRef ref = 1;ConfigRefOrBuildergetRefOrBuilder().xyz.block.ftl.admin.v1.ConfigRef ref = 1;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static SecretGetRequestparseFrom(ByteBuffer data)static SecretGetRequestparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static SecretGetRequestparseFrom(ByteString data)static SecretGetRequestparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static SecretGetRequestparseFrom(Array<byte> data)static SecretGetRequestparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static SecretGetRequestparseFrom(InputStream input)static SecretGetRequestparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static SecretGetRequestparseDelimitedFrom(InputStream input)static SecretGetRequestparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static SecretGetRequestparseFrom(CodedInputStream input)static SecretGetRequestparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)SecretGetRequest.BuildernewBuilderForType()static SecretGetRequest.BuildernewBuilder()static SecretGetRequest.BuildernewBuilder(SecretGetRequest prototype)SecretGetRequest.BuildertoBuilder()static SecretGetRequestgetDefaultInstance()static Parser<SecretGetRequest>parser()Parser<SecretGetRequest>getParserForType()SecretGetRequestgetDefaultInstanceForType()-
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()
-
hasRef
boolean hasRef()
.xyz.block.ftl.admin.v1.ConfigRef ref = 1;- Returns:
Whether the ref field is set.
-
getRefOrBuilder
ConfigRefOrBuilder getRefOrBuilder()
.xyz.block.ftl.admin.v1.ConfigRef ref = 1;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static SecretGetRequest parseFrom(ByteBuffer data)
-
parseFrom
static SecretGetRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static SecretGetRequest parseFrom(ByteString data)
-
parseFrom
static SecretGetRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static SecretGetRequest parseFrom(Array<byte> data)
-
parseFrom
static SecretGetRequest parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static SecretGetRequest parseFrom(InputStream input)
-
parseFrom
static SecretGetRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static SecretGetRequest parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static SecretGetRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static SecretGetRequest parseFrom(CodedInputStream input)
-
parseFrom
static SecretGetRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
SecretGetRequest.Builder newBuilderForType()
-
newBuilder
static SecretGetRequest.Builder newBuilder()
-
newBuilder
static SecretGetRequest.Builder newBuilder(SecretGetRequest prototype)
-
toBuilder
SecretGetRequest.Builder toBuilder()
-
getDefaultInstance
static SecretGetRequest getDefaultInstance()
-
parser
static Parser<SecretGetRequest> parser()
-
getParserForType
Parser<SecretGetRequest> getParserForType()
-
getDefaultInstanceForType
SecretGetRequest getDefaultInstanceForType()
-
-
-
-