Uses of Class
com.google.cloud.channel.v1.UpdateCustomerRequest
-
Packages that use UpdateCustomerRequest Package Description com.google.cloud.channel.v1 A client to Cloud Channel APIcom.google.cloud.channel.v1.stub -
-
Uses of UpdateCustomerRequest in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return UpdateCustomerRequest Modifier and Type Method Description UpdateCustomerRequest
UpdateCustomerRequest.Builder. build()
UpdateCustomerRequest
UpdateCustomerRequest.Builder. buildPartial()
static UpdateCustomerRequest
UpdateCustomerRequest. getDefaultInstance()
UpdateCustomerRequest
UpdateCustomerRequest.Builder. getDefaultInstanceForType()
UpdateCustomerRequest
UpdateCustomerRequest. getDefaultInstanceForType()
static UpdateCustomerRequest
UpdateCustomerRequest. parseDelimitedFrom(InputStream input)
static UpdateCustomerRequest
UpdateCustomerRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateCustomerRequest
UpdateCustomerRequest. parseFrom(byte[] data)
static UpdateCustomerRequest
UpdateCustomerRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateCustomerRequest
UpdateCustomerRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateCustomerRequest
UpdateCustomerRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateCustomerRequest
UpdateCustomerRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateCustomerRequest
UpdateCustomerRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateCustomerRequest
UpdateCustomerRequest. parseFrom(InputStream input)
static UpdateCustomerRequest
UpdateCustomerRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateCustomerRequest
UpdateCustomerRequest. parseFrom(ByteBuffer data)
static UpdateCustomerRequest
UpdateCustomerRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.channel.v1 that return types with arguments of type UpdateCustomerRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateCustomerRequest>
UpdateCustomerRequest. getParserForType()
static io.grpc.MethodDescriptor<UpdateCustomerRequest,Customer>
CloudChannelServiceGrpc. getUpdateCustomerMethod()
static com.google.protobuf.Parser<UpdateCustomerRequest>
UpdateCustomerRequest. parser()
com.google.api.gax.rpc.UnaryCallable<UpdateCustomerRequest,Customer>
CloudChannelServiceClient. updateCustomerCallable()
Updates an existing [Customer][google.cloud.channel.v1.Customer] resource for the reseller or distributor.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateCustomerRequest,Customer>
CloudChannelServiceSettings.Builder. updateCustomerSettings()
Returns the builder for the settings used for calls to updateCustomer.com.google.api.gax.rpc.UnaryCallSettings<UpdateCustomerRequest,Customer>
CloudChannelServiceSettings. updateCustomerSettings()
Returns the object with the settings used for calls to updateCustomer.Methods in com.google.cloud.channel.v1 with parameters of type UpdateCustomerRequest Modifier and Type Method Description UpdateCustomerRequest.Builder
UpdateCustomerRequest.Builder. mergeFrom(UpdateCustomerRequest other)
static UpdateCustomerRequest.Builder
UpdateCustomerRequest. newBuilder(UpdateCustomerRequest prototype)
Customer
CloudChannelServiceClient. updateCustomer(UpdateCustomerRequest request)
Updates an existing [Customer][google.cloud.channel.v1.Customer] resource for the reseller or distributor.default void
CloudChannelServiceGrpc.AsyncService. updateCustomer(UpdateCustomerRequest request, io.grpc.stub.StreamObserver<Customer> responseObserver)
Updates an existing [Customer][google.cloud.channel.v1.Customer] resource for the reseller or distributor.Customer
CloudChannelServiceGrpc.CloudChannelServiceBlockingStub. updateCustomer(UpdateCustomerRequest request)
Updates an existing [Customer][google.cloud.channel.v1.Customer] resource for the reseller or distributor.com.google.common.util.concurrent.ListenableFuture<Customer>
CloudChannelServiceGrpc.CloudChannelServiceFutureStub. updateCustomer(UpdateCustomerRequest request)
Updates an existing [Customer][google.cloud.channel.v1.Customer] resource for the reseller or distributor.void
CloudChannelServiceGrpc.CloudChannelServiceStub. updateCustomer(UpdateCustomerRequest request, io.grpc.stub.StreamObserver<Customer> responseObserver)
Updates an existing [Customer][google.cloud.channel.v1.Customer] resource for the reseller or distributor. -
Uses of UpdateCustomerRequest in com.google.cloud.channel.v1.stub
Methods in com.google.cloud.channel.v1.stub that return types with arguments of type UpdateCustomerRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateCustomerRequest,Customer>
CloudChannelServiceStub. updateCustomerCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateCustomerRequest,Customer>
GrpcCloudChannelServiceStub. updateCustomerCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateCustomerRequest,Customer>
HttpJsonCloudChannelServiceStub. updateCustomerCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateCustomerRequest,Customer>
CloudChannelServiceStubSettings.Builder. updateCustomerSettings()
Returns the builder for the settings used for calls to updateCustomer.com.google.api.gax.rpc.UnaryCallSettings<UpdateCustomerRequest,Customer>
CloudChannelServiceStubSettings. updateCustomerSettings()
Returns the object with the settings used for calls to updateCustomer.
-