@Generated(value="by gapic-generator-java") public abstract class TenantServiceStub extends Object implements BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
Constructor and Description |
---|
TenantServiceStub() |
Modifier and Type | Method and Description |
---|---|
abstract void |
close() |
UnaryCallable<CreateTenantRequest,Tenant> |
createTenantCallable() |
UnaryCallable<DeleteTenantRequest,Empty> |
deleteTenantCallable() |
UnaryCallable<GetTenantRequest,Tenant> |
getTenantCallable() |
UnaryCallable<ListTenantsRequest,ListTenantsResponse> |
listTenantsCallable() |
UnaryCallable<ListTenantsRequest,TenantServiceClient.ListTenantsPagedResponse> |
listTenantsPagedCallable() |
UnaryCallable<UpdateTenantRequest,Tenant> |
updateTenantCallable() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
public UnaryCallable<CreateTenantRequest,Tenant> createTenantCallable()
public UnaryCallable<GetTenantRequest,Tenant> getTenantCallable()
public UnaryCallable<UpdateTenantRequest,Tenant> updateTenantCallable()
public UnaryCallable<DeleteTenantRequest,Empty> deleteTenantCallable()
public UnaryCallable<ListTenantsRequest,TenantServiceClient.ListTenantsPagedResponse> listTenantsPagedCallable()
public UnaryCallable<ListTenantsRequest,ListTenantsResponse> listTenantsCallable()
public abstract void close()
close
in interface AutoCloseable
Copyright © 2022 Google LLC. All rights reserved.