Uses of Class
com.google.cloud.aiplatform.v1.ListDataLabelingJobsRequest
-
Packages that use ListDataLabelingJobsRequest Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of ListDataLabelingJobsRequest in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ListDataLabelingJobsRequest Modifier and Type Method Description ListDataLabelingJobsRequestListDataLabelingJobsRequest.Builder. build()ListDataLabelingJobsRequestListDataLabelingJobsRequest.Builder. buildPartial()static ListDataLabelingJobsRequestListDataLabelingJobsRequest. getDefaultInstance()ListDataLabelingJobsRequestListDataLabelingJobsRequest.Builder. getDefaultInstanceForType()ListDataLabelingJobsRequestListDataLabelingJobsRequest. getDefaultInstanceForType()static ListDataLabelingJobsRequestListDataLabelingJobsRequest. parseDelimitedFrom(InputStream input)static ListDataLabelingJobsRequestListDataLabelingJobsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDataLabelingJobsRequestListDataLabelingJobsRequest. parseFrom(byte[] data)static ListDataLabelingJobsRequestListDataLabelingJobsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDataLabelingJobsRequestListDataLabelingJobsRequest. parseFrom(com.google.protobuf.ByteString data)static ListDataLabelingJobsRequestListDataLabelingJobsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDataLabelingJobsRequestListDataLabelingJobsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListDataLabelingJobsRequestListDataLabelingJobsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDataLabelingJobsRequestListDataLabelingJobsRequest. parseFrom(InputStream input)static ListDataLabelingJobsRequestListDataLabelingJobsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDataLabelingJobsRequestListDataLabelingJobsRequest. parseFrom(ByteBuffer data)static ListDataLabelingJobsRequestListDataLabelingJobsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.aiplatform.v1 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.v1 with parameters of type ListDataLabelingJobsRequest Modifier and Type Method Description JobServiceClient.ListDataLabelingJobsPagedResponseJobServiceClient. listDataLabelingJobs(ListDataLabelingJobsRequest request)Lists DataLabelingJobs in a Location.default voidJobServiceGrpc.AsyncService. listDataLabelingJobs(ListDataLabelingJobsRequest request, io.grpc.stub.StreamObserver<ListDataLabelingJobsResponse> responseObserver)Lists DataLabelingJobs in a Location.ListDataLabelingJobsResponseJobServiceGrpc.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.voidJobServiceGrpc.JobServiceStub. listDataLabelingJobs(ListDataLabelingJobsRequest request, io.grpc.stub.StreamObserver<ListDataLabelingJobsResponse> responseObserver)Lists DataLabelingJobs in a Location.ListDataLabelingJobsRequest.BuilderListDataLabelingJobsRequest.Builder. mergeFrom(ListDataLabelingJobsRequest other)static ListDataLabelingJobsRequest.BuilderListDataLabelingJobsRequest. newBuilder(ListDataLabelingJobsRequest prototype)Method parameters in com.google.cloud.aiplatform.v1 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.ListDataLabelingJobsPageJobServiceClient.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.v1.stub
-