Uses of Class
com.google.cloud.datalabeling.v1beta1.DataLabelingServiceClient.ListDataItemsPagedResponse
-
Packages that use DataLabelingServiceClient.ListDataItemsPagedResponse Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling APIcom.google.cloud.datalabeling.v1beta1.stub -
-
Uses of DataLabelingServiceClient.ListDataItemsPagedResponse in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return DataLabelingServiceClient.ListDataItemsPagedResponse Modifier and Type Method Description DataLabelingServiceClient.ListDataItemsPagedResponse
DataLabelingServiceClient. listDataItems(DatasetName parent, String filter)
Lists data items in a dataset.DataLabelingServiceClient.ListDataItemsPagedResponse
DataLabelingServiceClient. listDataItems(ListDataItemsRequest request)
Lists data items in a dataset.DataLabelingServiceClient.ListDataItemsPagedResponse
DataLabelingServiceClient. listDataItems(String parent, String filter)
Lists data items in a dataset.Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type DataLabelingServiceClient.ListDataItemsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<DataLabelingServiceClient.ListDataItemsPagedResponse>
DataLabelingServiceClient.ListDataItemsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListDataItemsRequest,ListDataItemsResponse,DataItem> context, com.google.api.core.ApiFuture<ListDataItemsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListDataItemsRequest,DataLabelingServiceClient.ListDataItemsPagedResponse>
DataLabelingServiceClient. listDataItemsPagedCallable()
Lists data items in a dataset.com.google.api.gax.rpc.PagedCallSettings.Builder<ListDataItemsRequest,ListDataItemsResponse,DataLabelingServiceClient.ListDataItemsPagedResponse>
DataLabelingServiceSettings.Builder. listDataItemsSettings()
Returns the builder for the settings used for calls to listDataItems.com.google.api.gax.rpc.PagedCallSettings<ListDataItemsRequest,ListDataItemsResponse,DataLabelingServiceClient.ListDataItemsPagedResponse>
DataLabelingServiceSettings. listDataItemsSettings()
Returns the object with the settings used for calls to listDataItems. -
Uses of DataLabelingServiceClient.ListDataItemsPagedResponse in com.google.cloud.datalabeling.v1beta1.stub
Methods in com.google.cloud.datalabeling.v1beta1.stub that return types with arguments of type DataLabelingServiceClient.ListDataItemsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListDataItemsRequest,DataLabelingServiceClient.ListDataItemsPagedResponse>
DataLabelingServiceStub. listDataItemsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListDataItemsRequest,DataLabelingServiceClient.ListDataItemsPagedResponse>
GrpcDataLabelingServiceStub. listDataItemsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListDataItemsRequest,ListDataItemsResponse,DataLabelingServiceClient.ListDataItemsPagedResponse>
DataLabelingServiceStubSettings.Builder. listDataItemsSettings()
Returns the builder for the settings used for calls to listDataItems.com.google.api.gax.rpc.PagedCallSettings<ListDataItemsRequest,ListDataItemsResponse,DataLabelingServiceClient.ListDataItemsPagedResponse>
DataLabelingServiceStubSettings. listDataItemsSettings()
Returns the object with the settings used for calls to listDataItems.
-