Class: Google::Cloud::GDCHardwareManagement::V1alpha::ListHardwareGroupsRequest

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 list hardware groups.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Optional. Filtering condition. See AIP-160.

Returns:

  • (::String)

    Optional. Filtering condition. See AIP-160.



329
330
331
332
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 329

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

#order_by::String

Returns Optional. Hint for how to order the results.

Returns:

  • (::String)

    Optional. Hint for how to order the results.



329
330
331
332
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 329

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

#page_size::Integer

Returns Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

Returns:

  • (::Integer)

    Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.



329
330
331
332
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 329

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

#page_token::String

Returns Optional. A token identifying a page of results the server should return.

Returns:

  • (::String)

    Optional. A token identifying a page of results the server should return.



329
330
331
332
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 329

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

#parent::String

Returns Required. The order to list hardware groups in. Format: projects/{project}/locations/{location}/orders/{order}.

Returns:

  • (::String)

    Required. The order to list hardware groups in. Format: projects/{project}/locations/{location}/orders/{order}



329
330
331
332
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 329

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