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