Uses of Class
com.google.cloud.channel.v1.ListCustomerRepricingConfigsRequest
-
Packages that use ListCustomerRepricingConfigsRequest Package Description com.google.cloud.channel.v1 A client to Cloud Channel APIcom.google.cloud.channel.v1.stub -
-
Uses of ListCustomerRepricingConfigsRequest in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return ListCustomerRepricingConfigsRequest Modifier and Type Method Description ListCustomerRepricingConfigsRequest
ListCustomerRepricingConfigsRequest.Builder. build()
ListCustomerRepricingConfigsRequest
ListCustomerRepricingConfigsRequest.Builder. buildPartial()
static ListCustomerRepricingConfigsRequest
ListCustomerRepricingConfigsRequest. getDefaultInstance()
ListCustomerRepricingConfigsRequest
ListCustomerRepricingConfigsRequest.Builder. getDefaultInstanceForType()
ListCustomerRepricingConfigsRequest
ListCustomerRepricingConfigsRequest. getDefaultInstanceForType()
static ListCustomerRepricingConfigsRequest
ListCustomerRepricingConfigsRequest. parseDelimitedFrom(InputStream input)
static ListCustomerRepricingConfigsRequest
ListCustomerRepricingConfigsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCustomerRepricingConfigsRequest
ListCustomerRepricingConfigsRequest. parseFrom(byte[] data)
static ListCustomerRepricingConfigsRequest
ListCustomerRepricingConfigsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCustomerRepricingConfigsRequest
ListCustomerRepricingConfigsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListCustomerRepricingConfigsRequest
ListCustomerRepricingConfigsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCustomerRepricingConfigsRequest
ListCustomerRepricingConfigsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListCustomerRepricingConfigsRequest
ListCustomerRepricingConfigsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCustomerRepricingConfigsRequest
ListCustomerRepricingConfigsRequest. parseFrom(InputStream input)
static ListCustomerRepricingConfigsRequest
ListCustomerRepricingConfigsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCustomerRepricingConfigsRequest
ListCustomerRepricingConfigsRequest. parseFrom(ByteBuffer data)
static ListCustomerRepricingConfigsRequest
ListCustomerRepricingConfigsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.channel.v1 that return types with arguments of type ListCustomerRepricingConfigsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListCustomerRepricingConfigsRequest,ListCustomerRepricingConfigsResponse>
CloudChannelServiceGrpc. getListCustomerRepricingConfigsMethod()
com.google.protobuf.Parser<ListCustomerRepricingConfigsRequest>
ListCustomerRepricingConfigsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListCustomerRepricingConfigsRequest,ListCustomerRepricingConfigsResponse>
CloudChannelServiceClient. listCustomerRepricingConfigsCallable()
Lists information about how a Reseller modifies their bill before sending it to a Customer.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.static com.google.protobuf.Parser<ListCustomerRepricingConfigsRequest>
ListCustomerRepricingConfigsRequest. parser()
Methods in com.google.cloud.channel.v1 with parameters of type ListCustomerRepricingConfigsRequest Modifier and Type Method Description CloudChannelServiceClient.ListCustomerRepricingConfigsPagedResponse
CloudChannelServiceClient. listCustomerRepricingConfigs(ListCustomerRepricingConfigsRequest request)
Lists information about how a Reseller modifies their bill before sending it to a Customer.default void
CloudChannelServiceGrpc.AsyncService. listCustomerRepricingConfigs(ListCustomerRepricingConfigsRequest request, io.grpc.stub.StreamObserver<ListCustomerRepricingConfigsResponse> responseObserver)
Lists information about how a Reseller modifies their bill before sending it to a Customer.ListCustomerRepricingConfigsResponse
CloudChannelServiceGrpc.CloudChannelServiceBlockingStub. listCustomerRepricingConfigs(ListCustomerRepricingConfigsRequest request)
Lists information about how a Reseller modifies their bill before sending it to a Customer.com.google.common.util.concurrent.ListenableFuture<ListCustomerRepricingConfigsResponse>
CloudChannelServiceGrpc.CloudChannelServiceFutureStub. listCustomerRepricingConfigs(ListCustomerRepricingConfigsRequest request)
Lists information about how a Reseller modifies their bill before sending it to a Customer.void
CloudChannelServiceGrpc.CloudChannelServiceStub. listCustomerRepricingConfigs(ListCustomerRepricingConfigsRequest request, io.grpc.stub.StreamObserver<ListCustomerRepricingConfigsResponse> responseObserver)
Lists information about how a Reseller modifies their bill before sending it to a Customer.ListCustomerRepricingConfigsRequest.Builder
ListCustomerRepricingConfigsRequest.Builder. mergeFrom(ListCustomerRepricingConfigsRequest other)
static ListCustomerRepricingConfigsRequest.Builder
ListCustomerRepricingConfigsRequest. newBuilder(ListCustomerRepricingConfigsRequest prototype)
-
Uses of ListCustomerRepricingConfigsRequest in com.google.cloud.channel.v1.stub
-