Uses of Class
com.google.cloud.talent.v4.TenantServiceClient.ListTenantsPagedResponse
-
Packages that use TenantServiceClient.ListTenantsPagedResponse Package Description com.google.cloud.talent.v4 A client to Cloud Talent Solution APIcom.google.cloud.talent.v4.stub -
-
Uses of TenantServiceClient.ListTenantsPagedResponse in com.google.cloud.talent.v4
Methods in com.google.cloud.talent.v4 that return TenantServiceClient.ListTenantsPagedResponse Modifier and Type Method Description TenantServiceClient.ListTenantsPagedResponse
TenantServiceClient. listTenants(ListTenantsRequest request)
Lists all tenants associated with the project.TenantServiceClient.ListTenantsPagedResponse
TenantServiceClient. listTenants(ProjectName parent)
Lists all tenants associated with the project.TenantServiceClient.ListTenantsPagedResponse
TenantServiceClient. listTenants(String parent)
Lists all tenants associated with the project.Methods in com.google.cloud.talent.v4 that return types with arguments of type TenantServiceClient.ListTenantsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<TenantServiceClient.ListTenantsPagedResponse>
TenantServiceClient.ListTenantsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListTenantsRequest,ListTenantsResponse,Tenant> context, com.google.api.core.ApiFuture<ListTenantsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListTenantsRequest,TenantServiceClient.ListTenantsPagedResponse>
TenantServiceClient. listTenantsPagedCallable()
Lists all tenants associated with the project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListTenantsRequest,ListTenantsResponse,TenantServiceClient.ListTenantsPagedResponse>
TenantServiceSettings.Builder. listTenantsSettings()
Returns the builder for the settings used for calls to listTenants.com.google.api.gax.rpc.PagedCallSettings<ListTenantsRequest,ListTenantsResponse,TenantServiceClient.ListTenantsPagedResponse>
TenantServiceSettings. listTenantsSettings()
Returns the object with the settings used for calls to listTenants. -
Uses of TenantServiceClient.ListTenantsPagedResponse in com.google.cloud.talent.v4.stub
Methods in com.google.cloud.talent.v4.stub that return types with arguments of type TenantServiceClient.ListTenantsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListTenantsRequest,TenantServiceClient.ListTenantsPagedResponse>
GrpcTenantServiceStub. listTenantsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListTenantsRequest,TenantServiceClient.ListTenantsPagedResponse>
HttpJsonTenantServiceStub. listTenantsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListTenantsRequest,TenantServiceClient.ListTenantsPagedResponse>
TenantServiceStub. listTenantsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListTenantsRequest,ListTenantsResponse,TenantServiceClient.ListTenantsPagedResponse>
TenantServiceStubSettings.Builder. listTenantsSettings()
Returns the builder for the settings used for calls to listTenants.com.google.api.gax.rpc.PagedCallSettings<ListTenantsRequest,ListTenantsResponse,TenantServiceClient.ListTenantsPagedResponse>
TenantServiceStubSettings. listTenantsSettings()
Returns the object with the settings used for calls to listTenants.
-