com.google.cloud.vision.v1p3beta1.ImageAnnotatorGrpc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grpc-google-cloud-vision-v1p3beta1 Show documentation
Show all versions of grpc-google-cloud-vision-v1p3beta1 Show documentation
GRPC library for grpc-google-cloud-vision-v1p3beta1
The newest version!
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.google.cloud.vision.v1p3beta1;
import static io.grpc.MethodDescriptor.generateFullMethodName;
/**
*
*
*
* Service that performs Google Cloud Vision API detection tasks over client
* images, such as face, landmark, logo, label, and text detection. The
* ImageAnnotator service returns detected entities from the images.
*
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler",
comments = "Source: google/cloud/vision/v1p3beta1/image_annotator.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class ImageAnnotatorGrpc {
private ImageAnnotatorGrpc() {}
public static final java.lang.String SERVICE_NAME =
"google.cloud.vision.v1p3beta1.ImageAnnotator";
// Static method descriptors that strictly reflect the proto.
private static volatile io.grpc.MethodDescriptor<
com.google.cloud.vision.v1p3beta1.BatchAnnotateImagesRequest,
com.google.cloud.vision.v1p3beta1.BatchAnnotateImagesResponse>
getBatchAnnotateImagesMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "BatchAnnotateImages",
requestType = com.google.cloud.vision.v1p3beta1.BatchAnnotateImagesRequest.class,
responseType = com.google.cloud.vision.v1p3beta1.BatchAnnotateImagesResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor<
com.google.cloud.vision.v1p3beta1.BatchAnnotateImagesRequest,
com.google.cloud.vision.v1p3beta1.BatchAnnotateImagesResponse>
getBatchAnnotateImagesMethod() {
io.grpc.MethodDescriptor<
com.google.cloud.vision.v1p3beta1.BatchAnnotateImagesRequest,
com.google.cloud.vision.v1p3beta1.BatchAnnotateImagesResponse>
getBatchAnnotateImagesMethod;
if ((getBatchAnnotateImagesMethod = ImageAnnotatorGrpc.getBatchAnnotateImagesMethod) == null) {
synchronized (ImageAnnotatorGrpc.class) {
if ((getBatchAnnotateImagesMethod = ImageAnnotatorGrpc.getBatchAnnotateImagesMethod)
== null) {
ImageAnnotatorGrpc.getBatchAnnotateImagesMethod =
getBatchAnnotateImagesMethod =
io.grpc.MethodDescriptor
.
newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(
generateFullMethodName(SERVICE_NAME, "BatchAnnotateImages"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(
io.grpc.protobuf.ProtoUtils.marshaller(
com.google.cloud.vision.v1p3beta1.BatchAnnotateImagesRequest
.getDefaultInstance()))
.setResponseMarshaller(
io.grpc.protobuf.ProtoUtils.marshaller(
com.google.cloud.vision.v1p3beta1.BatchAnnotateImagesResponse
.getDefaultInstance()))
.setSchemaDescriptor(
new ImageAnnotatorMethodDescriptorSupplier("BatchAnnotateImages"))
.build();
}
}
}
return getBatchAnnotateImagesMethod;
}
private static volatile io.grpc.MethodDescriptor<
com.google.cloud.vision.v1p3beta1.AsyncBatchAnnotateFilesRequest,
com.google.longrunning.Operation>
getAsyncBatchAnnotateFilesMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "AsyncBatchAnnotateFiles",
requestType = com.google.cloud.vision.v1p3beta1.AsyncBatchAnnotateFilesRequest.class,
responseType = com.google.longrunning.Operation.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor<
com.google.cloud.vision.v1p3beta1.AsyncBatchAnnotateFilesRequest,
com.google.longrunning.Operation>
getAsyncBatchAnnotateFilesMethod() {
io.grpc.MethodDescriptor<
com.google.cloud.vision.v1p3beta1.AsyncBatchAnnotateFilesRequest,
com.google.longrunning.Operation>
getAsyncBatchAnnotateFilesMethod;
if ((getAsyncBatchAnnotateFilesMethod = ImageAnnotatorGrpc.getAsyncBatchAnnotateFilesMethod)
== null) {
synchronized (ImageAnnotatorGrpc.class) {
if ((getAsyncBatchAnnotateFilesMethod = ImageAnnotatorGrpc.getAsyncBatchAnnotateFilesMethod)
== null) {
ImageAnnotatorGrpc.getAsyncBatchAnnotateFilesMethod =
getAsyncBatchAnnotateFilesMethod =
io.grpc.MethodDescriptor
.
newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(
generateFullMethodName(SERVICE_NAME, "AsyncBatchAnnotateFiles"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(
io.grpc.protobuf.ProtoUtils.marshaller(
com.google.cloud.vision.v1p3beta1.AsyncBatchAnnotateFilesRequest
.getDefaultInstance()))
.setResponseMarshaller(
io.grpc.protobuf.ProtoUtils.marshaller(
com.google.longrunning.Operation.getDefaultInstance()))
.setSchemaDescriptor(
new ImageAnnotatorMethodDescriptorSupplier("AsyncBatchAnnotateFiles"))
.build();
}
}
}
return getAsyncBatchAnnotateFilesMethod;
}
/** Creates a new async stub that supports all call types for the service */
public static ImageAnnotatorStub newStub(io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
new io.grpc.stub.AbstractStub.StubFactory() {
@java.lang.Override
public ImageAnnotatorStub newStub(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new ImageAnnotatorStub(channel, callOptions);
}
};
return ImageAnnotatorStub.newStub(factory, channel);
}
/**
* Creates a new blocking-style stub that supports unary and streaming output calls on the service
*/
public static ImageAnnotatorBlockingStub newBlockingStub(io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
new io.grpc.stub.AbstractStub.StubFactory() {
@java.lang.Override
public ImageAnnotatorBlockingStub newStub(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new ImageAnnotatorBlockingStub(channel, callOptions);
}
};
return ImageAnnotatorBlockingStub.newStub(factory, channel);
}
/** Creates a new ListenableFuture-style stub that supports unary calls on the service */
public static ImageAnnotatorFutureStub newFutureStub(io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
new io.grpc.stub.AbstractStub.StubFactory() {
@java.lang.Override
public ImageAnnotatorFutureStub newStub(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new ImageAnnotatorFutureStub(channel, callOptions);
}
};
return ImageAnnotatorFutureStub.newStub(factory, channel);
}
/**
*
*
*
* Service that performs Google Cloud Vision API detection tasks over client
* images, such as face, landmark, logo, label, and text detection. The
* ImageAnnotator service returns detected entities from the images.
*
*/
public interface AsyncService {
/**
*
*
*
* Run image detection and annotation for a batch of images.
*
*/
default void batchAnnotateImages(
com.google.cloud.vision.v1p3beta1.BatchAnnotateImagesRequest request,
io.grpc.stub.StreamObserver
responseObserver) {
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
getBatchAnnotateImagesMethod(), responseObserver);
}
/**
*
*
*
* Run asynchronous image detection and annotation for a list of generic
* files, such as PDF files, which may contain multiple pages and multiple
* images per page. Progress and results can be retrieved through the
* `google.longrunning.Operations` interface.
* `Operation.metadata` contains `OperationMetadata` (metadata).
* `Operation.response` contains `AsyncBatchAnnotateFilesResponse` (results).
*
*/
default void asyncBatchAnnotateFiles(
com.google.cloud.vision.v1p3beta1.AsyncBatchAnnotateFilesRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
getAsyncBatchAnnotateFilesMethod(), responseObserver);
}
}
/**
* Base class for the server implementation of the service ImageAnnotator.
*
*
* Service that performs Google Cloud Vision API detection tasks over client
* images, such as face, landmark, logo, label, and text detection. The
* ImageAnnotator service returns detected entities from the images.
*
*/
public abstract static class ImageAnnotatorImplBase
implements io.grpc.BindableService, AsyncService {
@java.lang.Override
public final io.grpc.ServerServiceDefinition bindService() {
return ImageAnnotatorGrpc.bindService(this);
}
}
/**
* A stub to allow clients to do asynchronous rpc calls to service ImageAnnotator.
*
*
* Service that performs Google Cloud Vision API detection tasks over client
* images, such as face, landmark, logo, label, and text detection. The
* ImageAnnotator service returns detected entities from the images.
*
*/
public static final class ImageAnnotatorStub
extends io.grpc.stub.AbstractAsyncStub {
private ImageAnnotatorStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
protected ImageAnnotatorStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new ImageAnnotatorStub(channel, callOptions);
}
/**
*
*
*
* Run image detection and annotation for a batch of images.
*
*/
public void batchAnnotateImages(
com.google.cloud.vision.v1p3beta1.BatchAnnotateImagesRequest request,
io.grpc.stub.StreamObserver
responseObserver) {
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getBatchAnnotateImagesMethod(), getCallOptions()),
request,
responseObserver);
}
/**
*
*
*
* Run asynchronous image detection and annotation for a list of generic
* files, such as PDF files, which may contain multiple pages and multiple
* images per page. Progress and results can be retrieved through the
* `google.longrunning.Operations` interface.
* `Operation.metadata` contains `OperationMetadata` (metadata).
* `Operation.response` contains `AsyncBatchAnnotateFilesResponse` (results).
*
*/
public void asyncBatchAnnotateFiles(
com.google.cloud.vision.v1p3beta1.AsyncBatchAnnotateFilesRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getAsyncBatchAnnotateFilesMethod(), getCallOptions()),
request,
responseObserver);
}
}
/**
* A stub to allow clients to do synchronous rpc calls to service ImageAnnotator.
*
*
* Service that performs Google Cloud Vision API detection tasks over client
* images, such as face, landmark, logo, label, and text detection. The
* ImageAnnotator service returns detected entities from the images.
*
*/
public static final class ImageAnnotatorBlockingStub
extends io.grpc.stub.AbstractBlockingStub {
private ImageAnnotatorBlockingStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
protected ImageAnnotatorBlockingStub build(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new ImageAnnotatorBlockingStub(channel, callOptions);
}
/**
*
*
*
* Run image detection and annotation for a batch of images.
*
*/
public com.google.cloud.vision.v1p3beta1.BatchAnnotateImagesResponse batchAnnotateImages(
com.google.cloud.vision.v1p3beta1.BatchAnnotateImagesRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getBatchAnnotateImagesMethod(), getCallOptions(), request);
}
/**
*
*
*
* Run asynchronous image detection and annotation for a list of generic
* files, such as PDF files, which may contain multiple pages and multiple
* images per page. Progress and results can be retrieved through the
* `google.longrunning.Operations` interface.
* `Operation.metadata` contains `OperationMetadata` (metadata).
* `Operation.response` contains `AsyncBatchAnnotateFilesResponse` (results).
*
*/
public com.google.longrunning.Operation asyncBatchAnnotateFiles(
com.google.cloud.vision.v1p3beta1.AsyncBatchAnnotateFilesRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getAsyncBatchAnnotateFilesMethod(), getCallOptions(), request);
}
}
/**
* A stub to allow clients to do ListenableFuture-style rpc calls to service ImageAnnotator.
*
*
* Service that performs Google Cloud Vision API detection tasks over client
* images, such as face, landmark, logo, label, and text detection. The
* ImageAnnotator service returns detected entities from the images.
*
*/
public static final class ImageAnnotatorFutureStub
extends io.grpc.stub.AbstractFutureStub {
private ImageAnnotatorFutureStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
protected ImageAnnotatorFutureStub build(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new ImageAnnotatorFutureStub(channel, callOptions);
}
/**
*
*
*
* Run image detection and annotation for a batch of images.
*
*/
public com.google.common.util.concurrent.ListenableFuture<
com.google.cloud.vision.v1p3beta1.BatchAnnotateImagesResponse>
batchAnnotateImages(com.google.cloud.vision.v1p3beta1.BatchAnnotateImagesRequest request) {
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getBatchAnnotateImagesMethod(), getCallOptions()), request);
}
/**
*
*
*
* Run asynchronous image detection and annotation for a list of generic
* files, such as PDF files, which may contain multiple pages and multiple
* images per page. Progress and results can be retrieved through the
* `google.longrunning.Operations` interface.
* `Operation.metadata` contains `OperationMetadata` (metadata).
* `Operation.response` contains `AsyncBatchAnnotateFilesResponse` (results).
*
*/
public com.google.common.util.concurrent.ListenableFuture
asyncBatchAnnotateFiles(
com.google.cloud.vision.v1p3beta1.AsyncBatchAnnotateFilesRequest request) {
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getAsyncBatchAnnotateFilesMethod(), getCallOptions()), request);
}
}
private static final int METHODID_BATCH_ANNOTATE_IMAGES = 0;
private static final int METHODID_ASYNC_BATCH_ANNOTATE_FILES = 1;
private static final class MethodHandlers
implements io.grpc.stub.ServerCalls.UnaryMethod,
io.grpc.stub.ServerCalls.ServerStreamingMethod,
io.grpc.stub.ServerCalls.ClientStreamingMethod,
io.grpc.stub.ServerCalls.BidiStreamingMethod {
private final AsyncService serviceImpl;
private final int methodId;
MethodHandlers(AsyncService serviceImpl, int methodId) {
this.serviceImpl = serviceImpl;
this.methodId = methodId;
}
@java.lang.Override
@java.lang.SuppressWarnings("unchecked")
public void invoke(Req request, io.grpc.stub.StreamObserver responseObserver) {
switch (methodId) {
case METHODID_BATCH_ANNOTATE_IMAGES:
serviceImpl.batchAnnotateImages(
(com.google.cloud.vision.v1p3beta1.BatchAnnotateImagesRequest) request,
(io.grpc.stub.StreamObserver<
com.google.cloud.vision.v1p3beta1.BatchAnnotateImagesResponse>)
responseObserver);
break;
case METHODID_ASYNC_BATCH_ANNOTATE_FILES:
serviceImpl.asyncBatchAnnotateFiles(
(com.google.cloud.vision.v1p3beta1.AsyncBatchAnnotateFilesRequest) request,
(io.grpc.stub.StreamObserver) responseObserver);
break;
default:
throw new AssertionError();
}
}
@java.lang.Override
@java.lang.SuppressWarnings("unchecked")
public io.grpc.stub.StreamObserver invoke(
io.grpc.stub.StreamObserver responseObserver) {
switch (methodId) {
default:
throw new AssertionError();
}
}
}
public static final io.grpc.ServerServiceDefinition bindService(AsyncService service) {
return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor())
.addMethod(
getBatchAnnotateImagesMethod(),
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.cloud.vision.v1p3beta1.BatchAnnotateImagesRequest,
com.google.cloud.vision.v1p3beta1.BatchAnnotateImagesResponse>(
service, METHODID_BATCH_ANNOTATE_IMAGES)))
.addMethod(
getAsyncBatchAnnotateFilesMethod(),
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.cloud.vision.v1p3beta1.AsyncBatchAnnotateFilesRequest,
com.google.longrunning.Operation>(
service, METHODID_ASYNC_BATCH_ANNOTATE_FILES)))
.build();
}
private abstract static class ImageAnnotatorBaseDescriptorSupplier
implements io.grpc.protobuf.ProtoFileDescriptorSupplier,
io.grpc.protobuf.ProtoServiceDescriptorSupplier {
ImageAnnotatorBaseDescriptorSupplier() {}
@java.lang.Override
public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() {
return com.google.cloud.vision.v1p3beta1.ImageAnnotatorProto.getDescriptor();
}
@java.lang.Override
public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() {
return getFileDescriptor().findServiceByName("ImageAnnotator");
}
}
private static final class ImageAnnotatorFileDescriptorSupplier
extends ImageAnnotatorBaseDescriptorSupplier {
ImageAnnotatorFileDescriptorSupplier() {}
}
private static final class ImageAnnotatorMethodDescriptorSupplier
extends ImageAnnotatorBaseDescriptorSupplier
implements io.grpc.protobuf.ProtoMethodDescriptorSupplier {
private final java.lang.String methodName;
ImageAnnotatorMethodDescriptorSupplier(java.lang.String methodName) {
this.methodName = methodName;
}
@java.lang.Override
public com.google.protobuf.Descriptors.MethodDescriptor getMethodDescriptor() {
return getServiceDescriptor().findMethodByName(methodName);
}
}
private static volatile io.grpc.ServiceDescriptor serviceDescriptor;
public static io.grpc.ServiceDescriptor getServiceDescriptor() {
io.grpc.ServiceDescriptor result = serviceDescriptor;
if (result == null) {
synchronized (ImageAnnotatorGrpc.class) {
result = serviceDescriptor;
if (result == null) {
serviceDescriptor =
result =
io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME)
.setSchemaDescriptor(new ImageAnnotatorFileDescriptorSupplier())
.addMethod(getBatchAnnotateImagesMethod())
.addMethod(getAsyncBatchAnnotateFilesMethod())
.build();
}
}
}
return result;
}
}