Class: Google::Cloud::GDCHardwareManagement::V1alpha::GetSiteRequest

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

Overview

A request to get a site.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the site. Format: projects/{project}/locations/{location}/sites/{site}.

Returns:

  • (::String)

    Required. The name of the site. Format: projects/{project}/locations/{location}/sites/{site}



246
247
248
249
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 246

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