Package com.google.cloud.talent.v4
Class TenantServiceGrpc.TenantServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<TenantServiceGrpc.TenantServiceBlockingStub>
-
- com.google.cloud.talent.v4.TenantServiceGrpc.TenantServiceBlockingStub
-
- Enclosing class:
- TenantServiceGrpc
public static final class TenantServiceGrpc.TenantServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<TenantServiceGrpc.TenantServiceBlockingStub>
A stub to allow clients to do synchronous rpc calls to service TenantService.A service that handles tenant management, including CRUD and enumeration.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
build
protected TenantServiceGrpc.TenantServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<TenantServiceGrpc.TenantServiceBlockingStub>
-
createTenant
public Tenant createTenant(CreateTenantRequest request)
Creates a new tenant entity.
-
getTenant
public Tenant getTenant(GetTenantRequest request)
Retrieves specified tenant.
-
updateTenant
public Tenant updateTenant(UpdateTenantRequest request)
Updates specified tenant.
-
deleteTenant
public com.google.protobuf.Empty deleteTenant(DeleteTenantRequest request)
Deletes specified tenant.
-
listTenants
public ListTenantsResponse listTenants(ListTenantsRequest request)
Lists all tenants associated with the project.
-
-