Class: Google::Cloud::GkeHub::V1::GetFleetRequest

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.GetFleet method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The Fleet resource name in the format projects/*/locations/*/fleets/*.

Returns:

  • (::String)

    Required. The Fleet resource name in the format projects/*/locations/*/fleets/*.



1042
1043
1044
1045
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 1042

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