Reference documentation and code samples for the Google Cloud Dataform V1 Client class UpdateRepositoryRequest.
UpdateRepository
request message.
Generated from protobuf message google.cloud.dataform.v1.UpdateRepositoryRequest
Namespace
Google \ Cloud \ Dataform \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ update_mask
Google\Protobuf\FieldMask
Optional. Specifies the fields to be updated in the repository. If left unset, all fields will be updated.
↳ repository
getUpdateMask
Optional. Specifies the fields to be updated in the repository. If left unset, all fields will be updated.
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. Specifies the fields to be updated in the repository. If left unset, all fields will be updated.
$this
getRepository
Required. The repository to update.
hasRepository
clearRepository
setRepository
Required. The repository to update.
$this
static::build
repository
updateMask
Google\Protobuf\FieldMask
Optional. Specifies the fields to be updated in the repository. If left unset, all fields will be updated.