Class: Google::Cloud::ResourceManager::V3::UpdateProjectRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ResourceManager::V3::UpdateProjectRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/resourcemanager/v3/projects.rb
Overview
The request sent to the UpdateProject method.
Only the display_name
and labels
fields can be change. Use the
MoveProject method to
change the parent
field.
Instance Attribute Summary collapse
-
#project ⇒ ::Google::Cloud::ResourceManager::V3::Project
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#project ⇒ ::Google::Cloud::ResourceManager::V3::Project
Returns Required. The new definition of the project.
323 324 325 326 |
# File 'proto_docs/google/cloud/resourcemanager/v3/projects.rb', line 323 class UpdateProjectRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. An update mask to selectively update fields.
323 324 325 326 |
# File 'proto_docs/google/cloud/resourcemanager/v3/projects.rb', line 323 class UpdateProjectRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |