Class: Google::Cloud::ResourceManager::V3::UpdateFolderRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ResourceManager::V3::UpdateFolderRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/resourcemanager/v3/folders.rb
Overview
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.
Instance Attribute Summary collapse
-
#folder ⇒ ::Google::Cloud::ResourceManager::V3::Folder
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#folder ⇒ ::Google::Cloud::ResourceManager::V3::Folder
Returns Required. The new definition of the Folder. It must include the name
field, which cannot be changed.
237 238 239 240 |
# File 'proto_docs/google/cloud/resourcemanager/v3/folders.rb', line 237 class UpdateFolderRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. Fields to be updated.
Only the display_name
can be updated.
237 238 239 240 |
# File 'proto_docs/google/cloud/resourcemanager/v3/folders.rb', line 237 class UpdateFolderRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |