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

com.google.cloud.aiplatform.v1beta1.stub.GrpcVizierServiceStub 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.VizierServiceClient.ListLocationsPagedResponse;
import static com.google.cloud.aiplatform.v1beta1.VizierServiceClient.ListStudiesPagedResponse;
import static com.google.cloud.aiplatform.v1beta1.VizierServiceClient.ListTrialsPagedResponse;

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.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.aiplatform.v1beta1.AddTrialMeasurementRequest;
import com.google.cloud.aiplatform.v1beta1.CheckTrialEarlyStoppingStateMetatdata;
import com.google.cloud.aiplatform.v1beta1.CheckTrialEarlyStoppingStateRequest;
import com.google.cloud.aiplatform.v1beta1.CheckTrialEarlyStoppingStateResponse;
import com.google.cloud.aiplatform.v1beta1.CompleteTrialRequest;
import com.google.cloud.aiplatform.v1beta1.CreateStudyRequest;
import com.google.cloud.aiplatform.v1beta1.CreateTrialRequest;
import com.google.cloud.aiplatform.v1beta1.DeleteStudyRequest;
import com.google.cloud.aiplatform.v1beta1.DeleteTrialRequest;
import com.google.cloud.aiplatform.v1beta1.GetStudyRequest;
import com.google.cloud.aiplatform.v1beta1.GetTrialRequest;
import com.google.cloud.aiplatform.v1beta1.ListOptimalTrialsRequest;
import com.google.cloud.aiplatform.v1beta1.ListOptimalTrialsResponse;
import com.google.cloud.aiplatform.v1beta1.ListStudiesRequest;
import com.google.cloud.aiplatform.v1beta1.ListStudiesResponse;
import com.google.cloud.aiplatform.v1beta1.ListTrialsRequest;
import com.google.cloud.aiplatform.v1beta1.ListTrialsResponse;
import com.google.cloud.aiplatform.v1beta1.LookupStudyRequest;
import com.google.cloud.aiplatform.v1beta1.StopTrialRequest;
import com.google.cloud.aiplatform.v1beta1.Study;
import com.google.cloud.aiplatform.v1beta1.SuggestTrialsMetadata;
import com.google.cloud.aiplatform.v1beta1.SuggestTrialsRequest;
import com.google.cloud.aiplatform.v1beta1.SuggestTrialsResponse;
import com.google.cloud.aiplatform.v1beta1.Trial;
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.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 VizierService service API.
 *
 * 

This class is for advanced usage and reflects the underlying API directly. */ @BetaApi @Generated("by gapic-generator-java") public class GrpcVizierServiceStub extends VizierServiceStub { private static final MethodDescriptor createStudyMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName("google.cloud.aiplatform.v1beta1.VizierService/CreateStudy") .setRequestMarshaller(ProtoUtils.marshaller(CreateStudyRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(Study.getDefaultInstance())) .build(); private static final MethodDescriptor getStudyMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName("google.cloud.aiplatform.v1beta1.VizierService/GetStudy") .setRequestMarshaller(ProtoUtils.marshaller(GetStudyRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(Study.getDefaultInstance())) .build(); private static final MethodDescriptor listStudiesMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName("google.cloud.aiplatform.v1beta1.VizierService/ListStudies") .setRequestMarshaller(ProtoUtils.marshaller(ListStudiesRequest.getDefaultInstance())) .setResponseMarshaller( ProtoUtils.marshaller(ListStudiesResponse.getDefaultInstance())) .build(); private static final MethodDescriptor deleteStudyMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName("google.cloud.aiplatform.v1beta1.VizierService/DeleteStudy") .setRequestMarshaller(ProtoUtils.marshaller(DeleteStudyRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(Empty.getDefaultInstance())) .build(); private static final MethodDescriptor lookupStudyMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName("google.cloud.aiplatform.v1beta1.VizierService/LookupStudy") .setRequestMarshaller(ProtoUtils.marshaller(LookupStudyRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(Study.getDefaultInstance())) .build(); private static final MethodDescriptor suggestTrialsMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName("google.cloud.aiplatform.v1beta1.VizierService/SuggestTrials") .setRequestMarshaller( ProtoUtils.marshaller(SuggestTrialsRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance())) .build(); private static final MethodDescriptor createTrialMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName("google.cloud.aiplatform.v1beta1.VizierService/CreateTrial") .setRequestMarshaller(ProtoUtils.marshaller(CreateTrialRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(Trial.getDefaultInstance())) .build(); private static final MethodDescriptor getTrialMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName("google.cloud.aiplatform.v1beta1.VizierService/GetTrial") .setRequestMarshaller(ProtoUtils.marshaller(GetTrialRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(Trial.getDefaultInstance())) .build(); private static final MethodDescriptor listTrialsMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName("google.cloud.aiplatform.v1beta1.VizierService/ListTrials") .setRequestMarshaller(ProtoUtils.marshaller(ListTrialsRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(ListTrialsResponse.getDefaultInstance())) .build(); private static final MethodDescriptor addTrialMeasurementMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName( "google.cloud.aiplatform.v1beta1.VizierService/AddTrialMeasurement") .setRequestMarshaller( ProtoUtils.marshaller(AddTrialMeasurementRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(Trial.getDefaultInstance())) .build(); private static final MethodDescriptor completeTrialMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName("google.cloud.aiplatform.v1beta1.VizierService/CompleteTrial") .setRequestMarshaller(ProtoUtils.marshaller(CompleteTrialRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(Trial.getDefaultInstance())) .build(); private static final MethodDescriptor deleteTrialMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName("google.cloud.aiplatform.v1beta1.VizierService/DeleteTrial") .setRequestMarshaller(ProtoUtils.marshaller(DeleteTrialRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(Empty.getDefaultInstance())) .build(); private static final MethodDescriptor checkTrialEarlyStoppingStateMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName( "google.cloud.aiplatform.v1beta1.VizierService/CheckTrialEarlyStoppingState") .setRequestMarshaller( ProtoUtils.marshaller(CheckTrialEarlyStoppingStateRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance())) .build(); private static final MethodDescriptor stopTrialMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName("google.cloud.aiplatform.v1beta1.VizierService/StopTrial") .setRequestMarshaller(ProtoUtils.marshaller(StopTrialRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(Trial.getDefaultInstance())) .build(); private static final MethodDescriptor listOptimalTrialsMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName("google.cloud.aiplatform.v1beta1.VizierService/ListOptimalTrials") .setRequestMarshaller( ProtoUtils.marshaller(ListOptimalTrialsRequest.getDefaultInstance())) .setResponseMarshaller( ProtoUtils.marshaller(ListOptimalTrialsResponse.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 createStudyCallable; private final UnaryCallable getStudyCallable; private final UnaryCallable listStudiesCallable; private final UnaryCallable listStudiesPagedCallable; private final UnaryCallable deleteStudyCallable; private final UnaryCallable lookupStudyCallable; private final UnaryCallable suggestTrialsCallable; private final OperationCallable< SuggestTrialsRequest, SuggestTrialsResponse, SuggestTrialsMetadata> suggestTrialsOperationCallable; private final UnaryCallable createTrialCallable; private final UnaryCallable getTrialCallable; private final UnaryCallable listTrialsCallable; private final UnaryCallable listTrialsPagedCallable; private final UnaryCallable addTrialMeasurementCallable; private final UnaryCallable completeTrialCallable; private final UnaryCallable deleteTrialCallable; private final UnaryCallable checkTrialEarlyStoppingStateCallable; private final OperationCallable< CheckTrialEarlyStoppingStateRequest, CheckTrialEarlyStoppingStateResponse, CheckTrialEarlyStoppingStateMetatdata> checkTrialEarlyStoppingStateOperationCallable; private final UnaryCallable stopTrialCallable; private final UnaryCallable listOptimalTrialsCallable; 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 GrpcVizierServiceStub create(VizierServiceStubSettings settings) throws IOException { return new GrpcVizierServiceStub(settings, ClientContext.create(settings)); } public static final GrpcVizierServiceStub create(ClientContext clientContext) throws IOException { return new GrpcVizierServiceStub(VizierServiceStubSettings.newBuilder().build(), clientContext); } public static final GrpcVizierServiceStub create( ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException { return new GrpcVizierServiceStub( VizierServiceStubSettings.newBuilder().build(), clientContext, callableFactory); } /** * Constructs an instance of GrpcVizierServiceStub, 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 GrpcVizierServiceStub(VizierServiceStubSettings settings, ClientContext clientContext) throws IOException { this(settings, clientContext, new GrpcVizierServiceCallableFactory()); } /** * Constructs an instance of GrpcVizierServiceStub, 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 GrpcVizierServiceStub( VizierServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException { this.callableFactory = callableFactory; this.operationsStub = GrpcOperationsStub.create(clientContext, callableFactory); GrpcCallSettings createStudyTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(createStudyMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("parent", String.valueOf(request.getParent())); return builder.build(); }) .build(); GrpcCallSettings getStudyTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(getStudyMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("name", String.valueOf(request.getName())); return builder.build(); }) .build(); GrpcCallSettings listStudiesTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(listStudiesMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("parent", String.valueOf(request.getParent())); return builder.build(); }) .build(); GrpcCallSettings deleteStudyTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(deleteStudyMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("name", String.valueOf(request.getName())); return builder.build(); }) .build(); GrpcCallSettings lookupStudyTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(lookupStudyMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("parent", String.valueOf(request.getParent())); return builder.build(); }) .build(); GrpcCallSettings suggestTrialsTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(suggestTrialsMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("parent", String.valueOf(request.getParent())); return builder.build(); }) .build(); GrpcCallSettings createTrialTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(createTrialMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("parent", String.valueOf(request.getParent())); return builder.build(); }) .build(); GrpcCallSettings getTrialTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(getTrialMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("name", String.valueOf(request.getName())); return builder.build(); }) .build(); GrpcCallSettings listTrialsTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(listTrialsMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("parent", String.valueOf(request.getParent())); return builder.build(); }) .build(); GrpcCallSettings addTrialMeasurementTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(addTrialMeasurementMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("trial_name", String.valueOf(request.getTrialName())); return builder.build(); }) .build(); GrpcCallSettings completeTrialTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(completeTrialMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("name", String.valueOf(request.getName())); return builder.build(); }) .build(); GrpcCallSettings deleteTrialTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(deleteTrialMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("name", String.valueOf(request.getName())); return builder.build(); }) .build(); GrpcCallSettings checkTrialEarlyStoppingStateTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(checkTrialEarlyStoppingStateMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("trial_name", String.valueOf(request.getTrialName())); return builder.build(); }) .build(); GrpcCallSettings stopTrialTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(stopTrialMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("name", String.valueOf(request.getName())); return builder.build(); }) .build(); GrpcCallSettings listOptimalTrialsTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(listOptimalTrialsMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("parent", String.valueOf(request.getParent())); 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.createStudyCallable = callableFactory.createUnaryCallable( createStudyTransportSettings, settings.createStudySettings(), clientContext); this.getStudyCallable = callableFactory.createUnaryCallable( getStudyTransportSettings, settings.getStudySettings(), clientContext); this.listStudiesCallable = callableFactory.createUnaryCallable( listStudiesTransportSettings, settings.listStudiesSettings(), clientContext); this.listStudiesPagedCallable = callableFactory.createPagedCallable( listStudiesTransportSettings, settings.listStudiesSettings(), clientContext); this.deleteStudyCallable = callableFactory.createUnaryCallable( deleteStudyTransportSettings, settings.deleteStudySettings(), clientContext); this.lookupStudyCallable = callableFactory.createUnaryCallable( lookupStudyTransportSettings, settings.lookupStudySettings(), clientContext); this.suggestTrialsCallable = callableFactory.createUnaryCallable( suggestTrialsTransportSettings, settings.suggestTrialsSettings(), clientContext); this.suggestTrialsOperationCallable = callableFactory.createOperationCallable( suggestTrialsTransportSettings, settings.suggestTrialsOperationSettings(), clientContext, operationsStub); this.createTrialCallable = callableFactory.createUnaryCallable( createTrialTransportSettings, settings.createTrialSettings(), clientContext); this.getTrialCallable = callableFactory.createUnaryCallable( getTrialTransportSettings, settings.getTrialSettings(), clientContext); this.listTrialsCallable = callableFactory.createUnaryCallable( listTrialsTransportSettings, settings.listTrialsSettings(), clientContext); this.listTrialsPagedCallable = callableFactory.createPagedCallable( listTrialsTransportSettings, settings.listTrialsSettings(), clientContext); this.addTrialMeasurementCallable = callableFactory.createUnaryCallable( addTrialMeasurementTransportSettings, settings.addTrialMeasurementSettings(), clientContext); this.completeTrialCallable = callableFactory.createUnaryCallable( completeTrialTransportSettings, settings.completeTrialSettings(), clientContext); this.deleteTrialCallable = callableFactory.createUnaryCallable( deleteTrialTransportSettings, settings.deleteTrialSettings(), clientContext); this.checkTrialEarlyStoppingStateCallable = callableFactory.createUnaryCallable( checkTrialEarlyStoppingStateTransportSettings, settings.checkTrialEarlyStoppingStateSettings(), clientContext); this.checkTrialEarlyStoppingStateOperationCallable = callableFactory.createOperationCallable( checkTrialEarlyStoppingStateTransportSettings, settings.checkTrialEarlyStoppingStateOperationSettings(), clientContext, operationsStub); this.stopTrialCallable = callableFactory.createUnaryCallable( stopTrialTransportSettings, settings.stopTrialSettings(), clientContext); this.listOptimalTrialsCallable = callableFactory.createUnaryCallable( listOptimalTrialsTransportSettings, settings.listOptimalTrialsSettings(), 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 createStudyCallable() { return createStudyCallable; } @Override public UnaryCallable getStudyCallable() { return getStudyCallable; } @Override public UnaryCallable listStudiesCallable() { return listStudiesCallable; } @Override public UnaryCallable listStudiesPagedCallable() { return listStudiesPagedCallable; } @Override public UnaryCallable deleteStudyCallable() { return deleteStudyCallable; } @Override public UnaryCallable lookupStudyCallable() { return lookupStudyCallable; } @Override public UnaryCallable suggestTrialsCallable() { return suggestTrialsCallable; } @Override public OperationCallable suggestTrialsOperationCallable() { return suggestTrialsOperationCallable; } @Override public UnaryCallable createTrialCallable() { return createTrialCallable; } @Override public UnaryCallable getTrialCallable() { return getTrialCallable; } @Override public UnaryCallable listTrialsCallable() { return listTrialsCallable; } @Override public UnaryCallable listTrialsPagedCallable() { return listTrialsPagedCallable; } @Override public UnaryCallable addTrialMeasurementCallable() { return addTrialMeasurementCallable; } @Override public UnaryCallable completeTrialCallable() { return completeTrialCallable; } @Override public UnaryCallable deleteTrialCallable() { return deleteTrialCallable; } @Override public UnaryCallable checkTrialEarlyStoppingStateCallable() { return checkTrialEarlyStoppingStateCallable; } @Override public OperationCallable< CheckTrialEarlyStoppingStateRequest, CheckTrialEarlyStoppingStateResponse, CheckTrialEarlyStoppingStateMetatdata> checkTrialEarlyStoppingStateOperationCallable() { return checkTrialEarlyStoppingStateOperationCallable; } @Override public UnaryCallable stopTrialCallable() { return stopTrialCallable; } @Override public UnaryCallable listOptimalTrialsCallable() { return listOptimalTrialsCallable; } @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