Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::UpdateRepositoryRequest.
UpdateRepository
request message.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#repository
def repository() -> ::Google::Cloud::Dataform::V1beta1::Repository
Returns
- (::Google::Cloud::Dataform::V1beta1::Repository) — Required. The repository to update.
#repository=
def repository=(value) -> ::Google::Cloud::Dataform::V1beta1::Repository
Parameter
- value (::Google::Cloud::Dataform::V1beta1::Repository) — Required. The repository to update.
Returns
- (::Google::Cloud::Dataform::V1beta1::Repository) — Required. The repository to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Optional. Specifies the fields to be updated in the repository. If left unset, all fields will be updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Optional. Specifies the fields to be updated in the repository. If left unset, all fields will be updated.
Returns
- (::Google::Protobuf::FieldMask) — Optional. Specifies the fields to be updated in the repository. If left unset, all fields will be updated.