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 ImportCustomerRequest
ImportCustomerRequest.Builder. build()
ImportCustomerRequest
ImportCustomerRequest.Builder. buildPartial()
static ImportCustomerRequest
ImportCustomerRequest. getDefaultInstance()
ImportCustomerRequest
ImportCustomerRequest.Builder. getDefaultInstanceForType()
ImportCustomerRequest
ImportCustomerRequest. getDefaultInstanceForType()
static ImportCustomerRequest
ImportCustomerRequest. parseDelimitedFrom(InputStream input)
static ImportCustomerRequest
ImportCustomerRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportCustomerRequest
ImportCustomerRequest. parseFrom(byte[] data)
static ImportCustomerRequest
ImportCustomerRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportCustomerRequest
ImportCustomerRequest. parseFrom(com.google.protobuf.ByteString data)
static ImportCustomerRequest
ImportCustomerRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportCustomerRequest
ImportCustomerRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ImportCustomerRequest
ImportCustomerRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportCustomerRequest
ImportCustomerRequest. parseFrom(InputStream input)
static ImportCustomerRequest
ImportCustomerRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportCustomerRequest
ImportCustomerRequest. parseFrom(ByteBuffer data)
static ImportCustomerRequest
ImportCustomerRequest. 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 Customer
CloudChannelServiceClient. 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 void
CloudChannelServiceGrpc.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.Customer
CloudChannelServiceGrpc.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.void
CloudChannelServiceGrpc.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.Builder
ImportCustomerRequest.Builder. mergeFrom(ImportCustomerRequest other)
static ImportCustomerRequest.Builder
ImportCustomerRequest. 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.
-