Class: Google::Cloud::GkeHub::V1::CreateScopeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GkeHub::V1::CreateScopeRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkehub/v1/service.rb
Overview
Request to create a Scope.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#scope ⇒ ::Google::Cloud::GkeHub::V1::Scope
Required.
-
#scope_id ⇒ ::String
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The parent (project and location) where the Scope will be
created. Specified in the format projects/*/locations/*.
229 230 231 232 |
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 229 class CreateScopeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#scope ⇒ ::Google::Cloud::GkeHub::V1::Scope
Returns Required. The Scope to create.
229 230 231 232 |
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 229 class CreateScopeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#scope_id ⇒ ::String
Returns Required. Client chosen ID for the Scope. scope_id must be a
????.
229 230 231 232 |
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 229 class CreateScopeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |