Uses of Class
com.google.cloud.datalabeling.v1beta1.ListDatasetsResponse
-
Packages that use ListDatasetsResponse Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling APIcom.google.cloud.datalabeling.v1beta1.stub -
-
Uses of ListDatasetsResponse in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return ListDatasetsResponse Modifier and Type Method Description ListDatasetsResponse
ListDatasetsResponse.Builder. build()
ListDatasetsResponse
ListDatasetsResponse.Builder. buildPartial()
static ListDatasetsResponse
ListDatasetsResponse. getDefaultInstance()
ListDatasetsResponse
ListDatasetsResponse.Builder. getDefaultInstanceForType()
ListDatasetsResponse
ListDatasetsResponse. getDefaultInstanceForType()
ListDatasetsResponse
DataLabelingServiceGrpc.DataLabelingServiceBlockingStub. listDatasets(ListDatasetsRequest request)
Lists datasets under a project.static ListDatasetsResponse
ListDatasetsResponse. parseDelimitedFrom(InputStream input)
static ListDatasetsResponse
ListDatasetsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDatasetsResponse
ListDatasetsResponse. parseFrom(byte[] data)
static ListDatasetsResponse
ListDatasetsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDatasetsResponse
ListDatasetsResponse. parseFrom(com.google.protobuf.ByteString data)
static ListDatasetsResponse
ListDatasetsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDatasetsResponse
ListDatasetsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListDatasetsResponse
ListDatasetsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDatasetsResponse
ListDatasetsResponse. parseFrom(InputStream input)
static ListDatasetsResponse
ListDatasetsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDatasetsResponse
ListDatasetsResponse. parseFrom(ByteBuffer data)
static ListDatasetsResponse
ListDatasetsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type ListDatasetsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListDatasetsRequest,ListDatasetsResponse>
DataLabelingServiceGrpc. getListDatasetsMethod()
com.google.protobuf.Parser<ListDatasetsResponse>
ListDatasetsResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListDatasetsResponse>
DataLabelingServiceGrpc.DataLabelingServiceFutureStub. listDatasets(ListDatasetsRequest request)
Lists datasets under a project.com.google.api.gax.rpc.UnaryCallable<ListDatasetsRequest,ListDatasetsResponse>
DataLabelingServiceClient. listDatasetsCallable()
Lists datasets under a project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListDatasetsRequest,ListDatasetsResponse,DataLabelingServiceClient.ListDatasetsPagedResponse>
DataLabelingServiceSettings.Builder. listDatasetsSettings()
Returns the builder for the settings used for calls to listDatasets.com.google.api.gax.rpc.PagedCallSettings<ListDatasetsRequest,ListDatasetsResponse,DataLabelingServiceClient.ListDatasetsPagedResponse>
DataLabelingServiceSettings. listDatasetsSettings()
Returns the object with the settings used for calls to listDatasets.static com.google.protobuf.Parser<ListDatasetsResponse>
ListDatasetsResponse. parser()
Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type ListDatasetsResponse Modifier and Type Method Description protected DataLabelingServiceClient.ListDatasetsPage
DataLabelingServiceClient.ListDatasetsPage. createPage(com.google.api.gax.rpc.PageContext<ListDatasetsRequest,ListDatasetsResponse,Dataset> context, ListDatasetsResponse response)
ListDatasetsResponse.Builder
ListDatasetsResponse.Builder. mergeFrom(ListDatasetsResponse other)
static ListDatasetsResponse.Builder
ListDatasetsResponse. newBuilder(ListDatasetsResponse prototype)
Method parameters in com.google.cloud.datalabeling.v1beta1 with type arguments of type ListDatasetsResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<DataLabelingServiceClient.ListDatasetsPagedResponse>
DataLabelingServiceClient.ListDatasetsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListDatasetsRequest,ListDatasetsResponse,Dataset> context, com.google.api.core.ApiFuture<ListDatasetsResponse> futureResponse)
static com.google.api.core.ApiFuture<DataLabelingServiceClient.ListDatasetsPagedResponse>
DataLabelingServiceClient.ListDatasetsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListDatasetsRequest,ListDatasetsResponse,Dataset> context, com.google.api.core.ApiFuture<ListDatasetsResponse> futureResponse)
protected DataLabelingServiceClient.ListDatasetsPage
DataLabelingServiceClient.ListDatasetsPage. createPage(com.google.api.gax.rpc.PageContext<ListDatasetsRequest,ListDatasetsResponse,Dataset> context, ListDatasetsResponse response)
com.google.api.core.ApiFuture<DataLabelingServiceClient.ListDatasetsPage>
DataLabelingServiceClient.ListDatasetsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListDatasetsRequest,ListDatasetsResponse,Dataset> context, com.google.api.core.ApiFuture<ListDatasetsResponse> futureResponse)
com.google.api.core.ApiFuture<DataLabelingServiceClient.ListDatasetsPage>
DataLabelingServiceClient.ListDatasetsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListDatasetsRequest,ListDatasetsResponse,Dataset> context, com.google.api.core.ApiFuture<ListDatasetsResponse> futureResponse)
default void
DataLabelingServiceGrpc.AsyncService. listDatasets(ListDatasetsRequest request, io.grpc.stub.StreamObserver<ListDatasetsResponse> responseObserver)
Lists datasets under a project.void
DataLabelingServiceGrpc.DataLabelingServiceStub. listDatasets(ListDatasetsRequest request, io.grpc.stub.StreamObserver<ListDatasetsResponse> responseObserver)
Lists datasets under a project. -
Uses of ListDatasetsResponse in com.google.cloud.datalabeling.v1beta1.stub
Methods in com.google.cloud.datalabeling.v1beta1.stub that return types with arguments of type ListDatasetsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListDatasetsRequest,ListDatasetsResponse>
DataLabelingServiceStub. listDatasetsCallable()
com.google.api.gax.rpc.UnaryCallable<ListDatasetsRequest,ListDatasetsResponse>
GrpcDataLabelingServiceStub. listDatasetsCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListDatasetsRequest,ListDatasetsResponse,DataLabelingServiceClient.ListDatasetsPagedResponse>
DataLabelingServiceStubSettings.Builder. listDatasetsSettings()
Returns the builder for the settings used for calls to listDatasets.com.google.api.gax.rpc.PagedCallSettings<ListDatasetsRequest,ListDatasetsResponse,DataLabelingServiceClient.ListDatasetsPagedResponse>
DataLabelingServiceStubSettings. listDatasetsSettings()
Returns the object with the settings used for calls to listDatasets.
-