public static final class TenantServiceGrpc.TenantServiceBlockingStub extends AbstractBlockingStub<TenantServiceGrpc.TenantServiceBlockingStub>
A service that handles tenant management, including CRUD and enumeration.
AbstractStub.StubFactory<T extends AbstractStub<T>>
Modifier and Type | Method and Description |
---|---|
protected TenantServiceGrpc.TenantServiceBlockingStub |
build(Channel channel,
CallOptions callOptions) |
Tenant |
createTenant(CreateTenantRequest request)
Creates a new tenant entity.
|
Empty |
deleteTenant(DeleteTenantRequest request)
Deletes specified tenant.
|
Tenant |
getTenant(GetTenantRequest request)
Retrieves specified tenant.
|
ListTenantsResponse |
listTenants(ListTenantsRequest request)
Lists all tenants associated with the project.
|
Tenant |
updateTenant(UpdateTenantRequest request)
Updates specified tenant.
|
newStub, newStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
protected TenantServiceGrpc.TenantServiceBlockingStub build(Channel channel, CallOptions callOptions)
build
in class AbstractStub<TenantServiceGrpc.TenantServiceBlockingStub>
public Tenant createTenant(CreateTenantRequest request)
Creates a new tenant entity.
public Tenant getTenant(GetTenantRequest request)
Retrieves specified tenant.
public Tenant updateTenant(UpdateTenantRequest request)
Updates specified tenant.
public Empty deleteTenant(DeleteTenantRequest request)
Deletes specified tenant.
public ListTenantsResponse listTenants(ListTenantsRequest request)
Lists all tenants associated with the project.
Copyright © 2022 Google LLC. All rights reserved.