Uses of Class
com.google.cloud.channel.v1.CloudChannelServiceClient.ListCustomerRepricingConfigsPagedResponse
-
Packages that use CloudChannelServiceClient.ListCustomerRepricingConfigsPagedResponse Package Description com.google.cloud.channel.v1 A client to Cloud Channel APIcom.google.cloud.channel.v1.stub -
-
Uses of CloudChannelServiceClient.ListCustomerRepricingConfigsPagedResponse in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return CloudChannelServiceClient.ListCustomerRepricingConfigsPagedResponse Modifier and Type Method Description CloudChannelServiceClient.ListCustomerRepricingConfigsPagedResponse
CloudChannelServiceClient. listCustomerRepricingConfigs(CustomerName parent)
Lists information about how a Reseller modifies their bill before sending it to a Customer.CloudChannelServiceClient.ListCustomerRepricingConfigsPagedResponse
CloudChannelServiceClient. listCustomerRepricingConfigs(ListCustomerRepricingConfigsRequest request)
Lists information about how a Reseller modifies their bill before sending it to a Customer.CloudChannelServiceClient.ListCustomerRepricingConfigsPagedResponse
CloudChannelServiceClient. listCustomerRepricingConfigs(String parent)
Lists information about how a Reseller modifies their bill before sending it to a Customer.Methods in com.google.cloud.channel.v1 that return types with arguments of type CloudChannelServiceClient.ListCustomerRepricingConfigsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<CloudChannelServiceClient.ListCustomerRepricingConfigsPagedResponse>
CloudChannelServiceClient.ListCustomerRepricingConfigsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListCustomerRepricingConfigsRequest,ListCustomerRepricingConfigsResponse,CustomerRepricingConfig> context, com.google.api.core.ApiFuture<ListCustomerRepricingConfigsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListCustomerRepricingConfigsRequest,CloudChannelServiceClient.ListCustomerRepricingConfigsPagedResponse>
CloudChannelServiceClient. listCustomerRepricingConfigsPagedCallable()
Lists information about how a Reseller modifies their bill before sending it to a Customer.com.google.api.gax.rpc.PagedCallSettings.Builder<ListCustomerRepricingConfigsRequest,ListCustomerRepricingConfigsResponse,CloudChannelServiceClient.ListCustomerRepricingConfigsPagedResponse>
CloudChannelServiceSettings.Builder. listCustomerRepricingConfigsSettings()
Returns the builder for the settings used for calls to listCustomerRepricingConfigs.com.google.api.gax.rpc.PagedCallSettings<ListCustomerRepricingConfigsRequest,ListCustomerRepricingConfigsResponse,CloudChannelServiceClient.ListCustomerRepricingConfigsPagedResponse>
CloudChannelServiceSettings. listCustomerRepricingConfigsSettings()
Returns the object with the settings used for calls to listCustomerRepricingConfigs. -
Uses of CloudChannelServiceClient.ListCustomerRepricingConfigsPagedResponse in com.google.cloud.channel.v1.stub
-