Class: Google::Cloud::Channel::V1::ListCustomerRepricingConfigsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::ListCustomerRepricingConfigsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Request message for CloudChannelService.ListCustomerRepricingConfigs.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns 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.
567 568 569 570 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 567 class ListCustomerRepricingConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns 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.
567 568 569 570 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 567 class ListCustomerRepricingConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A token identifying a page of results beyond the first page. Obtained through ListCustomerRepricingConfigsResponse.next_page_token of the previous CloudChannelService.ListCustomerRepricingConfigs call.
567 568 569 570 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 567 class ListCustomerRepricingConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns 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.
567 568 569 570 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 567 class ListCustomerRepricingConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |