Class TenantServiceStub
- java.lang.Object
-
- com.google.cloud.talent.v4beta1.stub.TenantServiceStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcTenantServiceStub
,HttpJsonTenantServiceStub
@BetaApi @Generated("by gapic-generator-java") public abstract class TenantServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the TenantService service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description TenantServiceStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
close()
com.google.api.gax.rpc.UnaryCallable<CreateTenantRequest,Tenant>
createTenantCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteTenantRequest,com.google.protobuf.Empty>
deleteTenantCallable()
com.google.api.gax.rpc.UnaryCallable<GetTenantRequest,Tenant>
getTenantCallable()
com.google.api.gax.rpc.UnaryCallable<ListTenantsRequest,ListTenantsResponse>
listTenantsCallable()
com.google.api.gax.rpc.UnaryCallable<ListTenantsRequest,TenantServiceClient.ListTenantsPagedResponse>
listTenantsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateTenantRequest,Tenant>
updateTenantCallable()
-
-
-
Method Detail
-
createTenantCallable
public com.google.api.gax.rpc.UnaryCallable<CreateTenantRequest,Tenant> createTenantCallable()
-
getTenantCallable
public com.google.api.gax.rpc.UnaryCallable<GetTenantRequest,Tenant> getTenantCallable()
-
updateTenantCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateTenantRequest,Tenant> updateTenantCallable()
-
deleteTenantCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteTenantRequest,com.google.protobuf.Empty> deleteTenantCallable()
-
listTenantsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListTenantsRequest,TenantServiceClient.ListTenantsPagedResponse> listTenantsPagedCallable()
-
listTenantsCallable
public com.google.api.gax.rpc.UnaryCallable<ListTenantsRequest,ListTenantsResponse> listTenantsCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-