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