Discovery Engine v1 API - Class SingleRegionKey (1.8.0)

public sealed class SingleRegionKey : IMessage<SingleRegionKey>, IEquatable<SingleRegionKey>, IDeepCloneable<SingleRegionKey>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1 API class SingleRegionKey.

Metadata for single-regional CMEKs.

Inheritance

object > SingleRegionKey

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

Google.Cloud.DiscoveryEngine.V1.dll

Constructors

SingleRegionKey()

public SingleRegionKey()

SingleRegionKey(SingleRegionKey)

public SingleRegionKey(SingleRegionKey other)
Parameter
Name Description
other SingleRegionKey

Properties

KmsKey

public string KmsKey { get; set; }

Required. Single-regional kms key resource name which will be used to encrypt resources projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{keyId}.

Property Value
Type Description
string

KmsKeyAsCryptoKeysName

public CryptoKeysName KmsKeyAsCryptoKeysName { get; set; }

CryptoKeysName-typed view over the KmsKey resource name property.

Property Value
Type Description
CryptoKeysName