Class: Google::Cloud::ResourceManager::V3::UpdateProjectRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#project::Google::Cloud::ResourceManager::V3::Project

Returns Required. The new definition of the project.

Returns:



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.

Returns:



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