Uses of Class
com.google.cloud.channel.v1.GetCustomerRepricingConfigRequest
-
Packages that use GetCustomerRepricingConfigRequest Package Description com.google.cloud.channel.v1 A client to Cloud Channel APIcom.google.cloud.channel.v1.stub -
-
Uses of GetCustomerRepricingConfigRequest in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return GetCustomerRepricingConfigRequest Modifier and Type Method Description GetCustomerRepricingConfigRequest
GetCustomerRepricingConfigRequest.Builder. build()
GetCustomerRepricingConfigRequest
GetCustomerRepricingConfigRequest.Builder. buildPartial()
static GetCustomerRepricingConfigRequest
GetCustomerRepricingConfigRequest. getDefaultInstance()
GetCustomerRepricingConfigRequest
GetCustomerRepricingConfigRequest.Builder. getDefaultInstanceForType()
GetCustomerRepricingConfigRequest
GetCustomerRepricingConfigRequest. getDefaultInstanceForType()
static GetCustomerRepricingConfigRequest
GetCustomerRepricingConfigRequest. parseDelimitedFrom(InputStream input)
static GetCustomerRepricingConfigRequest
GetCustomerRepricingConfigRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetCustomerRepricingConfigRequest
GetCustomerRepricingConfigRequest. parseFrom(byte[] data)
static GetCustomerRepricingConfigRequest
GetCustomerRepricingConfigRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetCustomerRepricingConfigRequest
GetCustomerRepricingConfigRequest. parseFrom(com.google.protobuf.ByteString data)
static GetCustomerRepricingConfigRequest
GetCustomerRepricingConfigRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetCustomerRepricingConfigRequest
GetCustomerRepricingConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetCustomerRepricingConfigRequest
GetCustomerRepricingConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetCustomerRepricingConfigRequest
GetCustomerRepricingConfigRequest. parseFrom(InputStream input)
static GetCustomerRepricingConfigRequest
GetCustomerRepricingConfigRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetCustomerRepricingConfigRequest
GetCustomerRepricingConfigRequest. parseFrom(ByteBuffer data)
static GetCustomerRepricingConfigRequest
GetCustomerRepricingConfigRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.channel.v1 that return types with arguments of type GetCustomerRepricingConfigRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetCustomerRepricingConfigRequest,CustomerRepricingConfig>
CloudChannelServiceClient. getCustomerRepricingConfigCallable()
Gets information about how a Reseller modifies their bill before sending it to a Customer.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetCustomerRepricingConfigRequest,CustomerRepricingConfig>
CloudChannelServiceSettings.Builder. getCustomerRepricingConfigSettings()
Returns the builder for the settings used for calls to getCustomerRepricingConfig.com.google.api.gax.rpc.UnaryCallSettings<GetCustomerRepricingConfigRequest,CustomerRepricingConfig>
CloudChannelServiceSettings. getCustomerRepricingConfigSettings()
Returns the object with the settings used for calls to getCustomerRepricingConfig.static io.grpc.MethodDescriptor<GetCustomerRepricingConfigRequest,CustomerRepricingConfig>
CloudChannelServiceGrpc. getGetCustomerRepricingConfigMethod()
com.google.protobuf.Parser<GetCustomerRepricingConfigRequest>
GetCustomerRepricingConfigRequest. getParserForType()
static com.google.protobuf.Parser<GetCustomerRepricingConfigRequest>
GetCustomerRepricingConfigRequest. parser()
Methods in com.google.cloud.channel.v1 with parameters of type GetCustomerRepricingConfigRequest Modifier and Type Method Description CustomerRepricingConfig
CloudChannelServiceClient. getCustomerRepricingConfig(GetCustomerRepricingConfigRequest request)
Gets information about how a Reseller modifies their bill before sending it to a Customer.default void
CloudChannelServiceGrpc.AsyncService. getCustomerRepricingConfig(GetCustomerRepricingConfigRequest request, io.grpc.stub.StreamObserver<CustomerRepricingConfig> responseObserver)
Gets information about how a Reseller modifies their bill before sending it to a Customer.CustomerRepricingConfig
CloudChannelServiceGrpc.CloudChannelServiceBlockingStub. getCustomerRepricingConfig(GetCustomerRepricingConfigRequest request)
Gets information about how a Reseller modifies their bill before sending it to a Customer.com.google.common.util.concurrent.ListenableFuture<CustomerRepricingConfig>
CloudChannelServiceGrpc.CloudChannelServiceFutureStub. getCustomerRepricingConfig(GetCustomerRepricingConfigRequest request)
Gets information about how a Reseller modifies their bill before sending it to a Customer.void
CloudChannelServiceGrpc.CloudChannelServiceStub. getCustomerRepricingConfig(GetCustomerRepricingConfigRequest request, io.grpc.stub.StreamObserver<CustomerRepricingConfig> responseObserver)
Gets information about how a Reseller modifies their bill before sending it to a Customer.GetCustomerRepricingConfigRequest.Builder
GetCustomerRepricingConfigRequest.Builder. mergeFrom(GetCustomerRepricingConfigRequest other)
static GetCustomerRepricingConfigRequest.Builder
GetCustomerRepricingConfigRequest. newBuilder(GetCustomerRepricingConfigRequest prototype)
-
Uses of GetCustomerRepricingConfigRequest in com.google.cloud.channel.v1.stub
Methods in com.google.cloud.channel.v1.stub that return types with arguments of type GetCustomerRepricingConfigRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetCustomerRepricingConfigRequest,CustomerRepricingConfig>
CloudChannelServiceStub. getCustomerRepricingConfigCallable()
com.google.api.gax.rpc.UnaryCallable<GetCustomerRepricingConfigRequest,CustomerRepricingConfig>
GrpcCloudChannelServiceStub. getCustomerRepricingConfigCallable()
com.google.api.gax.rpc.UnaryCallable<GetCustomerRepricingConfigRequest,CustomerRepricingConfig>
HttpJsonCloudChannelServiceStub. getCustomerRepricingConfigCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetCustomerRepricingConfigRequest,CustomerRepricingConfig>
CloudChannelServiceStubSettings.Builder. getCustomerRepricingConfigSettings()
Returns the builder for the settings used for calls to getCustomerRepricingConfig.com.google.api.gax.rpc.UnaryCallSettings<GetCustomerRepricingConfigRequest,CustomerRepricingConfig>
CloudChannelServiceStubSettings. getCustomerRepricingConfigSettings()
Returns the object with the settings used for calls to getCustomerRepricingConfig.
-