Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::UpdateFolderRequest.
UpdateFolder request message.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#folder
def folder() -> ::Google::Cloud::Dataform::V1beta1::Folder
Returns
- (::Google::Cloud::Dataform::V1beta1::Folder) — Required. The updated Folder.
#folder=
def folder=(value) -> ::Google::Cloud::Dataform::V1beta1::Folder
Parameter
- value (::Google::Cloud::Dataform::V1beta1::Folder) — Required. The updated Folder.
Returns
- (::Google::Cloud::Dataform::V1beta1::Folder) — Required. The updated Folder.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Optional. Specifies the fields to be updated in the Folder. If left unset, all fields that can be updated, will be updated. A few fields cannot be updated and will be ignored if specified in the update_mask (e.g. parent_name, team_folder_name).
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Optional. Specifies the fields to be updated in the Folder. If left unset, all fields that can be updated, will be updated. A few fields cannot be updated and will be ignored if specified in the update_mask (e.g. parent_name, team_folder_name).
Returns
- (::Google::Protobuf::FieldMask) — Optional. Specifies the fields to be updated in the Folder. If left unset, all fields that can be updated, will be updated. A few fields cannot be updated and will be ignored if specified in the update_mask (e.g. parent_name, team_folder_name).