GDC Hardware Management V1ALPHA API - Class Google::Cloud::GDCHardwareManagement::V1alpha::DeleteOrderRequest (v0.1.1)

Reference documentation and code samples for the GDC Hardware Management V1ALPHA API class Google::Cloud::GDCHardwareManagement::V1alpha::DeleteOrderRequest.

A request to delete an order.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#force

def force() -> ::Boolean
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.

#force=

def force=(value) -> ::Boolean
Parameter
  • value (::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.
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.

#name

def name() -> ::String
Returns
  • (::String) — Required. The name of the order. Format: projects/{project}/locations/{location}/orders/{order}

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — 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}

#request_id

def request_id() -> ::String
Returns
  • (::String) — Optional. An optional unique identifier for this request. See AIP-155.

#request_id=

def request_id=(value) -> ::String
Parameter
  • value (::String) — Optional. An optional unique identifier for this request. See AIP-155.
Returns
  • (::String) — Optional. An optional unique identifier for this request. See AIP-155.