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

com.google.cloud.enterpriseknowledgegraph.v1.stub.GrpcEnterpriseKnowledgeGraphServiceStub Maven / Gradle / Ivy

Go to download

Enterprise Knowledge Graph Enterprise Knowledge Graph organizes siloed information into organizational knowledge, which involves consolidating, standardizing, and reconciling data in an efficient and useful way.

There is a newer version: 0.47.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.enterpriseknowledgegraph.v1.stub;

import static com.google.cloud.enterpriseknowledgegraph.v1.EnterpriseKnowledgeGraphServiceClient.ListEntityReconciliationJobsPagedResponse;

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.RequestParamsBuilder;
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.enterpriseknowledgegraph.v1.CancelEntityReconciliationJobRequest;
import com.google.cloud.enterpriseknowledgegraph.v1.CreateEntityReconciliationJobRequest;
import com.google.cloud.enterpriseknowledgegraph.v1.DeleteEntityReconciliationJobRequest;
import com.google.cloud.enterpriseknowledgegraph.v1.EntityReconciliationJob;
import com.google.cloud.enterpriseknowledgegraph.v1.GetEntityReconciliationJobRequest;
import com.google.cloud.enterpriseknowledgegraph.v1.ListEntityReconciliationJobsRequest;
import com.google.cloud.enterpriseknowledgegraph.v1.ListEntityReconciliationJobsResponse;
import com.google.cloud.enterpriseknowledgegraph.v1.LookupPublicKgRequest;
import com.google.cloud.enterpriseknowledgegraph.v1.LookupPublicKgResponse;
import com.google.cloud.enterpriseknowledgegraph.v1.LookupRequest;
import com.google.cloud.enterpriseknowledgegraph.v1.LookupResponse;
import com.google.cloud.enterpriseknowledgegraph.v1.SearchPublicKgRequest;
import com.google.cloud.enterpriseknowledgegraph.v1.SearchPublicKgResponse;
import com.google.cloud.enterpriseknowledgegraph.v1.SearchRequest;
import com.google.cloud.enterpriseknowledgegraph.v1.SearchResponse;
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 EnterpriseKnowledgeGraphService service API.
 *
 * 

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") public class GrpcEnterpriseKnowledgeGraphServiceStub extends EnterpriseKnowledgeGraphServiceStub { private static final MethodDescriptor< CreateEntityReconciliationJobRequest, EntityReconciliationJob> createEntityReconciliationJobMethodDescriptor = MethodDescriptor .newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName( "google.cloud.enterpriseknowledgegraph.v1.EnterpriseKnowledgeGraphService/CreateEntityReconciliationJob") .setRequestMarshaller( ProtoUtils.marshaller(CreateEntityReconciliationJobRequest.getDefaultInstance())) .setResponseMarshaller( ProtoUtils.marshaller(EntityReconciliationJob.getDefaultInstance())) .build(); private static final MethodDescriptor getEntityReconciliationJobMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName( "google.cloud.enterpriseknowledgegraph.v1.EnterpriseKnowledgeGraphService/GetEntityReconciliationJob") .setRequestMarshaller( ProtoUtils.marshaller(GetEntityReconciliationJobRequest.getDefaultInstance())) .setResponseMarshaller( ProtoUtils.marshaller(EntityReconciliationJob.getDefaultInstance())) .build(); private static final MethodDescriptor< ListEntityReconciliationJobsRequest, ListEntityReconciliationJobsResponse> listEntityReconciliationJobsMethodDescriptor = MethodDescriptor . newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName( "google.cloud.enterpriseknowledgegraph.v1.EnterpriseKnowledgeGraphService/ListEntityReconciliationJobs") .setRequestMarshaller( ProtoUtils.marshaller(ListEntityReconciliationJobsRequest.getDefaultInstance())) .setResponseMarshaller( ProtoUtils.marshaller(ListEntityReconciliationJobsResponse.getDefaultInstance())) .build(); private static final MethodDescriptor cancelEntityReconciliationJobMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName( "google.cloud.enterpriseknowledgegraph.v1.EnterpriseKnowledgeGraphService/CancelEntityReconciliationJob") .setRequestMarshaller( ProtoUtils.marshaller(CancelEntityReconciliationJobRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(Empty.getDefaultInstance())) .build(); private static final MethodDescriptor deleteEntityReconciliationJobMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName( "google.cloud.enterpriseknowledgegraph.v1.EnterpriseKnowledgeGraphService/DeleteEntityReconciliationJob") .setRequestMarshaller( ProtoUtils.marshaller(DeleteEntityReconciliationJobRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(Empty.getDefaultInstance())) .build(); private static final MethodDescriptor lookupMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName( "google.cloud.enterpriseknowledgegraph.v1.EnterpriseKnowledgeGraphService/Lookup") .setRequestMarshaller(ProtoUtils.marshaller(LookupRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(LookupResponse.getDefaultInstance())) .build(); private static final MethodDescriptor searchMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName( "google.cloud.enterpriseknowledgegraph.v1.EnterpriseKnowledgeGraphService/Search") .setRequestMarshaller(ProtoUtils.marshaller(SearchRequest.getDefaultInstance())) .setResponseMarshaller(ProtoUtils.marshaller(SearchResponse.getDefaultInstance())) .build(); private static final MethodDescriptor lookupPublicKgMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName( "google.cloud.enterpriseknowledgegraph.v1.EnterpriseKnowledgeGraphService/LookupPublicKg") .setRequestMarshaller( ProtoUtils.marshaller(LookupPublicKgRequest.getDefaultInstance())) .setResponseMarshaller( ProtoUtils.marshaller(LookupPublicKgResponse.getDefaultInstance())) .build(); private static final MethodDescriptor searchPublicKgMethodDescriptor = MethodDescriptor.newBuilder() .setType(MethodDescriptor.MethodType.UNARY) .setFullMethodName( "google.cloud.enterpriseknowledgegraph.v1.EnterpriseKnowledgeGraphService/SearchPublicKg") .setRequestMarshaller( ProtoUtils.marshaller(SearchPublicKgRequest.getDefaultInstance())) .setResponseMarshaller( ProtoUtils.marshaller(SearchPublicKgResponse.getDefaultInstance())) .build(); private final UnaryCallable createEntityReconciliationJobCallable; private final UnaryCallable getEntityReconciliationJobCallable; private final UnaryCallable< ListEntityReconciliationJobsRequest, ListEntityReconciliationJobsResponse> listEntityReconciliationJobsCallable; private final UnaryCallable< ListEntityReconciliationJobsRequest, ListEntityReconciliationJobsPagedResponse> listEntityReconciliationJobsPagedCallable; private final UnaryCallable cancelEntityReconciliationJobCallable; private final UnaryCallable deleteEntityReconciliationJobCallable; private final UnaryCallable lookupCallable; private final UnaryCallable searchCallable; private final UnaryCallable lookupPublicKgCallable; private final UnaryCallable searchPublicKgCallable; private final BackgroundResource backgroundResources; private final GrpcOperationsStub operationsStub; private final GrpcStubCallableFactory callableFactory; public static final GrpcEnterpriseKnowledgeGraphServiceStub create( EnterpriseKnowledgeGraphServiceStubSettings settings) throws IOException { return new GrpcEnterpriseKnowledgeGraphServiceStub(settings, ClientContext.create(settings)); } public static final GrpcEnterpriseKnowledgeGraphServiceStub create(ClientContext clientContext) throws IOException { return new GrpcEnterpriseKnowledgeGraphServiceStub( EnterpriseKnowledgeGraphServiceStubSettings.newBuilder().build(), clientContext); } public static final GrpcEnterpriseKnowledgeGraphServiceStub create( ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException { return new GrpcEnterpriseKnowledgeGraphServiceStub( EnterpriseKnowledgeGraphServiceStubSettings.newBuilder().build(), clientContext, callableFactory); } /** * Constructs an instance of GrpcEnterpriseKnowledgeGraphServiceStub, 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 GrpcEnterpriseKnowledgeGraphServiceStub( EnterpriseKnowledgeGraphServiceStubSettings settings, ClientContext clientContext) throws IOException { this(settings, clientContext, new GrpcEnterpriseKnowledgeGraphServiceCallableFactory()); } /** * Constructs an instance of GrpcEnterpriseKnowledgeGraphServiceStub, 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 GrpcEnterpriseKnowledgeGraphServiceStub( EnterpriseKnowledgeGraphServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException { this.callableFactory = callableFactory; this.operationsStub = GrpcOperationsStub.create(clientContext, callableFactory); GrpcCallSettings createEntityReconciliationJobTransportSettings = GrpcCallSettings .newBuilder() .setMethodDescriptor(createEntityReconciliationJobMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("parent", String.valueOf(request.getParent())); return builder.build(); }) .build(); GrpcCallSettings getEntityReconciliationJobTransportSettings = GrpcCallSettings .newBuilder() .setMethodDescriptor(getEntityReconciliationJobMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("name", String.valueOf(request.getName())); return builder.build(); }) .build(); GrpcCallSettings listEntityReconciliationJobsTransportSettings = GrpcCallSettings . newBuilder() .setMethodDescriptor(listEntityReconciliationJobsMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("parent", String.valueOf(request.getParent())); return builder.build(); }) .build(); GrpcCallSettings cancelEntityReconciliationJobTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(cancelEntityReconciliationJobMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("name", String.valueOf(request.getName())); return builder.build(); }) .build(); GrpcCallSettings deleteEntityReconciliationJobTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(deleteEntityReconciliationJobMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("name", String.valueOf(request.getName())); return builder.build(); }) .build(); GrpcCallSettings lookupTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(lookupMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("parent", String.valueOf(request.getParent())); return builder.build(); }) .build(); GrpcCallSettings searchTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(searchMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("parent", String.valueOf(request.getParent())); return builder.build(); }) .build(); GrpcCallSettings lookupPublicKgTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(lookupPublicKgMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("parent", String.valueOf(request.getParent())); return builder.build(); }) .build(); GrpcCallSettings searchPublicKgTransportSettings = GrpcCallSettings.newBuilder() .setMethodDescriptor(searchPublicKgMethodDescriptor) .setParamsExtractor( request -> { RequestParamsBuilder builder = RequestParamsBuilder.create(); builder.add("parent", String.valueOf(request.getParent())); return builder.build(); }) .build(); this.createEntityReconciliationJobCallable = callableFactory.createUnaryCallable( createEntityReconciliationJobTransportSettings, settings.createEntityReconciliationJobSettings(), clientContext); this.getEntityReconciliationJobCallable = callableFactory.createUnaryCallable( getEntityReconciliationJobTransportSettings, settings.getEntityReconciliationJobSettings(), clientContext); this.listEntityReconciliationJobsCallable = callableFactory.createUnaryCallable( listEntityReconciliationJobsTransportSettings, settings.listEntityReconciliationJobsSettings(), clientContext); this.listEntityReconciliationJobsPagedCallable = callableFactory.createPagedCallable( listEntityReconciliationJobsTransportSettings, settings.listEntityReconciliationJobsSettings(), clientContext); this.cancelEntityReconciliationJobCallable = callableFactory.createUnaryCallable( cancelEntityReconciliationJobTransportSettings, settings.cancelEntityReconciliationJobSettings(), clientContext); this.deleteEntityReconciliationJobCallable = callableFactory.createUnaryCallable( deleteEntityReconciliationJobTransportSettings, settings.deleteEntityReconciliationJobSettings(), clientContext); this.lookupCallable = callableFactory.createUnaryCallable( lookupTransportSettings, settings.lookupSettings(), clientContext); this.searchCallable = callableFactory.createUnaryCallable( searchTransportSettings, settings.searchSettings(), clientContext); this.lookupPublicKgCallable = callableFactory.createUnaryCallable( lookupPublicKgTransportSettings, settings.lookupPublicKgSettings(), clientContext); this.searchPublicKgCallable = callableFactory.createUnaryCallable( searchPublicKgTransportSettings, settings.searchPublicKgSettings(), clientContext); this.backgroundResources = new BackgroundResourceAggregation(clientContext.getBackgroundResources()); } public GrpcOperationsStub getOperationsStub() { return operationsStub; } @Override public UnaryCallable createEntityReconciliationJobCallable() { return createEntityReconciliationJobCallable; } @Override public UnaryCallable getEntityReconciliationJobCallable() { return getEntityReconciliationJobCallable; } @Override public UnaryCallable listEntityReconciliationJobsCallable() { return listEntityReconciliationJobsCallable; } @Override public UnaryCallable< ListEntityReconciliationJobsRequest, ListEntityReconciliationJobsPagedResponse> listEntityReconciliationJobsPagedCallable() { return listEntityReconciliationJobsPagedCallable; } @Override public UnaryCallable cancelEntityReconciliationJobCallable() { return cancelEntityReconciliationJobCallable; } @Override public UnaryCallable deleteEntityReconciliationJobCallable() { return deleteEntityReconciliationJobCallable; } @Override public UnaryCallable lookupCallable() { return lookupCallable; } @Override public UnaryCallable searchCallable() { return searchCallable; } @Override public UnaryCallable lookupPublicKgCallable() { return lookupPublicKgCallable; } @Override public UnaryCallable searchPublicKgCallable() { return searchPublicKgCallable; } @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