Package | Description |
---|---|
com.google.cloud.talent.v4beta1 |
A client to Cloud Talent Solution API
|
com.google.cloud.talent.v4beta1.stub |
Modifier and Type | Method and Description |
---|---|
ListTenantsResponse |
TenantServiceGrpc.TenantServiceBlockingStub.listTenants(ListTenantsRequest request)
Lists all tenants associated with the project.
|
com.google.common.util.concurrent.ListenableFuture<ListTenantsResponse> |
TenantServiceGrpc.TenantServiceFutureStub.listTenants(ListTenantsRequest request)
Lists all tenants associated with the project.
|
TenantServiceClient.ListTenantsPagedResponse |
TenantServiceClient.listTenants(ListTenantsRequest request)
Lists all tenants associated with the project.
|
void |
TenantServiceGrpc.TenantServiceImplBase.listTenants(ListTenantsRequest request,
StreamObserver<ListTenantsResponse> responseObserver)
Lists all tenants associated with the project.
|
void |
TenantServiceGrpc.TenantServiceStub.listTenants(ListTenantsRequest request,
StreamObserver<ListTenantsResponse> responseObserver)
Lists all tenants associated with the project.
|
ListTenantsRequest.Builder |
ListTenantsRequest.Builder.mergeFrom(ListTenantsRequest other) |
static ListTenantsRequest.Builder |
ListTenantsRequest.newBuilder(ListTenantsRequest prototype) |
Modifier and Type | Method and Description |
---|---|
static com.google.api.core.ApiFuture<TenantServiceClient.ListTenantsPagedResponse> |
TenantServiceClient.ListTenantsPagedResponse.createAsync(PageContext<ListTenantsRequest,ListTenantsResponse,Tenant> context,
com.google.api.core.ApiFuture<ListTenantsResponse> futureResponse) |
protected TenantServiceClient.ListTenantsPage |
TenantServiceClient.ListTenantsPage.createPage(PageContext<ListTenantsRequest,ListTenantsResponse,Tenant> context,
ListTenantsResponse response) |
com.google.api.core.ApiFuture<TenantServiceClient.ListTenantsPage> |
TenantServiceClient.ListTenantsPage.createPageAsync(PageContext<ListTenantsRequest,ListTenantsResponse,Tenant> context,
com.google.api.core.ApiFuture<ListTenantsResponse> futureResponse) |
Copyright © 2022 Google LLC. All rights reserved.