Uses of Class
com.google.cloud.datalabeling.v1beta1.GetAnnotatedDatasetRequest
-
Packages that use GetAnnotatedDatasetRequest Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling APIcom.google.cloud.datalabeling.v1beta1.stub -
-
Uses of GetAnnotatedDatasetRequest in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return GetAnnotatedDatasetRequest Modifier and Type Method Description GetAnnotatedDatasetRequest
GetAnnotatedDatasetRequest.Builder. build()
GetAnnotatedDatasetRequest
GetAnnotatedDatasetRequest.Builder. buildPartial()
static GetAnnotatedDatasetRequest
GetAnnotatedDatasetRequest. getDefaultInstance()
GetAnnotatedDatasetRequest
GetAnnotatedDatasetRequest.Builder. getDefaultInstanceForType()
GetAnnotatedDatasetRequest
GetAnnotatedDatasetRequest. getDefaultInstanceForType()
static GetAnnotatedDatasetRequest
GetAnnotatedDatasetRequest. parseDelimitedFrom(InputStream input)
static GetAnnotatedDatasetRequest
GetAnnotatedDatasetRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAnnotatedDatasetRequest
GetAnnotatedDatasetRequest. parseFrom(byte[] data)
static GetAnnotatedDatasetRequest
GetAnnotatedDatasetRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAnnotatedDatasetRequest
GetAnnotatedDatasetRequest. parseFrom(com.google.protobuf.ByteString data)
static GetAnnotatedDatasetRequest
GetAnnotatedDatasetRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAnnotatedDatasetRequest
GetAnnotatedDatasetRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetAnnotatedDatasetRequest
GetAnnotatedDatasetRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAnnotatedDatasetRequest
GetAnnotatedDatasetRequest. parseFrom(InputStream input)
static GetAnnotatedDatasetRequest
GetAnnotatedDatasetRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAnnotatedDatasetRequest
GetAnnotatedDatasetRequest. parseFrom(ByteBuffer data)
static GetAnnotatedDatasetRequest
GetAnnotatedDatasetRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type GetAnnotatedDatasetRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetAnnotatedDatasetRequest,AnnotatedDataset>
DataLabelingServiceClient. getAnnotatedDatasetCallable()
Gets an annotated dataset by resource name.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAnnotatedDatasetRequest,AnnotatedDataset>
DataLabelingServiceSettings.Builder. getAnnotatedDatasetSettings()
Returns the builder for the settings used for calls to getAnnotatedDataset.com.google.api.gax.rpc.UnaryCallSettings<GetAnnotatedDatasetRequest,AnnotatedDataset>
DataLabelingServiceSettings. getAnnotatedDatasetSettings()
Returns the object with the settings used for calls to getAnnotatedDataset.static io.grpc.MethodDescriptor<GetAnnotatedDatasetRequest,AnnotatedDataset>
DataLabelingServiceGrpc. getGetAnnotatedDatasetMethod()
com.google.protobuf.Parser<GetAnnotatedDatasetRequest>
GetAnnotatedDatasetRequest. getParserForType()
static com.google.protobuf.Parser<GetAnnotatedDatasetRequest>
GetAnnotatedDatasetRequest. parser()
Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type GetAnnotatedDatasetRequest Modifier and Type Method Description AnnotatedDataset
DataLabelingServiceClient. getAnnotatedDataset(GetAnnotatedDatasetRequest request)
Gets an annotated dataset by resource name.default void
DataLabelingServiceGrpc.AsyncService. getAnnotatedDataset(GetAnnotatedDatasetRequest request, io.grpc.stub.StreamObserver<AnnotatedDataset> responseObserver)
Gets an annotated dataset by resource name.AnnotatedDataset
DataLabelingServiceGrpc.DataLabelingServiceBlockingStub. getAnnotatedDataset(GetAnnotatedDatasetRequest request)
Gets an annotated dataset by resource name.com.google.common.util.concurrent.ListenableFuture<AnnotatedDataset>
DataLabelingServiceGrpc.DataLabelingServiceFutureStub. getAnnotatedDataset(GetAnnotatedDatasetRequest request)
Gets an annotated dataset by resource name.void
DataLabelingServiceGrpc.DataLabelingServiceStub. getAnnotatedDataset(GetAnnotatedDatasetRequest request, io.grpc.stub.StreamObserver<AnnotatedDataset> responseObserver)
Gets an annotated dataset by resource name.GetAnnotatedDatasetRequest.Builder
GetAnnotatedDatasetRequest.Builder. mergeFrom(GetAnnotatedDatasetRequest other)
static GetAnnotatedDatasetRequest.Builder
GetAnnotatedDatasetRequest. newBuilder(GetAnnotatedDatasetRequest prototype)
-
Uses of GetAnnotatedDatasetRequest in com.google.cloud.datalabeling.v1beta1.stub
Methods in com.google.cloud.datalabeling.v1beta1.stub that return types with arguments of type GetAnnotatedDatasetRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetAnnotatedDatasetRequest,AnnotatedDataset>
DataLabelingServiceStub. getAnnotatedDatasetCallable()
com.google.api.gax.rpc.UnaryCallable<GetAnnotatedDatasetRequest,AnnotatedDataset>
GrpcDataLabelingServiceStub. getAnnotatedDatasetCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAnnotatedDatasetRequest,AnnotatedDataset>
DataLabelingServiceStubSettings.Builder. getAnnotatedDatasetSettings()
Returns the builder for the settings used for calls to getAnnotatedDataset.com.google.api.gax.rpc.UnaryCallSettings<GetAnnotatedDatasetRequest,AnnotatedDataset>
DataLabelingServiceStubSettings. getAnnotatedDatasetSettings()
Returns the object with the settings used for calls to getAnnotatedDataset.
-