Reference documentation and code samples for the Cloud Controls Partner V1BETA API class Google::Cloud::CloudControlsPartner::V1beta::ListCustomersRequest.
Request to list customers
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
Returns
- (::String) — Optional. Filtering results
#filter=
def filter=(value) -> ::String
Parameter
- value (::String) — Optional. Filtering results
Returns
- (::String) — Optional. Filtering results
#order_by
def order_by() -> ::String
Returns
- (::String) — Optional. Hint for how to order the results
#order_by=
def order_by=(value) -> ::String
Parameter
- value (::String) — Optional. Hint for how to order the results
Returns
- (::String) — Optional. Hint for how to order the results
#page_size
def page_size() -> ::Integer
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.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::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.
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.
#page_token
def page_token() -> ::String
Returns
-
(::String) — A page token, received from a previous
ListCustomers
call. Provide this to retrieve the subsequent page.
#page_token=
def page_token=(value) -> ::String
Parameter
-
value (::String) — 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.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. Parent resource
Format:
organizations/{organization}/locations/{location}
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. Parent resource
Format:
organizations/{organization}/locations/{location}
Returns
-
(::String) — Required. Parent resource
Format:
organizations/{organization}/locations/{location}