Class: Google::Cloud::GkeMultiCloud::V1::AttachedClusterGroup
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::AttachedClusterGroup
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/attached_resources.rb
Overview
Identities of a group-type subject for Attached clusters.
Instance Attribute Summary collapse
-
#group ⇒ ::String
Required.
Instance Attribute Details
#group ⇒ ::String
Returns Required. The name of the group, e.g. [email protected].
223 224 225 226 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_resources.rb', line 223 class AttachedClusterGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |