Class: Google::Cloud::Workstations::V1::GetWorkstationConfigRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/workstations/v1/workstations.rb

Overview

Request message for GetWorkstationConfig.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the requested resource.

Returns:

  • (::String)

    Required. Name of the requested resource.



810
811
812
813
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 810

class GetWorkstationConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end