Uses of Class
com.google.cloud.channel.v1.ImportCustomerRequest
-
Packages that use ImportCustomerRequest Package Description com.google.cloud.channel.v1 A client to Cloud Channel APIcom.google.cloud.channel.v1.stub -
-
Uses of ImportCustomerRequest in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return ImportCustomerRequest Modifier and Type Method Description ImportCustomerRequestImportCustomerRequest.Builder. build()ImportCustomerRequestImportCustomerRequest.Builder. buildPartial()static ImportCustomerRequestImportCustomerRequest. getDefaultInstance()ImportCustomerRequestImportCustomerRequest.Builder. getDefaultInstanceForType()ImportCustomerRequestImportCustomerRequest. getDefaultInstanceForType()static ImportCustomerRequestImportCustomerRequest. parseDelimitedFrom(InputStream input)static ImportCustomerRequestImportCustomerRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportCustomerRequestImportCustomerRequest. parseFrom(byte[] data)static ImportCustomerRequestImportCustomerRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportCustomerRequestImportCustomerRequest. parseFrom(com.google.protobuf.ByteString data)static ImportCustomerRequestImportCustomerRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportCustomerRequestImportCustomerRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ImportCustomerRequestImportCustomerRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportCustomerRequestImportCustomerRequest. parseFrom(InputStream input)static ImportCustomerRequestImportCustomerRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportCustomerRequestImportCustomerRequest. parseFrom(ByteBuffer data)static ImportCustomerRequestImportCustomerRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.channel.v1 that return types with arguments of type ImportCustomerRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ImportCustomerRequest,Customer>CloudChannelServiceGrpc. getImportCustomerMethod()com.google.protobuf.Parser<ImportCustomerRequest>ImportCustomerRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ImportCustomerRequest,Customer>CloudChannelServiceClient. importCustomerCallable()Imports a [Customer][google.cloud.channel.v1.Customer] from the Cloud Identity associated with the provided Cloud Identity ID or domain before a TransferEntitlements call.com.google.api.gax.rpc.UnaryCallSettings.Builder<ImportCustomerRequest,Customer>CloudChannelServiceSettings.Builder. importCustomerSettings()Returns the builder for the settings used for calls to importCustomer.com.google.api.gax.rpc.UnaryCallSettings<ImportCustomerRequest,Customer>CloudChannelServiceSettings. importCustomerSettings()Returns the object with the settings used for calls to importCustomer.static com.google.protobuf.Parser<ImportCustomerRequest>ImportCustomerRequest. parser()Methods in com.google.cloud.channel.v1 with parameters of type ImportCustomerRequest Modifier and Type Method Description CustomerCloudChannelServiceClient. importCustomer(ImportCustomerRequest request)Imports a [Customer][google.cloud.channel.v1.Customer] from the Cloud Identity associated with the provided Cloud Identity ID or domain before a TransferEntitlements call.default voidCloudChannelServiceGrpc.AsyncService. importCustomer(ImportCustomerRequest request, io.grpc.stub.StreamObserver<Customer> responseObserver)Imports a [Customer][google.cloud.channel.v1.Customer] from the Cloud Identity associated with the provided Cloud Identity ID or domain before a TransferEntitlements call.CustomerCloudChannelServiceGrpc.CloudChannelServiceBlockingStub. importCustomer(ImportCustomerRequest request)Imports a [Customer][google.cloud.channel.v1.Customer] from the Cloud Identity associated with the provided Cloud Identity ID or domain before a TransferEntitlements call.com.google.common.util.concurrent.ListenableFuture<Customer>CloudChannelServiceGrpc.CloudChannelServiceFutureStub. importCustomer(ImportCustomerRequest request)Imports a [Customer][google.cloud.channel.v1.Customer] from the Cloud Identity associated with the provided Cloud Identity ID or domain before a TransferEntitlements call.voidCloudChannelServiceGrpc.CloudChannelServiceStub. importCustomer(ImportCustomerRequest request, io.grpc.stub.StreamObserver<Customer> responseObserver)Imports a [Customer][google.cloud.channel.v1.Customer] from the Cloud Identity associated with the provided Cloud Identity ID or domain before a TransferEntitlements call.ImportCustomerRequest.BuilderImportCustomerRequest.Builder. mergeFrom(ImportCustomerRequest other)static ImportCustomerRequest.BuilderImportCustomerRequest. newBuilder(ImportCustomerRequest prototype) -
Uses of ImportCustomerRequest in com.google.cloud.channel.v1.stub
Methods in com.google.cloud.channel.v1.stub that return types with arguments of type ImportCustomerRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ImportCustomerRequest,Customer>CloudChannelServiceStub. importCustomerCallable()com.google.api.gax.rpc.UnaryCallable<ImportCustomerRequest,Customer>GrpcCloudChannelServiceStub. importCustomerCallable()com.google.api.gax.rpc.UnaryCallable<ImportCustomerRequest,Customer>HttpJsonCloudChannelServiceStub. importCustomerCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<ImportCustomerRequest,Customer>CloudChannelServiceStubSettings.Builder. importCustomerSettings()Returns the builder for the settings used for calls to importCustomer.com.google.api.gax.rpc.UnaryCallSettings<ImportCustomerRequest,Customer>CloudChannelServiceStubSettings. importCustomerSettings()Returns the object with the settings used for calls to importCustomer.
-