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

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

A request to change the requested date of an order.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

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

#name=

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

#requested_date

def requested_date() -> ::Google::Type::Date
Returns
  • (::Google::Type::Date) — Required. The date to which the customer or Google wants to set the scheduled installation date.

#requested_date=

def requested_date=(value) -> ::Google::Type::Date
Parameter
  • value (::Google::Type::Date) — Required. The date to which the customer or Google wants to set the scheduled installation date.
Returns
  • (::Google::Type::Date) — Required. The date to which the customer or Google wants to set the scheduled installation date.