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

com.google.cloud.aiplatform.v1beta1.stub.GrpcPredictionServiceStub Maven / Gradle / Ivy

There is a newer version: 3.55.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.aiplatform.v1beta1.stub;

import static com.google.cloud.aiplatform.v1beta1.PredictionServiceClient.ListLocationsPagedResponse;

import com.google.api.HttpBody;
import com.google.api.core.BetaApi;
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.BidiStreamingCallable;
import com.google.api.gax.rpc.ClientContext;
import com.google.api.gax.rpc.RequestParamsBuilder;
import com.google.api.gax.rpc.ServerStreamingCallable;
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.aiplatform.v1beta1.ChatCompletionsRequest;
import com.google.cloud.aiplatform.v1beta1.CountTokensRequest;
import com.google.cloud.aiplatform.v1beta1.CountTokensResponse;
import com.google.cloud.aiplatform.v1beta1.DirectPredictRequest;
import com.google.cloud.aiplatform.v1beta1.DirectPredictResponse;
import com.google.cloud.aiplatform.v1beta1.DirectRawPredictRequest;
import com.google.cloud.aiplatform.v1beta1.DirectRawPredictResponse;
import com.google.cloud.aiplatform.v1beta1.ExplainRequest;
import com.google.cloud.aiplatform.v1beta1.ExplainResponse;
import com.google.cloud.aiplatform.v1beta1.GenerateContentRequest;
import com.google.cloud.aiplatform.v1beta1.GenerateContentResponse;
import com.google.cloud.aiplatform.v1beta1.PredictRequest;
import com.google.cloud.aiplatform.v1beta1.PredictResponse;
import com.google.cloud.aiplatform.v1beta1.RawPredictRequest;
import com.google.cloud.aiplatform.v1beta1.StreamDirectPredictRequest;
import com.google.cloud.aiplatform.v1beta1.StreamDirectPredictResponse;
import com.google.cloud.aiplatform.v1beta1.StreamDirectRawPredictRequest;
import com.google.cloud.aiplatform.v1beta1.StreamDirectRawPredictResponse;
import com.google.cloud.aiplatform.v1beta1.StreamRawPredictRequest;
import com.google.cloud.aiplatform.v1beta1.StreamingPredictRequest;
import com.google.cloud.aiplatform.v1beta1.StreamingPredictResponse;
import com.google.cloud.aiplatform.v1beta1.StreamingRawPredictRequest;
import com.google.cloud.aiplatform.v1beta1.StreamingRawPredictResponse;
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.iam.v1.GetIamPolicyRequest;
import com.google.iam.v1.Policy;
import com.google.iam.v1.SetIamPolicyRequest;
import com.google.iam.v1.TestIamPermissionsRequest;
import com.google.iam.v1.TestIamPermissionsResponse;
import com.google.longrunning.stub.GrpcOperationsStub;
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 PredictionService service API.
 *
 * 

This class is for advanced usage and reflects the underlying API directly. */ @BetaApi @Generated("by gapic-generator-java") public class GrpcPredictionServiceStub extends PredictionServiceStub { private static final MethodDescriptor predictMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName("google.cloud.aiplatform.v1beta1.PredictionService/Predict") .setRequestMarshaller(ProtoUtils.marshaller(PredictRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(PredictResponse.getDefaultInstance())) .build(); private static final MethodDescriptor rawPredictMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName("google.cloud.aiplatform.v1beta1.PredictionService/RawPredict") .setRequestMarshaller(ProtoUtils.marshaller(RawPredictRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(HttpBody.getDefaultInstance())) .build(); private static final MethodDescriptor streamRawPredictMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.SERVER_STREAMING) .setFullMethodName( "google.cloud.aiplatform.v1beta1.PredictionService/StreamRawPredict") .setRequestMarshaller( ProtoUtils.marshaller(StreamRawPredictRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(HttpBody.getDefaultInstance())) .build(); private static final MethodDescriptor directPredictMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName("google.cloud.aiplatform.v1beta1.PredictionService/DirectPredict") .setRequestMarshaller( ProtoUtils.marshaller(DirectPredictRequest.getDefaultInstance())) .setResponseMarshaller( ProtoUtils.marshaller(DirectPredictResponse.getDefaultInstance())) .build(); private static final MethodDescriptor directRawPredictMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName( "google.cloud.aiplatform.v1beta1.PredictionService/DirectRawPredict") .setRequestMarshaller( ProtoUtils.marshaller(DirectRawPredictRequest.getDefaultInstance())) .setResponseMarshaller( ProtoUtils.marshaller(DirectRawPredictResponse.getDefaultInstance())) .build(); private static final MethodDescriptor streamDirectPredictMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.BIDI_STREAMING) .setFullMethodName( "google.cloud.aiplatform.v1beta1.PredictionService/StreamDirectPredict") .setRequestMarshaller( ProtoUtils.marshaller(StreamDirectPredictRequest.getDefaultInstance())) .setResponseMarshaller( ProtoUtils.marshaller(StreamDirectPredictResponse.getDefaultInstance())) .build(); private static final MethodDescriptor< StreamDirectRawPredictRequest, StreamDirectRawPredictResponse> streamDirectRawPredictMethodDescriptor = MethodDescriptor .newBuilder() .setType(MethodDescriptor.MethodType.BIDI_STREAMING) .setFullMethodName( "google.cloud.aiplatform.v1beta1.PredictionService/StreamDirectRawPredict") .setRequestMarshaller( ProtoUtils.marshaller(StreamDirectRawPredictRequest.getDefaultInstance())) .setResponseMarshaller( ProtoUtils.marshaller(StreamDirectRawPredictResponse.getDefaultInstance())) .build(); private static final MethodDescriptor streamingPredictMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.BIDI_STREAMING) .setFullMethodName( "google.cloud.aiplatform.v1beta1.PredictionService/StreamingPredict") .setRequestMarshaller( ProtoUtils.marshaller(StreamingPredictRequest.getDefaultInstance())) .setResponseMarshaller( ProtoUtils.marshaller(StreamingPredictResponse.getDefaultInstance())) .build(); private static final MethodDescriptor serverStreamingPredictMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.SERVER_STREAMING) .setFullMethodName( "google.cloud.aiplatform.v1beta1.PredictionService/ServerStreamingPredict") .setRequestMarshaller( ProtoUtils.marshaller(StreamingPredictRequest.getDefaultInstance())) .setResponseMarshaller( ProtoUtils.marshaller(StreamingPredictResponse.getDefaultInstance())) .build(); private static final MethodDescriptor streamingRawPredictMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.BIDI_STREAMING) .setFullMethodName( "google.cloud.aiplatform.v1beta1.PredictionService/StreamingRawPredict") .setRequestMarshaller( ProtoUtils.marshaller(StreamingRawPredictRequest.getDefaultInstance())) .setResponseMarshaller( ProtoUtils.marshaller(StreamingRawPredictResponse.getDefaultInstance())) .build(); private static final MethodDescriptor explainMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName("google.cloud.aiplatform.v1beta1.PredictionService/Explain") .setRequestMarshaller(ProtoUtils.marshaller(ExplainRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(ExplainResponse.getDefaultInstance())) .build(); private static final MethodDescriptor countTokensMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName("google.cloud.aiplatform.v1beta1.PredictionService/CountTokens") .setRequestMarshaller(ProtoUtils.marshaller(CountTokensRequest.getDefaultInstance())) .setResponseMarshaller( ProtoUtils.marshaller(CountTokensResponse.getDefaultInstance())) .build(); private static final MethodDescriptor generateContentMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName( "google.cloud.aiplatform.v1beta1.PredictionService/GenerateContent") .setRequestMarshaller( ProtoUtils.marshaller(GenerateContentRequest.getDefaultInstance())) .setResponseMarshaller( ProtoUtils.marshaller(GenerateContentResponse.getDefaultInstance())) .build(); private static final MethodDescriptor streamGenerateContentMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.SERVER_STREAMING) .setFullMethodName( "google.cloud.aiplatform.v1beta1.PredictionService/StreamGenerateContent") .setRequestMarshaller( ProtoUtils.marshaller(GenerateContentRequest.getDefaultInstance())) .setResponseMarshaller( ProtoUtils.marshaller(GenerateContentResponse.getDefaultInstance())) .build(); private static final MethodDescriptor chatCompletionsMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.SERVER_STREAMING) .setFullMethodName( "google.cloud.aiplatform.v1beta1.PredictionService/ChatCompletions") .setRequestMarshaller( ProtoUtils.marshaller(ChatCompletionsRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(HttpBody.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 static final MethodDescriptor setIamPolicyMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName("google.iam.v1.IAMPolicy/SetIamPolicy") .setRequestMarshaller(ProtoUtils.marshaller(SetIamPolicyRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(Policy.getDefaultInstance())) .build(); private static final MethodDescriptor getIamPolicyMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName("google.iam.v1.IAMPolicy/GetIamPolicy") .setRequestMarshaller(ProtoUtils.marshaller(GetIamPolicyRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(Policy.getDefaultInstance())) .build(); private static final MethodDescriptor testIamPermissionsMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName("google.iam.v1.IAMPolicy/TestIamPermissions") .setRequestMarshaller( ProtoUtils.marshaller(TestIamPermissionsRequest.getDefaultInstance())) .setResponseMarshaller( ProtoUtils.marshaller(TestIamPermissionsResponse.getDefaultInstance())) .build(); private final UnaryCallable predictCallable; private final UnaryCallable rawPredictCallable; private final ServerStreamingCallable streamRawPredictCallable; private final UnaryCallable directPredictCallable; private final UnaryCallable directRawPredictCallable; private final BidiStreamingCallable streamDirectPredictCallable; private final BidiStreamingCallable streamDirectRawPredictCallable; private final BidiStreamingCallable streamingPredictCallable; private final ServerStreamingCallable serverStreamingPredictCallable; private final BidiStreamingCallable streamingRawPredictCallable; private final UnaryCallable explainCallable; private final UnaryCallable countTokensCallable; private final UnaryCallable generateContentCallable; private final ServerStreamingCallable streamGenerateContentCallable; private final ServerStreamingCallable chatCompletionsCallable; private final UnaryCallable listLocationsCallable; private final UnaryCallable listLocationsPagedCallable; private final UnaryCallable getLocationCallable; private final UnaryCallable setIamPolicyCallable; private final UnaryCallable getIamPolicyCallable; private final UnaryCallable testIamPermissionsCallable; private final BackgroundResource backgroundResources; private final GrpcOperationsStub operationsStub; private final GrpcStubCallableFactory callableFactory; public static final GrpcPredictionServiceStub create(PredictionServiceStubSettings settings) throws IOException { return new GrpcPredictionServiceStub(settings, ClientContext.create(settings)); } public static final GrpcPredictionServiceStub create(ClientContext clientContext) throws IOException { return new GrpcPredictionServiceStub( PredictionServiceStubSettings.newBuilder().build(), clientContext); } public static final GrpcPredictionServiceStub create( ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException { return new GrpcPredictionServiceStub( PredictionServiceStubSettings.newBuilder().build(), clientContext, callableFactory); } /** * Constructs an instance of GrpcPredictionServiceStub, 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 GrpcPredictionServiceStub( PredictionServiceStubSettings settings, ClientContext clientContext) throws IOException { this(settings, clientContext, new GrpcPredictionServiceCallableFactory()); } /** * Constructs an instance of GrpcPredictionServiceStub, 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 GrpcPredictionServiceStub( PredictionServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException { this.callableFactory = callableFactory; this.operationsStub = GrpcOperationsStub.create(clientContext, callableFactory); GrpcCallSettings predictTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(predictMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("endpoint", String.valueOf(request.getEndpoint())); return builder.build(); }) .build(); GrpcCallSettings rawPredictTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(rawPredictMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("endpoint", String.valueOf(request.getEndpoint())); return builder.build(); }) .build(); GrpcCallSettings streamRawPredictTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(streamRawPredictMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("endpoint", String.valueOf(request.getEndpoint())); return builder.build(); }) .build(); GrpcCallSettings directPredictTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(directPredictMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("endpoint", String.valueOf(request.getEndpoint())); return builder.build(); }) .build(); GrpcCallSettings directRawPredictTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(directRawPredictMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("endpoint", String.valueOf(request.getEndpoint())); return builder.build(); }) .build(); GrpcCallSettings streamDirectPredictTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(streamDirectPredictMethodDescriptor) .build(); GrpcCallSettings streamDirectRawPredictTransportSettings = GrpcCallSettings .newBuilder() .setMethodDescriptor(streamDirectRawPredictMethodDescriptor) .build(); GrpcCallSettings streamingPredictTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(streamingPredictMethodDescriptor) .build(); GrpcCallSettings serverStreamingPredictTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(serverStreamingPredictMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("endpoint", String.valueOf(request.getEndpoint())); return builder.build(); }) .build(); GrpcCallSettings streamingRawPredictTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(streamingRawPredictMethodDescriptor) .build(); GrpcCallSettings explainTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(explainMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("endpoint", String.valueOf(request.getEndpoint())); return builder.build(); }) .build(); GrpcCallSettings countTokensTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(countTokensMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("endpoint", String.valueOf(request.getEndpoint())); return builder.build(); }) .build(); GrpcCallSettings generateContentTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(generateContentMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("model", String.valueOf(request.getModel())); return builder.build(); }) .build(); GrpcCallSettings streamGenerateContentTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(streamGenerateContentMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("model", String.valueOf(request.getModel())); return builder.build(); }) .build(); GrpcCallSettings chatCompletionsTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(chatCompletionsMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("endpoint", String.valueOf(request.getEndpoint())); 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(); GrpcCallSettings setIamPolicyTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(setIamPolicyMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("resource", String.valueOf(request.getResource())); return builder.build(); }) .build(); GrpcCallSettings getIamPolicyTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(getIamPolicyMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("resource", String.valueOf(request.getResource())); return builder.build(); }) .build(); GrpcCallSettings testIamPermissionsTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(testIamPermissionsMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("resource", String.valueOf(request.getResource())); return builder.build(); }) .build(); this.predictCallable = callableFactory.createUnaryCallable( predictTransportSettings, settings.predictSettings(), clientContext); this.rawPredictCallable = callableFactory.createUnaryCallable( rawPredictTransportSettings, settings.rawPredictSettings(), clientContext); this.streamRawPredictCallable = callableFactory.createServerStreamingCallable( streamRawPredictTransportSettings, settings.streamRawPredictSettings(), clientContext); this.directPredictCallable = callableFactory.createUnaryCallable( directPredictTransportSettings, settings.directPredictSettings(), clientContext); this.directRawPredictCallable = callableFactory.createUnaryCallable( directRawPredictTransportSettings, settings.directRawPredictSettings(), clientContext); this.streamDirectPredictCallable = callableFactory.createBidiStreamingCallable( streamDirectPredictTransportSettings, settings.streamDirectPredictSettings(), clientContext); this.streamDirectRawPredictCallable = callableFactory.createBidiStreamingCallable( streamDirectRawPredictTransportSettings, settings.streamDirectRawPredictSettings(), clientContext); this.streamingPredictCallable = callableFactory.createBidiStreamingCallable( streamingPredictTransportSettings, settings.streamingPredictSettings(), clientContext); this.serverStreamingPredictCallable = callableFactory.createServerStreamingCallable( serverStreamingPredictTransportSettings, settings.serverStreamingPredictSettings(), clientContext); this.streamingRawPredictCallable = callableFactory.createBidiStreamingCallable( streamingRawPredictTransportSettings, settings.streamingRawPredictSettings(), clientContext); this.explainCallable = callableFactory.createUnaryCallable( explainTransportSettings, settings.explainSettings(), clientContext); this.countTokensCallable = callableFactory.createUnaryCallable( countTokensTransportSettings, settings.countTokensSettings(), clientContext); this.generateContentCallable = callableFactory.createUnaryCallable( generateContentTransportSettings, settings.generateContentSettings(), clientContext); this.streamGenerateContentCallable = callableFactory.createServerStreamingCallable( streamGenerateContentTransportSettings, settings.streamGenerateContentSettings(), clientContext); this.chatCompletionsCallable = callableFactory.createServerStreamingCallable( chatCompletionsTransportSettings, settings.chatCompletionsSettings(), clientContext); 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.setIamPolicyCallable = callableFactory.createUnaryCallable( setIamPolicyTransportSettings, settings.setIamPolicySettings(), clientContext); this.getIamPolicyCallable = callableFactory.createUnaryCallable( getIamPolicyTransportSettings, settings.getIamPolicySettings(), clientContext); this.testIamPermissionsCallable = callableFactory.createUnaryCallable( testIamPermissionsTransportSettings, settings.testIamPermissionsSettings(), clientContext); this.backgroundResources = new BackgroundResourceAggregation(clientContext.getBackgroundResources()); } public GrpcOperationsStub getOperationsStub() { return operationsStub; } @Override public UnaryCallable predictCallable() { return predictCallable; } @Override public UnaryCallable rawPredictCallable() { return rawPredictCallable; } @Override public ServerStreamingCallable streamRawPredictCallable() { return streamRawPredictCallable; } @Override public UnaryCallable directPredictCallable() { return directPredictCallable; } @Override public UnaryCallable directRawPredictCallable() { return directRawPredictCallable; } @Override public BidiStreamingCallable streamDirectPredictCallable() { return streamDirectPredictCallable; } @Override public BidiStreamingCallable streamDirectRawPredictCallable() { return streamDirectRawPredictCallable; } @Override public BidiStreamingCallable streamingPredictCallable() { return streamingPredictCallable; } @Override public ServerStreamingCallable serverStreamingPredictCallable() { return serverStreamingPredictCallable; } @Override public BidiStreamingCallable streamingRawPredictCallable() { return streamingRawPredictCallable; } @Override public UnaryCallable explainCallable() { return explainCallable; } @Override public UnaryCallable countTokensCallable() { return countTokensCallable; } @Override public UnaryCallable generateContentCallable() { return generateContentCallable; } @Override public ServerStreamingCallable streamGenerateContentCallable() { return streamGenerateContentCallable; } @Override public ServerStreamingCallable chatCompletionsCallable() { return chatCompletionsCallable; } @Override public UnaryCallable listLocationsCallable() { return listLocationsCallable; } @Override public UnaryCallable listLocationsPagedCallable() { return listLocationsPagedCallable; } @Override public UnaryCallable getLocationCallable() { return getLocationCallable; } @Override public UnaryCallable setIamPolicyCallable() { return setIamPolicyCallable; } @Override public UnaryCallable getIamPolicyCallable() { return getIamPolicyCallable; } @Override public UnaryCallable testIamPermissionsCallable() { return testIamPermissionsCallable; } @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