Google Cloud Api Hub V1 Client - Class EncryptionType (0.3.0)

Reference documentation and code samples for the Google Cloud Api Hub V1 Client class EncryptionType.

Types of data encryption.

Protobuf type google.cloud.apihub.v1.ApiHubInstance.Config.EncryptionType

Namespace

Google \ Cloud \ ApiHub \ V1 \ ApiHubInstance \ Config

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ENCRYPTION_TYPE_UNSPECIFIED

Value: 0

Encryption type unspecified.

Generated from protobuf enum ENCRYPTION_TYPE_UNSPECIFIED = 0;

GMEK

Value: 1

Default encryption using Google managed encryption key.

Generated from protobuf enum GMEK = 1;

CMEK

Value: 2

Encryption using customer managed encryption key.

Generated from protobuf enum CMEK = 2;