Package xyz.block.ftl.admin.v1
Class SecretsListResponse.Secret
-
- 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.SecretsListResponse.SecretOrBuilder
public final class SecretsListResponse.Secret extends GeneratedMessageV3 implements SecretsListResponse.SecretOrBuilder
Protobuf type
xyz.block.ftl.admin.v1.SecretsListResponse.Secret
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSecretsListResponse.Secret.BuilderProtobuf type
xyz.block.ftl.admin.v1.SecretsListResponse.Secret
-
Field Summary
Fields Modifier and Type Field Description public final static intREF_PATH_FIELD_NUMBERpublic final static intVALUE_FIELD_NUMBER
-
Method Summary
-
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()
-
getRefPath
String getRefPath()
string ref_path = 1;- Returns:
The refPath.
-
getRefPathBytes
ByteString getRefPathBytes()
string ref_path = 1;- Returns:
The bytes for refPath.
-
hasValue
boolean hasValue()
optional bytes value = 2;- Returns:
Whether the value field is set.
-
getValue
ByteString getValue()
optional bytes value = 2;- Returns:
The value.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static SecretsListResponse.Secret parseFrom(ByteBuffer data)
-
parseFrom
static SecretsListResponse.Secret parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static SecretsListResponse.Secret parseFrom(ByteString data)
-
parseFrom
static SecretsListResponse.Secret parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static SecretsListResponse.Secret parseFrom(Array<byte> data)
-
parseFrom
static SecretsListResponse.Secret parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static SecretsListResponse.Secret parseFrom(InputStream input)
-
parseFrom
static SecretsListResponse.Secret parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static SecretsListResponse.Secret parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static SecretsListResponse.Secret parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static SecretsListResponse.Secret parseFrom(CodedInputStream input)
-
parseFrom
static SecretsListResponse.Secret parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
SecretsListResponse.Secret.Builder newBuilderForType()
-
newBuilder
static SecretsListResponse.Secret.Builder newBuilder()
-
newBuilder
static SecretsListResponse.Secret.Builder newBuilder(SecretsListResponse.Secret prototype)
-
toBuilder
SecretsListResponse.Secret.Builder toBuilder()
-
getDefaultInstance
static SecretsListResponse.Secret getDefaultInstance()
-
parser
static Parser<SecretsListResponse.Secret> parser()
-
getParserForType
Parser<SecretsListResponse.Secret> getParserForType()
-
getDefaultInstanceForType
SecretsListResponse.Secret getDefaultInstanceForType()
-
-
-
-