Reference documentation and code samples for the Resource Manager V3 API class Google::Cloud::ResourceManager::V3::UpdateFolderRequest.
The request sent to the [UpdateFolder][google.cloud.resourcemanager.v3.Folder.UpdateFolder] method.
Only the display_name
field can be changed. All other fields will be ignored. Use the MoveFolder method to change the parent
field.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#folder
def folder() -> ::Google::Cloud::ResourceManager::V3::Folder
Returns
- (::Google::Cloud::ResourceManager::V3::Folder) — Required. The new definition of the Folder. It must include the
name
field, which cannot be changed.
#folder=
def folder=(value) -> ::Google::Cloud::ResourceManager::V3::Folder
Parameter
- value (::Google::Cloud::ResourceManager::V3::Folder) — Required. The new definition of the Folder. It must include the
name
field, which cannot be changed.
Returns
- (::Google::Cloud::ResourceManager::V3::Folder) — Required. The new definition of the Folder. It must include the
name
field, which cannot be changed.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Required. Fields to be updated. Only the
display_name
can be updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Required. Fields to be updated. Only the
display_name
can be updated.
Returns
- (::Google::Protobuf::FieldMask) — Required. Fields to be updated. Only the
display_name
can be updated.