Class: Google::Cloud::Workstations::V1beta::GetWorkstationRequest

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

Overview

Request message for GetWorkstation.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the requested resource.

Returns:

  • (::String)

    Required. Name of the requested resource.



1582
1583
1584
1585
# File 'proto_docs/google/cloud/workstations/v1beta/workstations.rb', line 1582

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