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

com.google.cloud.dialogflow.v2.stub.GrpcDocumentsStub Maven / Gradle / Ivy

There is a newer version: 4.55.0
Show newest version
/*
 * Copyright 2021 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.dialogflow.v2.stub;

import static com.google.cloud.dialogflow.v2.DocumentsClient.ListDocumentsPagedResponse;

import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.core.BackgroundResourceAggregation;
import com.google.api.gax.grpc.GrpcCallSettings;
import com.google.api.gax.grpc.GrpcStubCallableFactory;
import com.google.api.gax.rpc.ClientContext;
import com.google.api.gax.rpc.OperationCallable;
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.dialogflow.v2.CreateDocumentRequest;
import com.google.cloud.dialogflow.v2.DeleteDocumentRequest;
import com.google.cloud.dialogflow.v2.Document;
import com.google.cloud.dialogflow.v2.GetDocumentRequest;
import com.google.cloud.dialogflow.v2.KnowledgeOperationMetadata;
import com.google.cloud.dialogflow.v2.ListDocumentsRequest;
import com.google.cloud.dialogflow.v2.ListDocumentsResponse;
import com.google.cloud.dialogflow.v2.ReloadDocumentRequest;
import com.google.cloud.dialogflow.v2.UpdateDocumentRequest;
import com.google.common.collect.ImmutableMap;
import com.google.longrunning.Operation;
import com.google.longrunning.stub.GrpcOperationsStub;
import com.google.protobuf.Empty;
import io.grpc.MethodDescriptor;
import io.grpc.protobuf.ProtoUtils;
import java.io.IOException;
import java.util.concurrent.TimeUnit;
import javax.annotation.Generated;

// AUTO-GENERATED DOCUMENTATION AND CLASS.
/**
 * gRPC stub implementation for the Documents service API.
 *
 * 

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") public class GrpcDocumentsStub extends DocumentsStub { private static final MethodDescriptor listDocumentsMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName("google.cloud.dialogflow.v2.Documents/ListDocuments") .setRequestMarshaller( ProtoUtils.marshaller(ListDocumentsRequest.getDefaultInstance())) .setResponseMarshaller( ProtoUtils.marshaller(ListDocumentsResponse.getDefaultInstance())) .build(); private static final MethodDescriptor getDocumentMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName("google.cloud.dialogflow.v2.Documents/GetDocument") .setRequestMarshaller(ProtoUtils.marshaller(GetDocumentRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(Document.getDefaultInstance())) .build(); private static final MethodDescriptor createDocumentMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName("google.cloud.dialogflow.v2.Documents/CreateDocument") .setRequestMarshaller( ProtoUtils.marshaller(CreateDocumentRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance())) .build(); private static final MethodDescriptor deleteDocumentMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName("google.cloud.dialogflow.v2.Documents/DeleteDocument") .setRequestMarshaller( ProtoUtils.marshaller(DeleteDocumentRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance())) .build(); private static final MethodDescriptor updateDocumentMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName("google.cloud.dialogflow.v2.Documents/UpdateDocument") .setRequestMarshaller( ProtoUtils.marshaller(UpdateDocumentRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance())) .build(); private static final MethodDescriptor reloadDocumentMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName("google.cloud.dialogflow.v2.Documents/ReloadDocument") .setRequestMarshaller( ProtoUtils.marshaller(ReloadDocumentRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance())) .build(); private final UnaryCallable listDocumentsCallable; private final UnaryCallable listDocumentsPagedCallable; private final UnaryCallable getDocumentCallable; private final UnaryCallable createDocumentCallable; private final OperationCallable createDocumentOperationCallable; private final UnaryCallable deleteDocumentCallable; private final OperationCallable deleteDocumentOperationCallable; private final UnaryCallable updateDocumentCallable; private final OperationCallable updateDocumentOperationCallable; private final UnaryCallable reloadDocumentCallable; private final OperationCallable reloadDocumentOperationCallable; private final BackgroundResource backgroundResources; private final GrpcOperationsStub operationsStub; private final GrpcStubCallableFactory callableFactory; public static final GrpcDocumentsStub create(DocumentsStubSettings settings) throws IOException { return new GrpcDocumentsStub(settings, ClientContext.create(settings)); } public static final GrpcDocumentsStub create(ClientContext clientContext) throws IOException { return new GrpcDocumentsStub(DocumentsStubSettings.newBuilder().build(), clientContext); } public static final GrpcDocumentsStub create( ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException { return new GrpcDocumentsStub( DocumentsStubSettings.newBuilder().build(), clientContext, callableFactory); } /** * Constructs an instance of GrpcDocumentsStub, using the given settings. This is protected so * that it is easy to make a subclass, but otherwise, the static factory methods should be * preferred. */ protected GrpcDocumentsStub(DocumentsStubSettings settings, ClientContext clientContext) throws IOException { this(settings, clientContext, new GrpcDocumentsCallableFactory()); } /** * Constructs an instance of GrpcDocumentsStub, using the given settings. This is protected so * that it is easy to make a subclass, but otherwise, the static factory methods should be * preferred. */ protected GrpcDocumentsStub( DocumentsStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException { this.callableFactory = callableFactory; this.operationsStub = GrpcOperationsStub.create(clientContext, callableFactory); GrpcCallSettings listDocumentsTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(listDocumentsMethodDescriptor) .setParamsExtractor( request -> { ImmutableMap.Builder params = ImmutableMap.builder(); params.put("parent", String.valueOf(request.getParent())); return params.build(); }) .build(); GrpcCallSettings getDocumentTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(getDocumentMethodDescriptor) .setParamsExtractor( request -> { ImmutableMap.Builder params = ImmutableMap.builder(); params.put("name", String.valueOf(request.getName())); return params.build(); }) .build(); GrpcCallSettings createDocumentTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(createDocumentMethodDescriptor) .setParamsExtractor( request -> { ImmutableMap.Builder params = ImmutableMap.builder(); params.put("parent", String.valueOf(request.getParent())); return params.build(); }) .build(); GrpcCallSettings deleteDocumentTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(deleteDocumentMethodDescriptor) .setParamsExtractor( request -> { ImmutableMap.Builder params = ImmutableMap.builder(); params.put("name", String.valueOf(request.getName())); return params.build(); }) .build(); GrpcCallSettings updateDocumentTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(updateDocumentMethodDescriptor) .setParamsExtractor( request -> { ImmutableMap.Builder params = ImmutableMap.builder(); params.put("document.name", String.valueOf(request.getDocument().getName())); return params.build(); }) .build(); GrpcCallSettings reloadDocumentTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(reloadDocumentMethodDescriptor) .setParamsExtractor( request -> { ImmutableMap.Builder params = ImmutableMap.builder(); params.put("name", String.valueOf(request.getName())); return params.build(); }) .build(); this.listDocumentsCallable = callableFactory.createUnaryCallable( listDocumentsTransportSettings, settings.listDocumentsSettings(), clientContext); this.listDocumentsPagedCallable = callableFactory.createPagedCallable( listDocumentsTransportSettings, settings.listDocumentsSettings(), clientContext); this.getDocumentCallable = callableFactory.createUnaryCallable( getDocumentTransportSettings, settings.getDocumentSettings(), clientContext); this.createDocumentCallable = callableFactory.createUnaryCallable( createDocumentTransportSettings, settings.createDocumentSettings(), clientContext); this.createDocumentOperationCallable = callableFactory.createOperationCallable( createDocumentTransportSettings, settings.createDocumentOperationSettings(), clientContext, operationsStub); this.deleteDocumentCallable = callableFactory.createUnaryCallable( deleteDocumentTransportSettings, settings.deleteDocumentSettings(), clientContext); this.deleteDocumentOperationCallable = callableFactory.createOperationCallable( deleteDocumentTransportSettings, settings.deleteDocumentOperationSettings(), clientContext, operationsStub); this.updateDocumentCallable = callableFactory.createUnaryCallable( updateDocumentTransportSettings, settings.updateDocumentSettings(), clientContext); this.updateDocumentOperationCallable = callableFactory.createOperationCallable( updateDocumentTransportSettings, settings.updateDocumentOperationSettings(), clientContext, operationsStub); this.reloadDocumentCallable = callableFactory.createUnaryCallable( reloadDocumentTransportSettings, settings.reloadDocumentSettings(), clientContext); this.reloadDocumentOperationCallable = callableFactory.createOperationCallable( reloadDocumentTransportSettings, settings.reloadDocumentOperationSettings(), clientContext, operationsStub); this.backgroundResources = new BackgroundResourceAggregation(clientContext.getBackgroundResources()); } public GrpcOperationsStub getOperationsStub() { return operationsStub; } @Override public UnaryCallable listDocumentsCallable() { return listDocumentsCallable; } @Override public UnaryCallable listDocumentsPagedCallable() { return listDocumentsPagedCallable; } @Override public UnaryCallable getDocumentCallable() { return getDocumentCallable; } @Override public UnaryCallable createDocumentCallable() { return createDocumentCallable; } @Override public OperationCallable createDocumentOperationCallable() { return createDocumentOperationCallable; } @Override public UnaryCallable deleteDocumentCallable() { return deleteDocumentCallable; } @Override public OperationCallable deleteDocumentOperationCallable() { return deleteDocumentOperationCallable; } @Override public UnaryCallable updateDocumentCallable() { return updateDocumentCallable; } @Override public OperationCallable updateDocumentOperationCallable() { return updateDocumentOperationCallable; } @Override public UnaryCallable reloadDocumentCallable() { return reloadDocumentCallable; } @Override public OperationCallable reloadDocumentOperationCallable() { return reloadDocumentOperationCallable; } @Override public final void close() { try { backgroundResources.close(); } catch (RuntimeException e) { throw e; } catch (Exception e) { throw new IllegalStateException("Failed to close resource", e); } } @Override public void shutdown() { backgroundResources.shutdown(); } @Override public boolean isShutdown() { return backgroundResources.isShutdown(); } @Override public boolean isTerminated() { return backgroundResources.isTerminated(); } @Override public void shutdownNow() { backgroundResources.shutdownNow(); } @Override public boolean awaitTermination(long duration, TimeUnit unit) throws InterruptedException { return backgroundResources.awaitTermination(duration, unit); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy