Uses of Class
com.google.cloud.automl.v1.AnnotationSpec
-
Packages that use AnnotationSpec Package Description com.google.cloud.automl.v1 A client to Cloud AutoML APIcom.google.cloud.automl.v1.stub -
-
Uses of AnnotationSpec in com.google.cloud.automl.v1
Methods in com.google.cloud.automl.v1 that return AnnotationSpec Modifier and Type Method Description AnnotationSpec
AnnotationSpec.Builder. build()
AnnotationSpec
AnnotationSpec.Builder. buildPartial()
AnnotationSpec
AutoMlClient. getAnnotationSpec(AnnotationSpecName name)
Gets an annotation spec.AnnotationSpec
AutoMlClient. getAnnotationSpec(GetAnnotationSpecRequest request)
Gets an annotation spec.AnnotationSpec
AutoMlClient. getAnnotationSpec(String name)
Gets an annotation spec.AnnotationSpec
AutoMlGrpc.AutoMlBlockingStub. getAnnotationSpec(GetAnnotationSpecRequest request)
Gets an annotation spec.static AnnotationSpec
AnnotationSpec. getDefaultInstance()
AnnotationSpec
AnnotationSpec.Builder. getDefaultInstanceForType()
AnnotationSpec
AnnotationSpec. getDefaultInstanceForType()
static AnnotationSpec
AnnotationSpec. parseDelimitedFrom(InputStream input)
static AnnotationSpec
AnnotationSpec. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotationSpec
AnnotationSpec. parseFrom(byte[] data)
static AnnotationSpec
AnnotationSpec. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotationSpec
AnnotationSpec. parseFrom(com.google.protobuf.ByteString data)
static AnnotationSpec
AnnotationSpec. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotationSpec
AnnotationSpec. parseFrom(com.google.protobuf.CodedInputStream input)
static AnnotationSpec
AnnotationSpec. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotationSpec
AnnotationSpec. parseFrom(InputStream input)
static AnnotationSpec
AnnotationSpec. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotationSpec
AnnotationSpec. parseFrom(ByteBuffer data)
static AnnotationSpec
AnnotationSpec. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.automl.v1 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.v1 with parameters of type AnnotationSpec Modifier and Type Method Description AnnotationSpec.Builder
AnnotationSpec.Builder. mergeFrom(AnnotationSpec other)
static AnnotationSpec.Builder
AnnotationSpec. newBuilder(AnnotationSpec prototype)
Method parameters in com.google.cloud.automl.v1 with type arguments of type AnnotationSpec Modifier and Type Method Description default void
AutoMlGrpc.AsyncService. getAnnotationSpec(GetAnnotationSpecRequest request, io.grpc.stub.StreamObserver<AnnotationSpec> responseObserver)
Gets an annotation spec.void
AutoMlGrpc.AutoMlStub. getAnnotationSpec(GetAnnotationSpecRequest request, io.grpc.stub.StreamObserver<AnnotationSpec> responseObserver)
Gets an annotation spec. -
Uses of AnnotationSpec in com.google.cloud.automl.v1.stub
Methods in com.google.cloud.automl.v1.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.
-