@Generated(value="by gapic-generator-java") public abstract class TenantServiceStub extends Object implements com.google.api.gax.core.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() |
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() |
public com.google.api.gax.rpc.UnaryCallable<CreateTenantRequest,Tenant> createTenantCallable()
public com.google.api.gax.rpc.UnaryCallable<GetTenantRequest,Tenant> getTenantCallable()
public com.google.api.gax.rpc.UnaryCallable<UpdateTenantRequest,Tenant> updateTenantCallable()
public com.google.api.gax.rpc.UnaryCallable<DeleteTenantRequest,com.google.protobuf.Empty> deleteTenantCallable()
public com.google.api.gax.rpc.UnaryCallable<ListTenantsRequest,TenantServiceClient.ListTenantsPagedResponse> listTenantsPagedCallable()
public com.google.api.gax.rpc.UnaryCallable<ListTenantsRequest,ListTenantsResponse> listTenantsCallable()
public abstract void close()
close in interface AutoCloseableCopyright © 2023 Google LLC. All rights reserved.