Class: Google::Cloud::Workstations::V1beta::GetWorkstationClusterRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Workstations::V1beta::GetWorkstationClusterRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/workstations/v1beta/workstations.rb
Overview
Request message for GetWorkstationCluster.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the requested resource.
1334 1335 1336 1337 |
# File 'proto_docs/google/cloud/workstations/v1beta/workstations.rb', line 1334 class GetWorkstationClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |