All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.videointelligence.v1p3beta1.StreamingVideoIntelligenceServiceGrpc Maven / Gradle / Ivy

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.videointelligence.v1p3beta1;

import static io.grpc.MethodDescriptor.generateFullMethodName;

/**
 *
 *
 * 
 * Service that implements streaming Video Intelligence API.
 * 
*/ @javax.annotation.Generated( value = "by gRPC proto compiler", comments = "Source: google/cloud/videointelligence/v1p3beta1/video_intelligence.proto") @io.grpc.stub.annotations.GrpcGenerated public final class StreamingVideoIntelligenceServiceGrpc { private StreamingVideoIntelligenceServiceGrpc() {} public static final java.lang.String SERVICE_NAME = "google.cloud.videointelligence.v1p3beta1.StreamingVideoIntelligenceService"; // Static method descriptors that strictly reflect the proto. private static volatile io.grpc.MethodDescriptor< com.google.cloud.videointelligence.v1p3beta1.StreamingAnnotateVideoRequest, com.google.cloud.videointelligence.v1p3beta1.StreamingAnnotateVideoResponse> getStreamingAnnotateVideoMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "StreamingAnnotateVideo", requestType = com.google.cloud.videointelligence.v1p3beta1.StreamingAnnotateVideoRequest.class, responseType = com.google.cloud.videointelligence.v1p3beta1.StreamingAnnotateVideoResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) public static io.grpc.MethodDescriptor< com.google.cloud.videointelligence.v1p3beta1.StreamingAnnotateVideoRequest, com.google.cloud.videointelligence.v1p3beta1.StreamingAnnotateVideoResponse> getStreamingAnnotateVideoMethod() { io.grpc.MethodDescriptor< com.google.cloud.videointelligence.v1p3beta1.StreamingAnnotateVideoRequest, com.google.cloud.videointelligence.v1p3beta1.StreamingAnnotateVideoResponse> getStreamingAnnotateVideoMethod; if ((getStreamingAnnotateVideoMethod = StreamingVideoIntelligenceServiceGrpc.getStreamingAnnotateVideoMethod) == null) { synchronized (StreamingVideoIntelligenceServiceGrpc.class) { if ((getStreamingAnnotateVideoMethod = StreamingVideoIntelligenceServiceGrpc.getStreamingAnnotateVideoMethod) == null) { StreamingVideoIntelligenceServiceGrpc.getStreamingAnnotateVideoMethod = getStreamingAnnotateVideoMethod = io.grpc.MethodDescriptor . newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) .setFullMethodName( generateFullMethodName(SERVICE_NAME, "StreamingAnnotateVideo")) .setSampledToLocalTracing(true) .setRequestMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.cloud.videointelligence.v1p3beta1 .StreamingAnnotateVideoRequest.getDefaultInstance())) .setResponseMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.cloud.videointelligence.v1p3beta1 .StreamingAnnotateVideoResponse.getDefaultInstance())) .setSchemaDescriptor( new StreamingVideoIntelligenceServiceMethodDescriptorSupplier( "StreamingAnnotateVideo")) .build(); } } } return getStreamingAnnotateVideoMethod; } /** Creates a new async stub that supports all call types for the service */ public static StreamingVideoIntelligenceServiceStub newStub(io.grpc.Channel channel) { io.grpc.stub.AbstractStub.StubFactory factory = new io.grpc.stub.AbstractStub.StubFactory() { @java.lang.Override public StreamingVideoIntelligenceServiceStub newStub( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new StreamingVideoIntelligenceServiceStub(channel, callOptions); } }; return StreamingVideoIntelligenceServiceStub.newStub(factory, channel); } /** * Creates a new blocking-style stub that supports unary and streaming output calls on the service */ public static StreamingVideoIntelligenceServiceBlockingStub newBlockingStub( io.grpc.Channel channel) { io.grpc.stub.AbstractStub.StubFactory factory = new io.grpc.stub.AbstractStub.StubFactory() { @java.lang.Override public StreamingVideoIntelligenceServiceBlockingStub newStub( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new StreamingVideoIntelligenceServiceBlockingStub(channel, callOptions); } }; return StreamingVideoIntelligenceServiceBlockingStub.newStub(factory, channel); } /** Creates a new ListenableFuture-style stub that supports unary calls on the service */ public static StreamingVideoIntelligenceServiceFutureStub newFutureStub(io.grpc.Channel channel) { io.grpc.stub.AbstractStub.StubFactory factory = new io.grpc.stub.AbstractStub.StubFactory() { @java.lang.Override public StreamingVideoIntelligenceServiceFutureStub newStub( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new StreamingVideoIntelligenceServiceFutureStub(channel, callOptions); } }; return StreamingVideoIntelligenceServiceFutureStub.newStub(factory, channel); } /** * * *
   * Service that implements streaming Video Intelligence API.
   * 
*/ public interface AsyncService { /** * * *
     * Performs video annotation with bidirectional streaming: emitting results
     * while sending video/audio bytes.
     * This method is only available via the gRPC API (not REST).
     * 
*/ default io.grpc.stub.StreamObserver< com.google.cloud.videointelligence.v1p3beta1.StreamingAnnotateVideoRequest> streamingAnnotateVideo( io.grpc.stub.StreamObserver< com.google.cloud.videointelligence.v1p3beta1.StreamingAnnotateVideoResponse> responseObserver) { return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall( getStreamingAnnotateVideoMethod(), responseObserver); } } /** * Base class for the server implementation of the service StreamingVideoIntelligenceService. * *
   * Service that implements streaming Video Intelligence API.
   * 
*/ public abstract static class StreamingVideoIntelligenceServiceImplBase implements io.grpc.BindableService, AsyncService { @java.lang.Override public final io.grpc.ServerServiceDefinition bindService() { return StreamingVideoIntelligenceServiceGrpc.bindService(this); } } /** * A stub to allow clients to do asynchronous rpc calls to service * StreamingVideoIntelligenceService. * *
   * Service that implements streaming Video Intelligence API.
   * 
*/ public static final class StreamingVideoIntelligenceServiceStub extends io.grpc.stub.AbstractAsyncStub { private StreamingVideoIntelligenceServiceStub( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected StreamingVideoIntelligenceServiceStub build( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new StreamingVideoIntelligenceServiceStub(channel, callOptions); } /** * * *
     * Performs video annotation with bidirectional streaming: emitting results
     * while sending video/audio bytes.
     * This method is only available via the gRPC API (not REST).
     * 
*/ public io.grpc.stub.StreamObserver< com.google.cloud.videointelligence.v1p3beta1.StreamingAnnotateVideoRequest> streamingAnnotateVideo( io.grpc.stub.StreamObserver< com.google.cloud.videointelligence.v1p3beta1.StreamingAnnotateVideoResponse> responseObserver) { return io.grpc.stub.ClientCalls.asyncBidiStreamingCall( getChannel().newCall(getStreamingAnnotateVideoMethod(), getCallOptions()), responseObserver); } } /** * A stub to allow clients to do synchronous rpc calls to service * StreamingVideoIntelligenceService. * *
   * Service that implements streaming Video Intelligence API.
   * 
*/ public static final class StreamingVideoIntelligenceServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub { private StreamingVideoIntelligenceServiceBlockingStub( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected StreamingVideoIntelligenceServiceBlockingStub build( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new StreamingVideoIntelligenceServiceBlockingStub(channel, callOptions); } } /** * A stub to allow clients to do ListenableFuture-style rpc calls to service * StreamingVideoIntelligenceService. * *
   * Service that implements streaming Video Intelligence API.
   * 
*/ public static final class StreamingVideoIntelligenceServiceFutureStub extends io.grpc.stub.AbstractFutureStub { private StreamingVideoIntelligenceServiceFutureStub( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected StreamingVideoIntelligenceServiceFutureStub build( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new StreamingVideoIntelligenceServiceFutureStub(channel, callOptions); } } private static final int METHODID_STREAMING_ANNOTATE_VIDEO = 0; 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) { default: throw new AssertionError(); } } @java.lang.Override @java.lang.SuppressWarnings("unchecked") public io.grpc.stub.StreamObserver invoke( io.grpc.stub.StreamObserver responseObserver) { switch (methodId) { case METHODID_STREAMING_ANNOTATE_VIDEO: return (io.grpc.stub.StreamObserver) serviceImpl.streamingAnnotateVideo( (io.grpc.stub.StreamObserver< com.google.cloud.videointelligence.v1p3beta1 .StreamingAnnotateVideoResponse>) responseObserver); default: throw new AssertionError(); } } } public static final io.grpc.ServerServiceDefinition bindService(AsyncService service) { return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) .addMethod( getStreamingAnnotateVideoMethod(), io.grpc.stub.ServerCalls.asyncBidiStreamingCall( new MethodHandlers< com.google.cloud.videointelligence.v1p3beta1.StreamingAnnotateVideoRequest, com.google.cloud.videointelligence.v1p3beta1.StreamingAnnotateVideoResponse>( service, METHODID_STREAMING_ANNOTATE_VIDEO))) .build(); } private abstract static class StreamingVideoIntelligenceServiceBaseDescriptorSupplier implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier { StreamingVideoIntelligenceServiceBaseDescriptorSupplier() {} @java.lang.Override public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() { return com.google.cloud.videointelligence.v1p3beta1.VideoIntelligenceServiceProto .getDescriptor(); } @java.lang.Override public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() { return getFileDescriptor().findServiceByName("StreamingVideoIntelligenceService"); } } private static final class StreamingVideoIntelligenceServiceFileDescriptorSupplier extends StreamingVideoIntelligenceServiceBaseDescriptorSupplier { StreamingVideoIntelligenceServiceFileDescriptorSupplier() {} } private static final class StreamingVideoIntelligenceServiceMethodDescriptorSupplier extends StreamingVideoIntelligenceServiceBaseDescriptorSupplier implements io.grpc.protobuf.ProtoMethodDescriptorSupplier { private final java.lang.String methodName; StreamingVideoIntelligenceServiceMethodDescriptorSupplier(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 (StreamingVideoIntelligenceServiceGrpc.class) { result = serviceDescriptor; if (result == null) { serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) .setSchemaDescriptor( new StreamingVideoIntelligenceServiceFileDescriptorSupplier()) .addMethod(getStreamingAnnotateVideoMethod()) .build(); } } } return result; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy