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