Class: Google::Cloud::CloudControlsPartner::V1::ListCustomersRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CloudControlsPartner::V1::ListCustomersRequest
- 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
-
#filter ⇒ ::String
Optional.
-
#order_by ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
The maximum number of Customers to return.
-
#page_token ⇒ ::String
A page token, received from a previous
ListCustomers
call. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns 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.
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.
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.
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}
.
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 |