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

com.google.cloud.dialogflow.cx.v3.stub.GrpcFlowsStub Maven / Gradle / Ivy

Go to download

provides a new way of designing agents, taking a state machine approach to agent design. This gives you clear and explicit control over a conversation, a better end-user experience, and a better development workflow.

There is a newer version: 0.60.0
Show 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.dialogflow.cx.v3.stub;

import static com.google.cloud.dialogflow.cx.v3.FlowsClient.ListFlowsPagedResponse;
import static com.google.cloud.dialogflow.cx.v3.FlowsClient.ListLocationsPagedResponse;

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.RequestParamsBuilder;
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.dialogflow.cx.v3.CreateFlowRequest;
import com.google.cloud.dialogflow.cx.v3.DeleteFlowRequest;
import com.google.cloud.dialogflow.cx.v3.ExportFlowRequest;
import com.google.cloud.dialogflow.cx.v3.ExportFlowResponse;
import com.google.cloud.dialogflow.cx.v3.Flow;
import com.google.cloud.dialogflow.cx.v3.FlowValidationResult;
import com.google.cloud.dialogflow.cx.v3.GetFlowRequest;
import com.google.cloud.dialogflow.cx.v3.GetFlowValidationResultRequest;
import com.google.cloud.dialogflow.cx.v3.ImportFlowRequest;
import com.google.cloud.dialogflow.cx.v3.ImportFlowResponse;
import com.google.cloud.dialogflow.cx.v3.ListFlowsRequest;
import com.google.cloud.dialogflow.cx.v3.ListFlowsResponse;
import com.google.cloud.dialogflow.cx.v3.TrainFlowRequest;
import com.google.cloud.dialogflow.cx.v3.UpdateFlowRequest;
import com.google.cloud.dialogflow.cx.v3.ValidateFlowRequest;
import com.google.cloud.location.GetLocationRequest;
import com.google.cloud.location.ListLocationsRequest;
import com.google.cloud.location.ListLocationsResponse;
import com.google.cloud.location.Location;
import com.google.longrunning.Operation;
import com.google.longrunning.stub.GrpcOperationsStub;
import com.google.protobuf.Empty;
import com.google.protobuf.Struct;
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 Flows service API.
 *
 * 

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") public class GrpcFlowsStub extends FlowsStub { private static final MethodDescriptor createFlowMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName("google.cloud.dialogflow.cx.v3.Flows/CreateFlow") .setRequestMarshaller(ProtoUtils.marshaller(CreateFlowRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(Flow.getDefaultInstance())) .build(); private static final MethodDescriptor deleteFlowMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName("google.cloud.dialogflow.cx.v3.Flows/DeleteFlow") .setRequestMarshaller(ProtoUtils.marshaller(DeleteFlowRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(Empty.getDefaultInstance())) .build(); private static final MethodDescriptor listFlowsMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName("google.cloud.dialogflow.cx.v3.Flows/ListFlows") .setRequestMarshaller(ProtoUtils.marshaller(ListFlowsRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(ListFlowsResponse.getDefaultInstance())) .build(); private static final MethodDescriptor getFlowMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName("google.cloud.dialogflow.cx.v3.Flows/GetFlow") .setRequestMarshaller(ProtoUtils.marshaller(GetFlowRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(Flow.getDefaultInstance())) .build(); private static final MethodDescriptor updateFlowMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName("google.cloud.dialogflow.cx.v3.Flows/UpdateFlow") .setRequestMarshaller(ProtoUtils.marshaller(UpdateFlowRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(Flow.getDefaultInstance())) .build(); private static final MethodDescriptor trainFlowMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName("google.cloud.dialogflow.cx.v3.Flows/TrainFlow") .setRequestMarshaller(ProtoUtils.marshaller(TrainFlowRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance())) .build(); private static final MethodDescriptor validateFlowMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName("google.cloud.dialogflow.cx.v3.Flows/ValidateFlow") .setRequestMarshaller(ProtoUtils.marshaller(ValidateFlowRequest.getDefaultInstance())) .setResponseMarshaller( ProtoUtils.marshaller(FlowValidationResult.getDefaultInstance())) .build(); private static final MethodDescriptor getFlowValidationResultMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName("google.cloud.dialogflow.cx.v3.Flows/GetFlowValidationResult") .setRequestMarshaller( ProtoUtils.marshaller(GetFlowValidationResultRequest.getDefaultInstance())) .setResponseMarshaller( ProtoUtils.marshaller(FlowValidationResult.getDefaultInstance())) .build(); private static final MethodDescriptor importFlowMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName("google.cloud.dialogflow.cx.v3.Flows/ImportFlow") .setRequestMarshaller(ProtoUtils.marshaller(ImportFlowRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance())) .build(); private static final MethodDescriptor exportFlowMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName("google.cloud.dialogflow.cx.v3.Flows/ExportFlow") .setRequestMarshaller(ProtoUtils.marshaller(ExportFlowRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance())) .build(); private static final MethodDescriptor listLocationsMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName("google.cloud.location.Locations/ListLocations") .setRequestMarshaller( ProtoUtils.marshaller(ListLocationsRequest.getDefaultInstance())) .setResponseMarshaller( ProtoUtils.marshaller(ListLocationsResponse.getDefaultInstance())) .build(); private static final MethodDescriptor getLocationMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName("google.cloud.location.Locations/GetLocation") .setRequestMarshaller(ProtoUtils.marshaller(GetLocationRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(Location.getDefaultInstance())) .build(); private final UnaryCallable createFlowCallable; private final UnaryCallable deleteFlowCallable; private final UnaryCallable listFlowsCallable; private final UnaryCallable listFlowsPagedCallable; private final UnaryCallable getFlowCallable; private final UnaryCallable updateFlowCallable; private final UnaryCallable trainFlowCallable; private final OperationCallable trainFlowOperationCallable; private final UnaryCallable validateFlowCallable; private final UnaryCallable getFlowValidationResultCallable; private final UnaryCallable importFlowCallable; private final OperationCallable importFlowOperationCallable; private final UnaryCallable exportFlowCallable; private final OperationCallable exportFlowOperationCallable; private final UnaryCallable listLocationsCallable; private final UnaryCallable listLocationsPagedCallable; private final UnaryCallable getLocationCallable; private final BackgroundResource backgroundResources; private final GrpcOperationsStub operationsStub; private final GrpcStubCallableFactory callableFactory; public static final GrpcFlowsStub create(FlowsStubSettings settings) throws IOException { return new GrpcFlowsStub(settings, ClientContext.create(settings)); } public static final GrpcFlowsStub create(ClientContext clientContext) throws IOException { return new GrpcFlowsStub(FlowsStubSettings.newBuilder().build(), clientContext); } public static final GrpcFlowsStub create( ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException { return new GrpcFlowsStub( FlowsStubSettings.newBuilder().build(), clientContext, callableFactory); } /** * Constructs an instance of GrpcFlowsStub, 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 GrpcFlowsStub(FlowsStubSettings settings, ClientContext clientContext) throws IOException { this(settings, clientContext, new GrpcFlowsCallableFactory()); } /** * Constructs an instance of GrpcFlowsStub, 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 GrpcFlowsStub( FlowsStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException { this.callableFactory = callableFactory; this.operationsStub = GrpcOperationsStub.create(clientContext, callableFactory); GrpcCallSettings createFlowTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(createFlowMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("parent", String.valueOf(request.getParent())); return builder.build(); }) .build(); GrpcCallSettings deleteFlowTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(deleteFlowMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("name", String.valueOf(request.getName())); return builder.build(); }) .build(); GrpcCallSettings listFlowsTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(listFlowsMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("parent", String.valueOf(request.getParent())); return builder.build(); }) .build(); GrpcCallSettings getFlowTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(getFlowMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("name", String.valueOf(request.getName())); return builder.build(); }) .build(); GrpcCallSettings updateFlowTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(updateFlowMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("flow.name", String.valueOf(request.getFlow().getName())); return builder.build(); }) .build(); GrpcCallSettings trainFlowTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(trainFlowMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("name", String.valueOf(request.getName())); return builder.build(); }) .build(); GrpcCallSettings validateFlowTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(validateFlowMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("name", String.valueOf(request.getName())); return builder.build(); }) .build(); GrpcCallSettings getFlowValidationResultTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(getFlowValidationResultMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("name", String.valueOf(request.getName())); return builder.build(); }) .build(); GrpcCallSettings importFlowTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(importFlowMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("parent", String.valueOf(request.getParent())); return builder.build(); }) .build(); GrpcCallSettings exportFlowTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(exportFlowMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("name", String.valueOf(request.getName())); return builder.build(); }) .build(); GrpcCallSettings listLocationsTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(listLocationsMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("name", String.valueOf(request.getName())); return builder.build(); }) .build(); GrpcCallSettings getLocationTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(getLocationMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("name", String.valueOf(request.getName())); return builder.build(); }) .build(); this.createFlowCallable = callableFactory.createUnaryCallable( createFlowTransportSettings, settings.createFlowSettings(), clientContext); this.deleteFlowCallable = callableFactory.createUnaryCallable( deleteFlowTransportSettings, settings.deleteFlowSettings(), clientContext); this.listFlowsCallable = callableFactory.createUnaryCallable( listFlowsTransportSettings, settings.listFlowsSettings(), clientContext); this.listFlowsPagedCallable = callableFactory.createPagedCallable( listFlowsTransportSettings, settings.listFlowsSettings(), clientContext); this.getFlowCallable = callableFactory.createUnaryCallable( getFlowTransportSettings, settings.getFlowSettings(), clientContext); this.updateFlowCallable = callableFactory.createUnaryCallable( updateFlowTransportSettings, settings.updateFlowSettings(), clientContext); this.trainFlowCallable = callableFactory.createUnaryCallable( trainFlowTransportSettings, settings.trainFlowSettings(), clientContext); this.trainFlowOperationCallable = callableFactory.createOperationCallable( trainFlowTransportSettings, settings.trainFlowOperationSettings(), clientContext, operationsStub); this.validateFlowCallable = callableFactory.createUnaryCallable( validateFlowTransportSettings, settings.validateFlowSettings(), clientContext); this.getFlowValidationResultCallable = callableFactory.createUnaryCallable( getFlowValidationResultTransportSettings, settings.getFlowValidationResultSettings(), clientContext); this.importFlowCallable = callableFactory.createUnaryCallable( importFlowTransportSettings, settings.importFlowSettings(), clientContext); this.importFlowOperationCallable = callableFactory.createOperationCallable( importFlowTransportSettings, settings.importFlowOperationSettings(), clientContext, operationsStub); this.exportFlowCallable = callableFactory.createUnaryCallable( exportFlowTransportSettings, settings.exportFlowSettings(), clientContext); this.exportFlowOperationCallable = callableFactory.createOperationCallable( exportFlowTransportSettings, settings.exportFlowOperationSettings(), clientContext, operationsStub); this.listLocationsCallable = callableFactory.createUnaryCallable( listLocationsTransportSettings, settings.listLocationsSettings(), clientContext); this.listLocationsPagedCallable = callableFactory.createPagedCallable( listLocationsTransportSettings, settings.listLocationsSettings(), clientContext); this.getLocationCallable = callableFactory.createUnaryCallable( getLocationTransportSettings, settings.getLocationSettings(), clientContext); this.backgroundResources = new BackgroundResourceAggregation(clientContext.getBackgroundResources()); } public GrpcOperationsStub getOperationsStub() { return operationsStub; } @Override public UnaryCallable createFlowCallable() { return createFlowCallable; } @Override public UnaryCallable deleteFlowCallable() { return deleteFlowCallable; } @Override public UnaryCallable listFlowsCallable() { return listFlowsCallable; } @Override public UnaryCallable listFlowsPagedCallable() { return listFlowsPagedCallable; } @Override public UnaryCallable getFlowCallable() { return getFlowCallable; } @Override public UnaryCallable updateFlowCallable() { return updateFlowCallable; } @Override public UnaryCallable trainFlowCallable() { return trainFlowCallable; } @Override public OperationCallable trainFlowOperationCallable() { return trainFlowOperationCallable; } @Override public UnaryCallable validateFlowCallable() { return validateFlowCallable; } @Override public UnaryCallable getFlowValidationResultCallable() { return getFlowValidationResultCallable; } @Override public UnaryCallable importFlowCallable() { return importFlowCallable; } @Override public OperationCallable importFlowOperationCallable() { return importFlowOperationCallable; } @Override public UnaryCallable exportFlowCallable() { return exportFlowCallable; } @Override public OperationCallable exportFlowOperationCallable() { return exportFlowOperationCallable; } @Override public UnaryCallable listLocationsCallable() { return listLocationsCallable; } @Override public UnaryCallable listLocationsPagedCallable() { return listLocationsPagedCallable; } @Override public UnaryCallable getLocationCallable() { return getLocationCallable; } @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