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 UpdateCustomerRequestUpdateCustomerRequest.Builder. build()UpdateCustomerRequestUpdateCustomerRequest.Builder. buildPartial()static UpdateCustomerRequestUpdateCustomerRequest. getDefaultInstance()UpdateCustomerRequestUpdateCustomerRequest.Builder. getDefaultInstanceForType()UpdateCustomerRequestUpdateCustomerRequest. getDefaultInstanceForType()static UpdateCustomerRequestUpdateCustomerRequest. parseDelimitedFrom(InputStream input)static UpdateCustomerRequestUpdateCustomerRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateCustomerRequestUpdateCustomerRequest. parseFrom(byte[] data)static UpdateCustomerRequestUpdateCustomerRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateCustomerRequestUpdateCustomerRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateCustomerRequestUpdateCustomerRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateCustomerRequestUpdateCustomerRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateCustomerRequestUpdateCustomerRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateCustomerRequestUpdateCustomerRequest. parseFrom(InputStream input)static UpdateCustomerRequestUpdateCustomerRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateCustomerRequestUpdateCustomerRequest. parseFrom(ByteBuffer data)static UpdateCustomerRequestUpdateCustomerRequest. 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.BuilderUpdateCustomerRequest.Builder. mergeFrom(UpdateCustomerRequest other)static UpdateCustomerRequest.BuilderUpdateCustomerRequest. newBuilder(UpdateCustomerRequest prototype)CustomerCloudChannelServiceClient. updateCustomer(UpdateCustomerRequest request)Updates an existing [Customer][google.cloud.channel.v1.Customer] resource for the reseller or distributor.default voidCloudChannelServiceGrpc.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.CustomerCloudChannelServiceGrpc.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.voidCloudChannelServiceGrpc.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.
-