Class: Google::Cloud::GkeHub::V1::UpdateFleetRequest

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

Overview

Request message for the GkeHub.UpdateFleet method.

Instance Attribute Summary collapse

Instance Attribute Details

#fleet::Google::Cloud::GkeHub::V1::Fleet

Returns Required. The Fleet to update.

The name field of the Fleet object identifies which fleet will be updated.

Returns:



1057
1058
1059
1060
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 1057

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

#update_mask::Google::Protobuf::FieldMask

Returns Required. The fields to be updated;.

Returns:



1057
1058
1059
1060
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 1057

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