Class: Google::Cloud::GDCHardwareManagement::V1alpha::UpdateHardwareRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb

Overview

A request to update hardware.

Instance Attribute Summary collapse

Instance Attribute Details

#hardware::Google::Cloud::GDCHardwareManagement::V1alpha::Hardware

Returns Required. The hardware to update.

Returns:



512
513
514
515
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 512

class UpdateHardwareRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#request_id::String

Returns Optional. An optional unique identifier for this request. See AIP-155.

Returns:

  • (::String)

    Optional. An optional unique identifier for this request. See AIP-155.



512
513
514
515
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 512

class UpdateHardwareRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns Required. A mask to specify the fields in the Hardware to overwrite with this update. The fields specified in the update_mask are relative to the hardware, 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 Hardware to overwrite with this update. The fields specified in the update_mask are relative to the hardware, 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.



512
513
514
515
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 512

class UpdateHardwareRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end