Class: Google::Cloud::GDCHardwareManagement::V1alpha::DeleteSiteRequest

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 delete 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}



306
307
308
309
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 306

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

#request_id::String

Returns Optional. An optional unique identifier for this request. See AIP-155.

Returns:

  • (::String)

    Optional. An optional unique identifier for this request. See AIP-155.



306
307
308
309
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 306

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