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