Class: Google::Cloud::GDCHardwareManagement::V1alpha::RequestOrderDateChangeRequest

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 change the requested date of an order.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

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



952
953
954
955
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 952

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

#requested_date::Google::Type::Date

Returns 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.



952
953
954
955
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 952

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