Class TenantServiceStub

public abstract class TenantServiceStub implements BackgroundResource

Base stub class for the TenantService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > TenantServiceStub

Implements

BackgroundResource

Constructors

TenantServiceStub()

public TenantServiceStub()

Methods

close()

public abstract void close()

createTenantCallable()

public UnaryCallable<CreateTenantRequest,Tenant> createTenantCallable()
Returns
TypeDescription
UnaryCallable<CreateTenantRequest,Tenant>

deleteTenantCallable()

public UnaryCallable<DeleteTenantRequest,Empty> deleteTenantCallable()
Returns
TypeDescription
UnaryCallable<DeleteTenantRequest,Empty>

getTenantCallable()

public UnaryCallable<GetTenantRequest,Tenant> getTenantCallable()
Returns
TypeDescription
UnaryCallable<GetTenantRequest,Tenant>

listTenantsCallable()

public UnaryCallable<ListTenantsRequest,ListTenantsResponse> listTenantsCallable()
Returns
TypeDescription
UnaryCallable<ListTenantsRequest,ListTenantsResponse>

listTenantsPagedCallable()

public UnaryCallable<ListTenantsRequest,TenantServiceClient.ListTenantsPagedResponse> listTenantsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListTenantsRequest,ListTenantsPagedResponse>

updateTenantCallable()

public UnaryCallable<UpdateTenantRequest,Tenant> updateTenantCallable()
Returns
TypeDescription
UnaryCallable<UpdateTenantRequest,Tenant>