Class: Google::Cloud::GkeHub::V1::UpdateFleetRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GkeHub::V1::UpdateFleetRequest
- 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
-
#fleet ⇒ ::Google::Cloud::GkeHub::V1::Fleet
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
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.
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;.
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 |