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