Uses of Class
com.google.cloud.automl.v1beta1.AnnotationSpec
-
Packages that use AnnotationSpec Package Description com.google.cloud.automl.v1beta1 A client to Cloud AutoML APIcom.google.cloud.automl.v1beta1.stub -
-
Uses of AnnotationSpec in com.google.cloud.automl.v1beta1
Methods in com.google.cloud.automl.v1beta1 that return AnnotationSpec Modifier and Type Method Description AnnotationSpecAnnotationSpec.Builder. build()AnnotationSpecAnnotationSpec.Builder. buildPartial()AnnotationSpecAutoMlClient. getAnnotationSpec(AnnotationSpecName name)Gets an annotation spec.AnnotationSpecAutoMlClient. getAnnotationSpec(GetAnnotationSpecRequest request)Gets an annotation spec.AnnotationSpecAutoMlClient. getAnnotationSpec(String name)Gets an annotation spec.AnnotationSpecAutoMlGrpc.AutoMlBlockingStub. getAnnotationSpec(GetAnnotationSpecRequest request)Gets an annotation spec.static AnnotationSpecAnnotationSpec. getDefaultInstance()AnnotationSpecAnnotationSpec.Builder. getDefaultInstanceForType()AnnotationSpecAnnotationSpec. getDefaultInstanceForType()static AnnotationSpecAnnotationSpec. parseDelimitedFrom(InputStream input)static AnnotationSpecAnnotationSpec. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotationSpecAnnotationSpec. parseFrom(byte[] data)static AnnotationSpecAnnotationSpec. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotationSpecAnnotationSpec. parseFrom(com.google.protobuf.ByteString data)static AnnotationSpecAnnotationSpec. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotationSpecAnnotationSpec. parseFrom(com.google.protobuf.CodedInputStream input)static AnnotationSpecAnnotationSpec. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotationSpecAnnotationSpec. parseFrom(InputStream input)static AnnotationSpecAnnotationSpec. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotationSpecAnnotationSpec. parseFrom(ByteBuffer data)static AnnotationSpecAnnotationSpec. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.automl.v1beta1 that return types with arguments of type AnnotationSpec Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<AnnotationSpec>AutoMlGrpc.AutoMlFutureStub. getAnnotationSpec(GetAnnotationSpecRequest request)Gets an annotation spec.com.google.api.gax.rpc.UnaryCallable<GetAnnotationSpecRequest,AnnotationSpec>AutoMlClient. getAnnotationSpecCallable()Gets an annotation spec.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAnnotationSpecRequest,AnnotationSpec>AutoMlSettings.Builder. getAnnotationSpecSettings()Returns the builder for the settings used for calls to getAnnotationSpec.com.google.api.gax.rpc.UnaryCallSettings<GetAnnotationSpecRequest,AnnotationSpec>AutoMlSettings. getAnnotationSpecSettings()Returns the object with the settings used for calls to getAnnotationSpec.static io.grpc.MethodDescriptor<GetAnnotationSpecRequest,AnnotationSpec>AutoMlGrpc. getGetAnnotationSpecMethod()com.google.protobuf.Parser<AnnotationSpec>AnnotationSpec. getParserForType()static com.google.protobuf.Parser<AnnotationSpec>AnnotationSpec. parser()Methods in com.google.cloud.automl.v1beta1 with parameters of type AnnotationSpec Modifier and Type Method Description AnnotationSpec.BuilderAnnotationSpec.Builder. mergeFrom(AnnotationSpec other)static AnnotationSpec.BuilderAnnotationSpec. newBuilder(AnnotationSpec prototype)Method parameters in com.google.cloud.automl.v1beta1 with type arguments of type AnnotationSpec Modifier and Type Method Description default voidAutoMlGrpc.AsyncService. getAnnotationSpec(GetAnnotationSpecRequest request, io.grpc.stub.StreamObserver<AnnotationSpec> responseObserver)Gets an annotation spec.voidAutoMlGrpc.AutoMlStub. getAnnotationSpec(GetAnnotationSpecRequest request, io.grpc.stub.StreamObserver<AnnotationSpec> responseObserver)Gets an annotation spec. -
Uses of AnnotationSpec in com.google.cloud.automl.v1beta1.stub
Methods in com.google.cloud.automl.v1beta1.stub that return types with arguments of type AnnotationSpec Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetAnnotationSpecRequest,AnnotationSpec>AutoMlStub. getAnnotationSpecCallable()com.google.api.gax.rpc.UnaryCallable<GetAnnotationSpecRequest,AnnotationSpec>GrpcAutoMlStub. getAnnotationSpecCallable()com.google.api.gax.rpc.UnaryCallable<GetAnnotationSpecRequest,AnnotationSpec>HttpJsonAutoMlStub. getAnnotationSpecCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAnnotationSpecRequest,AnnotationSpec>AutoMlStubSettings.Builder. getAnnotationSpecSettings()Returns the builder for the settings used for calls to getAnnotationSpec.com.google.api.gax.rpc.UnaryCallSettings<GetAnnotationSpecRequest,AnnotationSpec>AutoMlStubSettings. getAnnotationSpecSettings()Returns the object with the settings used for calls to getAnnotationSpec.
-