Class: Google::Cloud::GkeHub::V1::CreateFleetRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GkeHub::V1::CreateFleetRequest
- 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
-
#fleet ⇒ ::Google::Cloud::GkeHub::V1::Fleet
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#fleet ⇒ ::Google::Cloud::GkeHub::V1::Fleet
Returns Required. The fleet to create.
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/*.
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 |