public static final class TenantServiceGrpc.TenantServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<TenantServiceGrpc.TenantServiceBlockingStub>
A service that handles tenant management, including CRUD and enumeration.
| Modifier and Type | Method and Description |
|---|---|
protected TenantServiceGrpc.TenantServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
Tenant |
createTenant(CreateTenantRequest request)
Creates a new tenant entity.
|
com.google.protobuf.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.
|
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReadyprotected TenantServiceGrpc.TenantServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.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 com.google.protobuf.Empty deleteTenant(DeleteTenantRequest request)
Deletes specified tenant.
public ListTenantsResponse listTenants(ListTenantsRequest request)
Lists all tenants associated with the project.
Copyright © 2025 Google LLC. All rights reserved.