Class: Google::Cloud::GDCHardwareManagement::V1alpha::CreateOrderRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#order::Google::Cloud::GDCHardwareManagement::V1alpha::Order

Returns Required. The order to create.

Returns:



98
99
100
101
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 98

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

#order_id::String

Returns Optional. ID used to uniquely identify the Order within its parent scope. This field should contain at most 63 characters and must start with lowercase characters. Only lowercase characters, numbers and - are accepted. The - character cannot be the first or the last one. A system generated ID will be used if the field is not set.

The order.name field in the request will be ignored.

Returns:

  • (::String)

    Optional. ID used to uniquely identify the Order within its parent scope. This field should contain at most 63 characters and must start with lowercase characters. Only lowercase characters, numbers and - are accepted. The - character cannot be the first or the last one. A system generated ID will be used if the field is not set.

    The order.name field in the request will be ignored.



98
99
100
101
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 98

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

#parent::String

Returns Required. The project and location to create the order in. Format: projects/{project}/locations/{location}.

Returns:

  • (::String)

    Required. The project and location to create the order in. Format: projects/{project}/locations/{location}



98
99
100
101
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 98

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



98
99
100
101
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 98

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