Class: Google::Cloud::GDCHardwareManagement::V1alpha::DeleteOrderRequest

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 an order.

Instance Attribute Summary collapse

Instance Attribute Details

#force::Boolean

Returns Optional. An option to delete any nested resources in the Order, such as a HardwareGroup. If true, any nested resources for this Order will also be deleted. Otherwise, the request will only succeed if the Order has no nested resources.

Returns:

  • (::Boolean)

    Optional. An option to delete any nested resources in the Order, such as a HardwareGroup. If true, any nested resources for this Order will also be deleted. Otherwise, the request will only succeed if the Order has no nested resources.



137
138
139
140
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 137

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

#name::String

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

Returns:

  • (::String)

    Required. The name of the order. Format: projects/{project}/locations/{location}/orders/{order}



137
138
139
140
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 137

class DeleteOrderRequest
  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.



137
138
139
140
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 137

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