Uses of Class
com.google.cloud.aiplatform.v1beta1.ListDataLabelingJobsRequest
-
Packages that use ListDataLabelingJobsRequest Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of ListDataLabelingJobsRequest in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return ListDataLabelingJobsRequest Modifier and Type Method Description ListDataLabelingJobsRequest
ListDataLabelingJobsRequest.Builder. build()
ListDataLabelingJobsRequest
ListDataLabelingJobsRequest.Builder. buildPartial()
static ListDataLabelingJobsRequest
ListDataLabelingJobsRequest. getDefaultInstance()
ListDataLabelingJobsRequest
ListDataLabelingJobsRequest.Builder. getDefaultInstanceForType()
ListDataLabelingJobsRequest
ListDataLabelingJobsRequest. getDefaultInstanceForType()
static ListDataLabelingJobsRequest
ListDataLabelingJobsRequest. parseDelimitedFrom(InputStream input)
static ListDataLabelingJobsRequest
ListDataLabelingJobsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDataLabelingJobsRequest
ListDataLabelingJobsRequest. parseFrom(byte[] data)
static ListDataLabelingJobsRequest
ListDataLabelingJobsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDataLabelingJobsRequest
ListDataLabelingJobsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListDataLabelingJobsRequest
ListDataLabelingJobsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDataLabelingJobsRequest
ListDataLabelingJobsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListDataLabelingJobsRequest
ListDataLabelingJobsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDataLabelingJobsRequest
ListDataLabelingJobsRequest. parseFrom(InputStream input)
static ListDataLabelingJobsRequest
ListDataLabelingJobsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDataLabelingJobsRequest
ListDataLabelingJobsRequest. parseFrom(ByteBuffer data)
static ListDataLabelingJobsRequest
ListDataLabelingJobsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type ListDataLabelingJobsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse>
JobServiceGrpc. getListDataLabelingJobsMethod()
com.google.protobuf.Parser<ListDataLabelingJobsRequest>
ListDataLabelingJobsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse>
JobServiceClient. listDataLabelingJobsCallable()
Lists DataLabelingJobs in a Location.com.google.api.gax.rpc.UnaryCallable<ListDataLabelingJobsRequest,JobServiceClient.ListDataLabelingJobsPagedResponse>
JobServiceClient. listDataLabelingJobsPagedCallable()
Lists DataLabelingJobs in a Location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse,JobServiceClient.ListDataLabelingJobsPagedResponse>
JobServiceSettings.Builder. listDataLabelingJobsSettings()
Returns the builder for the settings used for calls to listDataLabelingJobs.com.google.api.gax.rpc.PagedCallSettings<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse,JobServiceClient.ListDataLabelingJobsPagedResponse>
JobServiceSettings. listDataLabelingJobsSettings()
Returns the object with the settings used for calls to listDataLabelingJobs.static com.google.protobuf.Parser<ListDataLabelingJobsRequest>
ListDataLabelingJobsRequest. parser()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type ListDataLabelingJobsRequest Modifier and Type Method Description JobServiceClient.ListDataLabelingJobsPagedResponse
JobServiceClient. listDataLabelingJobs(ListDataLabelingJobsRequest request)
Lists DataLabelingJobs in a Location.default void
JobServiceGrpc.AsyncService. listDataLabelingJobs(ListDataLabelingJobsRequest request, io.grpc.stub.StreamObserver<ListDataLabelingJobsResponse> responseObserver)
Lists DataLabelingJobs in a Location.ListDataLabelingJobsResponse
JobServiceGrpc.JobServiceBlockingStub. listDataLabelingJobs(ListDataLabelingJobsRequest request)
Lists DataLabelingJobs in a Location.com.google.common.util.concurrent.ListenableFuture<ListDataLabelingJobsResponse>
JobServiceGrpc.JobServiceFutureStub. listDataLabelingJobs(ListDataLabelingJobsRequest request)
Lists DataLabelingJobs in a Location.void
JobServiceGrpc.JobServiceStub. listDataLabelingJobs(ListDataLabelingJobsRequest request, io.grpc.stub.StreamObserver<ListDataLabelingJobsResponse> responseObserver)
Lists DataLabelingJobs in a Location.ListDataLabelingJobsRequest.Builder
ListDataLabelingJobsRequest.Builder. mergeFrom(ListDataLabelingJobsRequest other)
static ListDataLabelingJobsRequest.Builder
ListDataLabelingJobsRequest. newBuilder(ListDataLabelingJobsRequest prototype)
Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type ListDataLabelingJobsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<JobServiceClient.ListDataLabelingJobsPagedResponse>
JobServiceClient.ListDataLabelingJobsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse,DataLabelingJob> context, com.google.api.core.ApiFuture<ListDataLabelingJobsResponse> futureResponse)
protected JobServiceClient.ListDataLabelingJobsPage
JobServiceClient.ListDataLabelingJobsPage. createPage(com.google.api.gax.rpc.PageContext<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse,DataLabelingJob> context, ListDataLabelingJobsResponse response)
com.google.api.core.ApiFuture<JobServiceClient.ListDataLabelingJobsPage>
JobServiceClient.ListDataLabelingJobsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse,DataLabelingJob> context, com.google.api.core.ApiFuture<ListDataLabelingJobsResponse> futureResponse)
-
Uses of ListDataLabelingJobsRequest in com.google.cloud.aiplatform.v1beta1.stub
-