Uses of Class
com.google.cloud.talent.v4.ListTenantsRequest
-
Packages that use ListTenantsRequest Package Description com.google.cloud.talent.v4 A client to Cloud Talent Solution APIcom.google.cloud.talent.v4.stub -
-
Uses of ListTenantsRequest in com.google.cloud.talent.v4
Methods in com.google.cloud.talent.v4 that return ListTenantsRequest Modifier and Type Method Description ListTenantsRequest
ListTenantsRequest.Builder. build()
ListTenantsRequest
ListTenantsRequest.Builder. buildPartial()
static ListTenantsRequest
ListTenantsRequest. getDefaultInstance()
ListTenantsRequest
ListTenantsRequest.Builder. getDefaultInstanceForType()
ListTenantsRequest
ListTenantsRequest. getDefaultInstanceForType()
static ListTenantsRequest
ListTenantsRequest. parseDelimitedFrom(InputStream input)
static ListTenantsRequest
ListTenantsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTenantsRequest
ListTenantsRequest. parseFrom(byte[] data)
static ListTenantsRequest
ListTenantsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTenantsRequest
ListTenantsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListTenantsRequest
ListTenantsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTenantsRequest
ListTenantsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListTenantsRequest
ListTenantsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTenantsRequest
ListTenantsRequest. parseFrom(InputStream input)
static ListTenantsRequest
ListTenantsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTenantsRequest
ListTenantsRequest. parseFrom(ByteBuffer data)
static ListTenantsRequest
ListTenantsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.talent.v4 that return types with arguments of type ListTenantsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListTenantsRequest,ListTenantsResponse>
TenantServiceGrpc. getListTenantsMethod()
com.google.protobuf.Parser<ListTenantsRequest>
ListTenantsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListTenantsRequest,ListTenantsResponse>
TenantServiceClient. listTenantsCallable()
Lists all tenants associated with the project.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.static com.google.protobuf.Parser<ListTenantsRequest>
ListTenantsRequest. parser()
Methods in com.google.cloud.talent.v4 with parameters of type ListTenantsRequest Modifier and Type Method Description TenantServiceClient.ListTenantsPagedResponse
TenantServiceClient. listTenants(ListTenantsRequest request)
Lists all tenants associated with the project.default void
TenantServiceGrpc.AsyncService. listTenants(ListTenantsRequest request, io.grpc.stub.StreamObserver<ListTenantsResponse> responseObserver)
Lists all tenants associated with the project.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.void
TenantServiceGrpc.TenantServiceStub. listTenants(ListTenantsRequest request, io.grpc.stub.StreamObserver<ListTenantsResponse> responseObserver)
Lists all tenants associated with the project.ListTenantsRequest.Builder
ListTenantsRequest.Builder. mergeFrom(ListTenantsRequest other)
static ListTenantsRequest.Builder
ListTenantsRequest. newBuilder(ListTenantsRequest prototype)
Method parameters in com.google.cloud.talent.v4 with type arguments of type ListTenantsRequest 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)
protected TenantServiceClient.ListTenantsPage
TenantServiceClient.ListTenantsPage. createPage(com.google.api.gax.rpc.PageContext<ListTenantsRequest,ListTenantsResponse,Tenant> context, ListTenantsResponse response)
com.google.api.core.ApiFuture<TenantServiceClient.ListTenantsPage>
TenantServiceClient.ListTenantsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListTenantsRequest,ListTenantsResponse,Tenant> context, com.google.api.core.ApiFuture<ListTenantsResponse> futureResponse)
-
Uses of ListTenantsRequest in com.google.cloud.talent.v4.stub
Methods in com.google.cloud.talent.v4.stub that return types with arguments of type ListTenantsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListTenantsRequest,ListTenantsResponse>
GrpcTenantServiceStub. listTenantsCallable()
com.google.api.gax.rpc.UnaryCallable<ListTenantsRequest,ListTenantsResponse>
HttpJsonTenantServiceStub. listTenantsCallable()
com.google.api.gax.rpc.UnaryCallable<ListTenantsRequest,ListTenantsResponse>
TenantServiceStub. listTenantsCallable()
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.
-