Interface ListCustomerRepricingConfigsRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getFilter()
      Optional.
      com.google.protobuf.ByteString getFilterBytes()
      Optional.
      int getPageSize()
      Optional.
      String getPageToken()
      Optional.
      com.google.protobuf.ByteString getPageTokenBytes()
      Optional.
      String getParent()
      Required.
      com.google.protobuf.ByteString getParentBytes()
      Required.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getParent

        String getParent()
         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 parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         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 parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for parent.
      • getPageSize

        int getPageSize()
         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.
         
        int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The pageSize.
      • getPageToken

        String getPageToken()
         Optional. A token identifying a page of results beyond the first page.
         Obtained through
         [ListCustomerRepricingConfigsResponse.next_page_token][google.cloud.channel.v1.ListCustomerRepricingConfigsResponse.next_page_token]
         of the previous
         [CloudChannelService.ListCustomerRepricingConfigs][google.cloud.channel.v1.CloudChannelService.ListCustomerRepricingConfigs]
         call.
         
        string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The pageToken.
      • getPageTokenBytes

        com.google.protobuf.ByteString getPageTokenBytes()
         Optional. A token identifying a page of results beyond the first page.
         Obtained through
         [ListCustomerRepricingConfigsResponse.next_page_token][google.cloud.channel.v1.ListCustomerRepricingConfigsResponse.next_page_token]
         of the previous
         [CloudChannelService.ListCustomerRepricingConfigs][google.cloud.channel.v1.CloudChannelService.ListCustomerRepricingConfigs]
         call.
         
        string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The bytes for pageToken.
      • getFilter

        String getFilter()
         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 filter = 4 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The filter.
      • getFilterBytes

        com.google.protobuf.ByteString getFilterBytes()
         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 filter = 4 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The bytes for filter.