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 LabelVideoRequest
LabelVideoRequest.Builder. build()
LabelVideoRequest
LabelVideoRequest.Builder. buildPartial()
static LabelVideoRequest
LabelVideoRequest. getDefaultInstance()
LabelVideoRequest
LabelVideoRequest.Builder. getDefaultInstanceForType()
LabelVideoRequest
LabelVideoRequest. getDefaultInstanceForType()
static LabelVideoRequest
LabelVideoRequest. parseDelimitedFrom(InputStream input)
static LabelVideoRequest
LabelVideoRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LabelVideoRequest
LabelVideoRequest. parseFrom(byte[] data)
static LabelVideoRequest
LabelVideoRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LabelVideoRequest
LabelVideoRequest. parseFrom(com.google.protobuf.ByteString data)
static LabelVideoRequest
LabelVideoRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LabelVideoRequest
LabelVideoRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static LabelVideoRequest
LabelVideoRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LabelVideoRequest
LabelVideoRequest. parseFrom(InputStream input)
static LabelVideoRequest
LabelVideoRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LabelVideoRequest
LabelVideoRequest. parseFrom(ByteBuffer data)
static LabelVideoRequest
LabelVideoRequest. 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 void
DataLabelingServiceGrpc.AsyncService. labelVideo(LabelVideoRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Starts a labeling task for video.com.google.longrunning.Operation
DataLabelingServiceGrpc.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.void
DataLabelingServiceGrpc.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.Builder
LabelVideoRequest.Builder. mergeFrom(LabelVideoRequest other)
static LabelVideoRequest.Builder
LabelVideoRequest. 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.
-