/* * Copyright (C) 2017 The Android Open Source Project * * 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 * * http://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.internal.communications.voicemailtranscription.v1; import static io.grpc.stub.ClientCalls.asyncUnaryCall; import static io.grpc.stub.ClientCalls.asyncServerStreamingCall; import static io.grpc.stub.ClientCalls.asyncClientStreamingCall; import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall; import static io.grpc.stub.ClientCalls.blockingUnaryCall; import static io.grpc.stub.ClientCalls.blockingServerStreamingCall; import static io.grpc.stub.ClientCalls.futureUnaryCall; import static io.grpc.MethodDescriptor.generateFullMethodName; import static io.grpc.stub.ServerCalls.asyncUnaryCall; import static io.grpc.stub.ServerCalls.asyncServerStreamingCall; import static io.grpc.stub.ServerCalls.asyncClientStreamingCall; import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall; import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall; import static io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall; /** *
* RPC service for transcribing voicemails. **/ @javax.annotation.Generated( value = "by gRPC proto compiler (version 1.0.3)", comments = "Source: voicemail_transcription.proto") public class VoicemailTranscriptionServiceGrpc { private VoicemailTranscriptionServiceGrpc() {} public static final String SERVICE_NAME = "google.internal.communications.voicemailtranscription.v1.VoicemailTranscriptionService"; // Static method descriptors that strictly reflect the proto. @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor
* RPC service for transcribing voicemails. **/ public static abstract class VoicemailTranscriptionServiceImplBase implements io.grpc.BindableService { /** *
* Returns a transcript of the given voicemail. **/ public void transcribeVoicemail(com.google.internal.communications.voicemailtranscription.v1.TranscribeVoicemailRequest request, io.grpc.stub.StreamObserver
* Schedules a transcription of the given voicemail. The transcript can be * retrieved using the returned ID. **/ public void transcribeVoicemailAsync(com.google.internal.communications.voicemailtranscription.v1.TranscribeVoicemailAsyncRequest request, io.grpc.stub.StreamObserver
* Returns the transcript corresponding to the given ID, which was returned * by TranscribeVoicemailAsync. **/ public void getTranscript(com.google.internal.communications.voicemailtranscription.v1.GetTranscriptRequest request, io.grpc.stub.StreamObserver
* Uploads user's transcription feedback. Feedback will only be collected from * user's who have consented to donate their voicemails. **/ public void sendTranscriptionFeedback(com.google.internal.communications.voicemailtranscription.v1.SendTranscriptionFeedbackRequest request, io.grpc.stub.StreamObserver
* RPC service for transcribing voicemails. **/ public static final class VoicemailTranscriptionServiceStub extends io.grpc.stub.AbstractStub
* Returns a transcript of the given voicemail. **/ public void transcribeVoicemail(com.google.internal.communications.voicemailtranscription.v1.TranscribeVoicemailRequest request, io.grpc.stub.StreamObserver
* Schedules a transcription of the given voicemail. The transcript can be * retrieved using the returned ID. **/ public void transcribeVoicemailAsync(com.google.internal.communications.voicemailtranscription.v1.TranscribeVoicemailAsyncRequest request, io.grpc.stub.StreamObserver
* Returns the transcript corresponding to the given ID, which was returned * by TranscribeVoicemailAsync. **/ public void getTranscript(com.google.internal.communications.voicemailtranscription.v1.GetTranscriptRequest request, io.grpc.stub.StreamObserver
* Uploads user's transcription feedback. Feedback will only be collected from * user's who have consented to donate their voicemails. **/ public void sendTranscriptionFeedback(com.google.internal.communications.voicemailtranscription.v1.SendTranscriptionFeedbackRequest request, io.grpc.stub.StreamObserver
* RPC service for transcribing voicemails. **/ public static final class VoicemailTranscriptionServiceBlockingStub extends io.grpc.stub.AbstractStub
* Returns a transcript of the given voicemail. **/ public com.google.internal.communications.voicemailtranscription.v1.TranscribeVoicemailResponse transcribeVoicemail(com.google.internal.communications.voicemailtranscription.v1.TranscribeVoicemailRequest request) { return blockingUnaryCall( getChannel(), METHOD_TRANSCRIBE_VOICEMAIL, getCallOptions(), request); } /** *
* Schedules a transcription of the given voicemail. The transcript can be * retrieved using the returned ID. **/ public com.google.internal.communications.voicemailtranscription.v1.TranscribeVoicemailAsyncResponse transcribeVoicemailAsync(com.google.internal.communications.voicemailtranscription.v1.TranscribeVoicemailAsyncRequest request) { return blockingUnaryCall( getChannel(), METHOD_TRANSCRIBE_VOICEMAIL_ASYNC, getCallOptions(), request); } /** *
* Returns the transcript corresponding to the given ID, which was returned * by TranscribeVoicemailAsync. **/ public com.google.internal.communications.voicemailtranscription.v1.GetTranscriptResponse getTranscript(com.google.internal.communications.voicemailtranscription.v1.GetTranscriptRequest request) { return blockingUnaryCall( getChannel(), METHOD_GET_TRANSCRIPT, getCallOptions(), request); } /** *
* Uploads user's transcription feedback. Feedback will only be collected from * user's who have consented to donate their voicemails. **/ public com.google.internal.communications.voicemailtranscription.v1.SendTranscriptionFeedbackResponse sendTranscriptionFeedback(com.google.internal.communications.voicemailtranscription.v1.SendTranscriptionFeedbackRequest request) { return blockingUnaryCall( getChannel(), METHOD_SEND_TRANSCRIPTION_FEEDBACK, getCallOptions(), request); } } /** *
* RPC service for transcribing voicemails. **/ public static final class VoicemailTranscriptionServiceFutureStub extends io.grpc.stub.AbstractStub
* Returns a transcript of the given voicemail. **/ public com.google.common.util.concurrent.ListenableFuture
* Schedules a transcription of the given voicemail. The transcript can be * retrieved using the returned ID. **/ public com.google.common.util.concurrent.ListenableFuture
* Returns the transcript corresponding to the given ID, which was returned * by TranscribeVoicemailAsync. **/ public com.google.common.util.concurrent.ListenableFuture
* Uploads user's transcription feedback. Feedback will only be collected from * user's who have consented to donate their voicemails. **/ public com.google.common.util.concurrent.ListenableFuture