Class: Google::Cloud::CloudControlsPartner::V1beta::ListCustomersRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CloudControlsPartner::V1beta::ListCustomersRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/cloudcontrolspartner/v1beta/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
ListCustomerscall. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Optional. Filtering results.
66 67 68 69 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1beta/customers.rb', line 66 class ListCustomersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Optional. Hint for how to order the results.
66 67 68 69 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1beta/customers.rb', line 66 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.
66 67 68 69 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1beta/customers.rb', line 66 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.
66 67 68 69 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1beta/customers.rb', line 66 class ListCustomersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Parent resource
Format: organizations/{organization}/locations/{location}.
66 67 68 69 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1beta/customers.rb', line 66 class ListCustomersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |