Class: Google::Cloud::GkeHub::V1::DeleteScopeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GkeHub::V1::DeleteScopeRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkehub/v1/service.rb
Overview
Request to delete a Scope.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The Scope resource name in the format
projects/*/locations/*/scopes/*.
252 253 254 255 |
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 252 class DeleteScopeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |