Class: Google::Cloud::GkeHub::V1::CreateFleetRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Required. The fleet to create.

Returns:



1032
1033
1034
1035
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 1032

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

#parent::String

Returns Required. The parent (project and location) where the Fleet will be created. Specified in the format projects/*/locations/*.

Returns:

  • (::String)

    Required. The parent (project and location) where the Fleet will be created. Specified in the format projects/*/locations/*.



1032
1033
1034
1035
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 1032

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