Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::ListCustomerRepricingConfigsRequest.
Request message for CloudChannelService.ListCustomerRepricingConfigs.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
-
(::String) — Optional. A filter for [CloudChannelService.ListCustomerRepricingConfigs]
results (customer only). You can use this filter when you support
a BatchGet-like query.
To use the filter, you must set
parent=accounts/{account_id}/customers/-
.Example: customer = accounts/account_id/customers/c1 OR customer = accounts/account_id/customers/c2.
#filter=
def filter=(value) -> ::String
-
value (::String) — Optional. A filter for [CloudChannelService.ListCustomerRepricingConfigs]
results (customer only). You can use this filter when you support
a BatchGet-like query.
To use the filter, you must set
parent=accounts/{account_id}/customers/-
.Example: customer = accounts/account_id/customers/c1 OR customer = accounts/account_id/customers/c2.
-
(::String) — Optional. A filter for [CloudChannelService.ListCustomerRepricingConfigs]
results (customer only). You can use this filter when you support
a BatchGet-like query.
To use the filter, you must set
parent=accounts/{account_id}/customers/-
.Example: customer = accounts/account_id/customers/c1 OR customer = accounts/account_id/customers/c2.
#page_size
def page_size() -> ::Integer
- (::Integer) — Optional. The maximum number of repricing configs to return. The service may return fewer than this value. If unspecified, returns a maximum of 50 rules. The maximum value is 100; values above 100 will be coerced to 100.
#page_size=
def page_size=(value) -> ::Integer
- value (::Integer) — Optional. The maximum number of repricing configs to return. The service may return fewer than this value. If unspecified, returns a maximum of 50 rules. The maximum value is 100; values above 100 will be coerced to 100.
- (::Integer) — Optional. The maximum number of repricing configs to return. The service may return fewer than this value. If unspecified, returns a maximum of 50 rules. The maximum value is 100; values above 100 will be coerced to 100.
#page_token
def page_token() -> ::String
- (::String) — Optional. A token identifying a page of results beyond the first page. Obtained through ListCustomerRepricingConfigsResponse.next_page_token of the previous CloudChannelService.ListCustomerRepricingConfigs call.
#page_token=
def page_token=(value) -> ::String
- value (::String) — Optional. A token identifying a page of results beyond the first page. Obtained through ListCustomerRepricingConfigsResponse.next_page_token of the previous CloudChannelService.ListCustomerRepricingConfigs call.
- (::String) — Optional. A token identifying a page of results beyond the first page. Obtained through ListCustomerRepricingConfigsResponse.next_page_token of the previous CloudChannelService.ListCustomerRepricingConfigs call.
#parent
def parent() -> ::String
- (::String) — Required. The resource name of the customer. Parent uses the format: accounts/{account_id}/customers/{customer_id}. Supports accounts/{account_id}/customers/- to retrieve configs for all customers.
#parent=
def parent=(value) -> ::String
- value (::String) — Required. The resource name of the customer. Parent uses the format: accounts/{account_id}/customers/{customer_id}. Supports accounts/{account_id}/customers/- to retrieve configs for all customers.
- (::String) — Required. The resource name of the customer. Parent uses the format: accounts/{account_id}/customers/{customer_id}. Supports accounts/{account_id}/customers/- to retrieve configs for all customers.