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