GDC Hardware Management V1ALPHA API - Class Google::Cloud::GDCHardwareManagement::V1alpha::UpdateSiteRequest (v0.1.0)

Reference documentation and code samples for the GDC Hardware Management V1ALPHA API class Google::Cloud::GDCHardwareManagement::V1alpha::UpdateSiteRequest.

A request to update a site.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#request_id

def request_id() -> ::String
Returns
  • (::String) — Optional. An optional unique identifier for this request. See AIP-155.

#request_id=

def request_id=(value) -> ::String
Parameter
  • value (::String) — Optional. An optional unique identifier for this request. See AIP-155.
Returns
  • (::String) — Optional. An optional unique identifier for this request. See AIP-155.

#site

def site() -> ::Google::Cloud::GDCHardwareManagement::V1alpha::Site
Returns

#site=

def site=(value) -> ::Google::Cloud::GDCHardwareManagement::V1alpha::Site
Parameter
Returns

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns
  • (::Google::Protobuf::FieldMask) — Required. A mask to specify the fields in the Site to overwrite with this update. The fields specified in the update_mask are relative to the site, not the full request. A field will be overwritten if it is in the mask. If you don't provide a mask then all fields will be overwritten.

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
  • value (::Google::Protobuf::FieldMask) — Required. A mask to specify the fields in the Site to overwrite with this update. The fields specified in the update_mask are relative to the site, not the full request. A field will be overwritten if it is in the mask. If you don't provide a mask then all fields will be overwritten.
Returns
  • (::Google::Protobuf::FieldMask) — Required. A mask to specify the fields in the Site to overwrite with this update. The fields specified in the update_mask are relative to the site, not the full request. A field will be overwritten if it is in the mask. If you don't provide a mask then all fields will be overwritten.