public static final class TenantServiceGrpc.TenantServiceFutureStub extends io.grpc.stub.AbstractStub<TenantServiceGrpc.TenantServiceFutureStub>
A service that handles tenant management, including CRUD and enumeration.
| Modifier and Type | Method and Description |
|---|---|
protected TenantServiceGrpc.TenantServiceFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<Tenant> |
createTenant(CreateTenantRequest request)
Creates a new tenant entity.
|
com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> |
deleteTenant(DeleteTenantRequest request)
Deletes specified tenant.
|
com.google.common.util.concurrent.ListenableFuture<Tenant> |
getTenant(GetTenantRequest request)
Retrieves specified tenant.
|
com.google.common.util.concurrent.ListenableFuture<ListTenantsResponse> |
listTenants(ListTenantsRequest request)
Lists all tenants associated with the project.
|
com.google.common.util.concurrent.ListenableFuture<Tenant> |
updateTenant(UpdateTenantRequest request)
Updates specified tenant.
|
protected TenantServiceGrpc.TenantServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<TenantServiceGrpc.TenantServiceFutureStub>public com.google.common.util.concurrent.ListenableFuture<Tenant> createTenant(CreateTenantRequest request)
Creates a new tenant entity.
public com.google.common.util.concurrent.ListenableFuture<Tenant> getTenant(GetTenantRequest request)
Retrieves specified tenant.
public com.google.common.util.concurrent.ListenableFuture<Tenant> updateTenant(UpdateTenantRequest request)
Updates specified tenant.
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> deleteTenant(DeleteTenantRequest request)
Deletes specified tenant.
public com.google.common.util.concurrent.ListenableFuture<ListTenantsResponse> listTenants(ListTenantsRequest request)
Lists all tenants associated with the project.
Copyright © 2019 Google LLC. All rights reserved.