Package xyz.block.ftl.admin.v1
Class SecretGetResponse
-
- 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.SecretGetResponseOrBuilder
public final class SecretGetResponse extends GeneratedMessageV3 implements SecretGetResponseOrBuilder
Protobuf type
xyz.block.ftl.admin.v1.SecretGetResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSecretGetResponse.BuilderProtobuf type
xyz.block.ftl.admin.v1.SecretGetResponse
-
Field Summary
Fields Modifier and Type Field Description public final static intVALUE_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()ByteStringgetValue()bytes value = 1;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static SecretGetResponseparseFrom(ByteBuffer data)static SecretGetResponseparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static SecretGetResponseparseFrom(ByteString data)static SecretGetResponseparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static SecretGetResponseparseFrom(Array<byte> data)static SecretGetResponseparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static SecretGetResponseparseFrom(InputStream input)static SecretGetResponseparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static SecretGetResponseparseDelimitedFrom(InputStream input)static SecretGetResponseparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static SecretGetResponseparseFrom(CodedInputStream input)static SecretGetResponseparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)SecretGetResponse.BuildernewBuilderForType()static SecretGetResponse.BuildernewBuilder()static SecretGetResponse.BuildernewBuilder(SecretGetResponse prototype)SecretGetResponse.BuildertoBuilder()static SecretGetResponsegetDefaultInstance()static Parser<SecretGetResponse>parser()Parser<SecretGetResponse>getParserForType()SecretGetResponsegetDefaultInstanceForType()-
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()
-
getValue
ByteString getValue()
bytes value = 1;- Returns:
The value.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static SecretGetResponse parseFrom(ByteBuffer data)
-
parseFrom
static SecretGetResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static SecretGetResponse parseFrom(ByteString data)
-
parseFrom
static SecretGetResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static SecretGetResponse parseFrom(Array<byte> data)
-
parseFrom
static SecretGetResponse parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static SecretGetResponse parseFrom(InputStream input)
-
parseFrom
static SecretGetResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static SecretGetResponse parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static SecretGetResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static SecretGetResponse parseFrom(CodedInputStream input)
-
parseFrom
static SecretGetResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
SecretGetResponse.Builder newBuilderForType()
-
newBuilder
static SecretGetResponse.Builder newBuilder()
-
newBuilder
static SecretGetResponse.Builder newBuilder(SecretGetResponse prototype)
-
toBuilder
SecretGetResponse.Builder toBuilder()
-
getDefaultInstance
static SecretGetResponse getDefaultInstance()
-
parser
static Parser<SecretGetResponse> parser()
-
getParserForType
Parser<SecretGetResponse> getParserForType()
-
getDefaultInstanceForType
SecretGetResponse getDefaultInstanceForType()
-
-
-
-