Uses of Class
com.google.cloud.datalabeling.v1beta1.LabelVideoRequest
-
Packages that use LabelVideoRequest Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling APIcom.google.cloud.datalabeling.v1beta1.stub -
-
Uses of LabelVideoRequest in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return LabelVideoRequest Modifier and Type Method Description LabelVideoRequestLabelVideoRequest.Builder. build()LabelVideoRequestLabelVideoRequest.Builder. buildPartial()static LabelVideoRequestLabelVideoRequest. getDefaultInstance()LabelVideoRequestLabelVideoRequest.Builder. getDefaultInstanceForType()LabelVideoRequestLabelVideoRequest. getDefaultInstanceForType()static LabelVideoRequestLabelVideoRequest. parseDelimitedFrom(InputStream input)static LabelVideoRequestLabelVideoRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LabelVideoRequestLabelVideoRequest. parseFrom(byte[] data)static LabelVideoRequestLabelVideoRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LabelVideoRequestLabelVideoRequest. parseFrom(com.google.protobuf.ByteString data)static LabelVideoRequestLabelVideoRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LabelVideoRequestLabelVideoRequest. parseFrom(com.google.protobuf.CodedInputStream input)static LabelVideoRequestLabelVideoRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LabelVideoRequestLabelVideoRequest. parseFrom(InputStream input)static LabelVideoRequestLabelVideoRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LabelVideoRequestLabelVideoRequest. parseFrom(ByteBuffer data)static LabelVideoRequestLabelVideoRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type LabelVideoRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<LabelVideoRequest,com.google.longrunning.Operation>DataLabelingServiceGrpc. getLabelVideoMethod()com.google.protobuf.Parser<LabelVideoRequest>LabelVideoRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<LabelVideoRequest,com.google.longrunning.Operation>DataLabelingServiceClient. labelVideoCallable()Starts a labeling task for video.com.google.api.gax.rpc.OperationCallable<LabelVideoRequest,AnnotatedDataset,LabelOperationMetadata>DataLabelingServiceClient. labelVideoOperationCallable()Starts a labeling task for video.com.google.api.gax.rpc.OperationCallSettings.Builder<LabelVideoRequest,AnnotatedDataset,LabelOperationMetadata>DataLabelingServiceSettings.Builder. labelVideoOperationSettings()Returns the builder for the settings used for calls to labelVideo.com.google.api.gax.rpc.OperationCallSettings<LabelVideoRequest,AnnotatedDataset,LabelOperationMetadata>DataLabelingServiceSettings. labelVideoOperationSettings()Returns the object with the settings used for calls to labelVideo.com.google.api.gax.rpc.UnaryCallSettings.Builder<LabelVideoRequest,com.google.longrunning.Operation>DataLabelingServiceSettings.Builder. labelVideoSettings()Returns the builder for the settings used for calls to labelVideo.com.google.api.gax.rpc.UnaryCallSettings<LabelVideoRequest,com.google.longrunning.Operation>DataLabelingServiceSettings. labelVideoSettings()Returns the object with the settings used for calls to labelVideo.static com.google.protobuf.Parser<LabelVideoRequest>LabelVideoRequest. parser()Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type LabelVideoRequest Modifier and Type Method Description default voidDataLabelingServiceGrpc.AsyncService. labelVideo(LabelVideoRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Starts a labeling task for video.com.google.longrunning.OperationDataLabelingServiceGrpc.DataLabelingServiceBlockingStub. labelVideo(LabelVideoRequest request)Starts a labeling task for video.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>DataLabelingServiceGrpc.DataLabelingServiceFutureStub. labelVideo(LabelVideoRequest request)Starts a labeling task for video.voidDataLabelingServiceGrpc.DataLabelingServiceStub. labelVideo(LabelVideoRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Starts a labeling task for video.com.google.api.gax.longrunning.OperationFuture<AnnotatedDataset,LabelOperationMetadata>DataLabelingServiceClient. labelVideoAsync(LabelVideoRequest request)Starts a labeling task for video.LabelVideoRequest.BuilderLabelVideoRequest.Builder. mergeFrom(LabelVideoRequest other)static LabelVideoRequest.BuilderLabelVideoRequest. newBuilder(LabelVideoRequest prototype) -
Uses of LabelVideoRequest in com.google.cloud.datalabeling.v1beta1.stub
Methods in com.google.cloud.datalabeling.v1beta1.stub that return types with arguments of type LabelVideoRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<LabelVideoRequest,com.google.longrunning.Operation>DataLabelingServiceStub. labelVideoCallable()com.google.api.gax.rpc.UnaryCallable<LabelVideoRequest,com.google.longrunning.Operation>GrpcDataLabelingServiceStub. labelVideoCallable()com.google.api.gax.rpc.OperationCallable<LabelVideoRequest,AnnotatedDataset,LabelOperationMetadata>DataLabelingServiceStub. labelVideoOperationCallable()com.google.api.gax.rpc.OperationCallable<LabelVideoRequest,AnnotatedDataset,LabelOperationMetadata>GrpcDataLabelingServiceStub. labelVideoOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<LabelVideoRequest,AnnotatedDataset,LabelOperationMetadata>DataLabelingServiceStubSettings.Builder. labelVideoOperationSettings()Returns the builder for the settings used for calls to labelVideo.com.google.api.gax.rpc.OperationCallSettings<LabelVideoRequest,AnnotatedDataset,LabelOperationMetadata>DataLabelingServiceStubSettings. labelVideoOperationSettings()Returns the object with the settings used for calls to labelVideo.com.google.api.gax.rpc.UnaryCallSettings.Builder<LabelVideoRequest,com.google.longrunning.Operation>DataLabelingServiceStubSettings.Builder. labelVideoSettings()Returns the builder for the settings used for calls to labelVideo.com.google.api.gax.rpc.UnaryCallSettings<LabelVideoRequest,com.google.longrunning.Operation>DataLabelingServiceStubSettings. labelVideoSettings()Returns the object with the settings used for calls to labelVideo.
-