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 DeleteAnnotationSpecSetRequestDeleteAnnotationSpecSetRequest.Builder. build()DeleteAnnotationSpecSetRequestDeleteAnnotationSpecSetRequest.Builder. buildPartial()static DeleteAnnotationSpecSetRequestDeleteAnnotationSpecSetRequest. getDefaultInstance()DeleteAnnotationSpecSetRequestDeleteAnnotationSpecSetRequest.Builder. getDefaultInstanceForType()DeleteAnnotationSpecSetRequestDeleteAnnotationSpecSetRequest. getDefaultInstanceForType()static DeleteAnnotationSpecSetRequestDeleteAnnotationSpecSetRequest. parseDelimitedFrom(InputStream input)static DeleteAnnotationSpecSetRequestDeleteAnnotationSpecSetRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteAnnotationSpecSetRequestDeleteAnnotationSpecSetRequest. parseFrom(byte[] data)static DeleteAnnotationSpecSetRequestDeleteAnnotationSpecSetRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteAnnotationSpecSetRequestDeleteAnnotationSpecSetRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteAnnotationSpecSetRequestDeleteAnnotationSpecSetRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteAnnotationSpecSetRequestDeleteAnnotationSpecSetRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteAnnotationSpecSetRequestDeleteAnnotationSpecSetRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteAnnotationSpecSetRequestDeleteAnnotationSpecSetRequest. parseFrom(InputStream input)static DeleteAnnotationSpecSetRequestDeleteAnnotationSpecSetRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteAnnotationSpecSetRequestDeleteAnnotationSpecSetRequest. parseFrom(ByteBuffer data)static DeleteAnnotationSpecSetRequestDeleteAnnotationSpecSetRequest. 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 voidDataLabelingServiceClient. deleteAnnotationSpecSet(DeleteAnnotationSpecSetRequest request)Deletes an annotation spec set by resource name.default voidDataLabelingServiceGrpc.AsyncService. deleteAnnotationSpecSet(DeleteAnnotationSpecSetRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes an annotation spec set by resource name.com.google.protobuf.EmptyDataLabelingServiceGrpc.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.voidDataLabelingServiceGrpc.DataLabelingServiceStub. deleteAnnotationSpecSet(DeleteAnnotationSpecSetRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes an annotation spec set by resource name.DeleteAnnotationSpecSetRequest.BuilderDeleteAnnotationSpecSetRequest.Builder. mergeFrom(DeleteAnnotationSpecSetRequest other)static DeleteAnnotationSpecSetRequest.BuilderDeleteAnnotationSpecSetRequest. 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.
-