Google Cloud Dataform V1beta1 Client - Class Config (0.10.1)

Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class Config.

Config for all repositories in a given project and location.

Generated from protobuf message google.cloud.dataform.v1beta1.Config

Namespace

Google \ Cloud \ Dataform \ V1beta1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Identifier. The config name.

↳ default_kms_key_name string

Optional. The default KMS key that is used if no encryption key is provided when a repository is created.

↳ internal_metadata string

Output only. All the metadata information that is used internally to serve the resource. For example: timestamps, flags, status fields, etc. The format of this field is a JSON string.

getName

Identifier. The config name.

Returns
Type Description
string

setName

Identifier. The config name.

Parameter
Name Description
var string
Returns
Type Description
$this

getDefaultKmsKeyName

Optional. The default KMS key that is used if no encryption key is provided when a repository is created.

Returns
Type Description
string

setDefaultKmsKeyName

Optional. The default KMS key that is used if no encryption key is provided when a repository is created.

Parameter
Name Description
var string
Returns
Type Description
$this

getInternalMetadata

Output only. All the metadata information that is used internally to serve the resource. For example: timestamps, flags, status fields, etc. The format of this field is a JSON string.

Returns
Type Description
string

hasInternalMetadata

clearInternalMetadata

setInternalMetadata

Output only. All the metadata information that is used internally to serve the resource. For example: timestamps, flags, status fields, etc. The format of this field is a JSON string.

Parameter
Name Description
var string
Returns
Type Description
$this