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 GetAnnotatedDatasetRequestGetAnnotatedDatasetRequest.Builder. build()GetAnnotatedDatasetRequestGetAnnotatedDatasetRequest.Builder. buildPartial()static GetAnnotatedDatasetRequestGetAnnotatedDatasetRequest. getDefaultInstance()GetAnnotatedDatasetRequestGetAnnotatedDatasetRequest.Builder. getDefaultInstanceForType()GetAnnotatedDatasetRequestGetAnnotatedDatasetRequest. getDefaultInstanceForType()static GetAnnotatedDatasetRequestGetAnnotatedDatasetRequest. parseDelimitedFrom(InputStream input)static GetAnnotatedDatasetRequestGetAnnotatedDatasetRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAnnotatedDatasetRequestGetAnnotatedDatasetRequest. parseFrom(byte[] data)static GetAnnotatedDatasetRequestGetAnnotatedDatasetRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAnnotatedDatasetRequestGetAnnotatedDatasetRequest. parseFrom(com.google.protobuf.ByteString data)static GetAnnotatedDatasetRequestGetAnnotatedDatasetRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAnnotatedDatasetRequestGetAnnotatedDatasetRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetAnnotatedDatasetRequestGetAnnotatedDatasetRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAnnotatedDatasetRequestGetAnnotatedDatasetRequest. parseFrom(InputStream input)static GetAnnotatedDatasetRequestGetAnnotatedDatasetRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAnnotatedDatasetRequestGetAnnotatedDatasetRequest. parseFrom(ByteBuffer data)static GetAnnotatedDatasetRequestGetAnnotatedDatasetRequest. 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 AnnotatedDatasetDataLabelingServiceClient. getAnnotatedDataset(GetAnnotatedDatasetRequest request)Gets an annotated dataset by resource name.default voidDataLabelingServiceGrpc.AsyncService. getAnnotatedDataset(GetAnnotatedDatasetRequest request, io.grpc.stub.StreamObserver<AnnotatedDataset> responseObserver)Gets an annotated dataset by resource name.AnnotatedDatasetDataLabelingServiceGrpc.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.voidDataLabelingServiceGrpc.DataLabelingServiceStub. getAnnotatedDataset(GetAnnotatedDatasetRequest request, io.grpc.stub.StreamObserver<AnnotatedDataset> responseObserver)Gets an annotated dataset by resource name.GetAnnotatedDatasetRequest.BuilderGetAnnotatedDatasetRequest.Builder. mergeFrom(GetAnnotatedDatasetRequest other)static GetAnnotatedDatasetRequest.BuilderGetAnnotatedDatasetRequest. 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.
-