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 \ V1beta1Methods
__construct
Constructor.
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.
string
setName
Identifier. The config name.
var
string
$this
getDefaultKmsKeyName
Optional. The default KMS key that is used if no encryption key is provided when a repository is created.
string
setDefaultKmsKeyName
Optional. The default KMS key that is used if no encryption key is provided when a repository is created.
var
string
$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.
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.
var
string
$this

