public final class SecretPayload extends GeneratedMessageV3 implements SecretPayloadOrBuilder
A secret payload resource in the Secret Manager API. This contains the
sensitive secret payload that is associated with a
SecretVersion.
Protobuf type google.cloud.secretmanager.v1.SecretPayload
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
DATA_CRC32C_FIELD_NUMBER
public static final int DATA_CRC32C_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
DATA_FIELD_NUMBER
public static final int DATA_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static SecretPayload getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static SecretPayload.Builder newBuilder()
newBuilder(SecretPayload prototype)
public static SecretPayload.Builder newBuilder(SecretPayload prototype)
public static SecretPayload parseDelimitedFrom(InputStream input)
public static SecretPayload parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static SecretPayload parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SecretPayload parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static SecretPayload parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SecretPayload parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SecretPayload parseFrom(CodedInputStream input)
public static SecretPayload parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SecretPayload parseFrom(InputStream input)
public static SecretPayload parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static SecretPayload parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SecretPayload parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<SecretPayload> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getData()
public ByteString getData()
The secret data. Must be no larger than 64KiB.
bytes data = 1;
getDataCrc32C()
public long getDataCrc32C()
Optional. If specified,
SecretManagerService
will verify the integrity of the received
data on
SecretManagerService.AddSecretVersion
calls using the crc32c checksum and store it to include in future
SecretManagerService.AccessSecretVersion
responses. If a checksum is not provided in the
SecretManagerService.AddSecretVersion
request, the
SecretManagerService
will generate and store one for you.
The CRC32C value is encoded as a Int64 for compatibility, and can be
safely downconverted to uint32 in languages that support this type.
https://cloud.google.com/apis/design/design_patterns#integer_types
optional int64 data_crc32c = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
long |
The dataCrc32c.
|
getDefaultInstanceForType()
public SecretPayload getDefaultInstanceForType()
getParserForType()
public Parser<SecretPayload> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hasDataCrc32C()
public boolean hasDataCrc32C()
Optional. If specified,
SecretManagerService
will verify the integrity of the received
data on
SecretManagerService.AddSecretVersion
calls using the crc32c checksum and store it to include in future
SecretManagerService.AccessSecretVersion
responses. If a checksum is not provided in the
SecretManagerService.AddSecretVersion
request, the
SecretManagerService
will generate and store one for you.
The CRC32C value is encoded as a Int64 for compatibility, and can be
safely downconverted to uint32 in languages that support this type.
https://cloud.google.com/apis/design/design_patterns#integer_types
optional int64 data_crc32c = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
Whether the dataCrc32c field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public SecretPayload.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SecretPayload.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public SecretPayload.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides