Class: Google::Cloud::CloudControlsPartner::V1::ListCustomersRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/cloudcontrolspartner/v1/customers.rb

Overview

Request to list customers

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Optional. Filtering results.

Returns:

  • (::String)

    Optional. Filtering results



62
63
64
65
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/customers.rb', line 62

class ListCustomersRequest
  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



62
63
64
65
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/customers.rb', line 62

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

#page_size::Integer

Returns The maximum number of Customers to return. The service may return fewer than this value. If unspecified, at most 500 Customers will be returned.

Returns:

  • (::Integer)

    The maximum number of Customers to return. The service may return fewer than this value. If unspecified, at most 500 Customers will be returned.



62
63
64
65
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/customers.rb', line 62

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

#page_token::String

Returns A page token, received from a previous ListCustomers call. Provide this to retrieve the subsequent page.

Returns:

  • (::String)

    A page token, received from a previous ListCustomers call. Provide this to retrieve the subsequent page.



62
63
64
65
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/customers.rb', line 62

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

#parent::String

Returns Required. Parent resource Format: organizations/{organization}/locations/{location}.

Returns:

  • (::String)

    Required. Parent resource Format: organizations/{organization}/locations/{location}



62
63
64
65
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/customers.rb', line 62

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