SecretPayload class final
A secret payload resource in the Secret Manager API. This contains the
sensitive secret payload that is associated with a
SecretVersion.
- Inheritance
-
- Object
- ProtoMessage
- SecretPayload
Constructors
- SecretPayload({Uint8List? data, int? dataCrc32C})
- SecretPayload.fromJson(Object? j)
-
factory
Properties
- data → Uint8List
-
The secret data. Must be no larger than 64KiB.
final
- dataCrc32C → int?
-
Optional. If specified,
SecretManagerServicewill verify the integrity of the receiveddataonSecretManagerService.AddSecretVersioncalls using the crc32c checksum and store it to include in futureSecretManagerService.AccessSecretVersionresponses. If a checksum is not provided in theSecretManagerService.AddSecretVersionrequest, theSecretManagerServicewill generate and store one for you.final - hashCode → int
-
The hash code for this object.
no setterinherited
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String