GrpcOsConfigServiceStub.java
/*
* Copyright 2022 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.osconfig.v1.stub;
import static com.google.cloud.osconfig.v1.OsConfigServiceClient.ListPatchDeploymentsPagedResponse;
import static com.google.cloud.osconfig.v1.OsConfigServiceClient.ListPatchJobInstanceDetailsPagedResponse;
import static com.google.cloud.osconfig.v1.OsConfigServiceClient.ListPatchJobsPagedResponse;
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.UnaryCallable;
import com.google.cloud.osconfig.v1.PatchDeployments;
import com.google.cloud.osconfig.v1.PatchJobs;
import com.google.common.collect.ImmutableMap;
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 OsConfigService service API.
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
@Generated("by gapic-generator-java")
public class GrpcOsConfigServiceStub extends OsConfigServiceStub {
private static final MethodDescriptor<PatchJobs.ExecutePatchJobRequest, PatchJobs.PatchJob>
executePatchJobMethodDescriptor =
MethodDescriptor.<PatchJobs.ExecutePatchJobRequest, PatchJobs.PatchJob>newBuilder()
.setType(MethodDescriptor.MethodType.UNARY)
.setFullMethodName("google.cloud.osconfig.v1.OsConfigService/ExecutePatchJob")
.setRequestMarshaller(
ProtoUtils.marshaller(PatchJobs.ExecutePatchJobRequest.getDefaultInstance()))
.setResponseMarshaller(ProtoUtils.marshaller(PatchJobs.PatchJob.getDefaultInstance()))
.build();
private static final MethodDescriptor<PatchJobs.GetPatchJobRequest, PatchJobs.PatchJob>
getPatchJobMethodDescriptor =
MethodDescriptor.<PatchJobs.GetPatchJobRequest, PatchJobs.PatchJob>newBuilder()
.setType(MethodDescriptor.MethodType.UNARY)
.setFullMethodName("google.cloud.osconfig.v1.OsConfigService/GetPatchJob")
.setRequestMarshaller(
ProtoUtils.marshaller(PatchJobs.GetPatchJobRequest.getDefaultInstance()))
.setResponseMarshaller(ProtoUtils.marshaller(PatchJobs.PatchJob.getDefaultInstance()))
.build();
private static final MethodDescriptor<PatchJobs.CancelPatchJobRequest, PatchJobs.PatchJob>
cancelPatchJobMethodDescriptor =
MethodDescriptor.<PatchJobs.CancelPatchJobRequest, PatchJobs.PatchJob>newBuilder()
.setType(MethodDescriptor.MethodType.UNARY)
.setFullMethodName("google.cloud.osconfig.v1.OsConfigService/CancelPatchJob")
.setRequestMarshaller(
ProtoUtils.marshaller(PatchJobs.CancelPatchJobRequest.getDefaultInstance()))
.setResponseMarshaller(ProtoUtils.marshaller(PatchJobs.PatchJob.getDefaultInstance()))
.build();
private static final MethodDescriptor<
PatchJobs.ListPatchJobsRequest, PatchJobs.ListPatchJobsResponse>
listPatchJobsMethodDescriptor =
MethodDescriptor
.<PatchJobs.ListPatchJobsRequest, PatchJobs.ListPatchJobsResponse>newBuilder()
.setType(MethodDescriptor.MethodType.UNARY)
.setFullMethodName("google.cloud.osconfig.v1.OsConfigService/ListPatchJobs")
.setRequestMarshaller(
ProtoUtils.marshaller(PatchJobs.ListPatchJobsRequest.getDefaultInstance()))
.setResponseMarshaller(
ProtoUtils.marshaller(PatchJobs.ListPatchJobsResponse.getDefaultInstance()))
.build();
private static final MethodDescriptor<
PatchJobs.ListPatchJobInstanceDetailsRequest,
PatchJobs.ListPatchJobInstanceDetailsResponse>
listPatchJobInstanceDetailsMethodDescriptor =
MethodDescriptor
.<PatchJobs.ListPatchJobInstanceDetailsRequest,
PatchJobs.ListPatchJobInstanceDetailsResponse>
newBuilder()
.setType(MethodDescriptor.MethodType.UNARY)
.setFullMethodName(
"google.cloud.osconfig.v1.OsConfigService/ListPatchJobInstanceDetails")
.setRequestMarshaller(
ProtoUtils.marshaller(
PatchJobs.ListPatchJobInstanceDetailsRequest.getDefaultInstance()))
.setResponseMarshaller(
ProtoUtils.marshaller(
PatchJobs.ListPatchJobInstanceDetailsResponse.getDefaultInstance()))
.build();
private static final MethodDescriptor<
PatchDeployments.CreatePatchDeploymentRequest, PatchDeployments.PatchDeployment>
createPatchDeploymentMethodDescriptor =
MethodDescriptor
.<PatchDeployments.CreatePatchDeploymentRequest, PatchDeployments.PatchDeployment>
newBuilder()
.setType(MethodDescriptor.MethodType.UNARY)
.setFullMethodName("google.cloud.osconfig.v1.OsConfigService/CreatePatchDeployment")
.setRequestMarshaller(
ProtoUtils.marshaller(
PatchDeployments.CreatePatchDeploymentRequest.getDefaultInstance()))
.setResponseMarshaller(
ProtoUtils.marshaller(PatchDeployments.PatchDeployment.getDefaultInstance()))
.build();
private static final MethodDescriptor<
PatchDeployments.GetPatchDeploymentRequest, PatchDeployments.PatchDeployment>
getPatchDeploymentMethodDescriptor =
MethodDescriptor
.<PatchDeployments.GetPatchDeploymentRequest, PatchDeployments.PatchDeployment>
newBuilder()
.setType(MethodDescriptor.MethodType.UNARY)
.setFullMethodName("google.cloud.osconfig.v1.OsConfigService/GetPatchDeployment")
.setRequestMarshaller(
ProtoUtils.marshaller(
PatchDeployments.GetPatchDeploymentRequest.getDefaultInstance()))
.setResponseMarshaller(
ProtoUtils.marshaller(PatchDeployments.PatchDeployment.getDefaultInstance()))
.build();
private static final MethodDescriptor<
PatchDeployments.ListPatchDeploymentsRequest,
PatchDeployments.ListPatchDeploymentsResponse>
listPatchDeploymentsMethodDescriptor =
MethodDescriptor
.<PatchDeployments.ListPatchDeploymentsRequest,
PatchDeployments.ListPatchDeploymentsResponse>
newBuilder()
.setType(MethodDescriptor.MethodType.UNARY)
.setFullMethodName("google.cloud.osconfig.v1.OsConfigService/ListPatchDeployments")
.setRequestMarshaller(
ProtoUtils.marshaller(
PatchDeployments.ListPatchDeploymentsRequest.getDefaultInstance()))
.setResponseMarshaller(
ProtoUtils.marshaller(
PatchDeployments.ListPatchDeploymentsResponse.getDefaultInstance()))
.build();
private static final MethodDescriptor<PatchDeployments.DeletePatchDeploymentRequest, Empty>
deletePatchDeploymentMethodDescriptor =
MethodDescriptor.<PatchDeployments.DeletePatchDeploymentRequest, Empty>newBuilder()
.setType(MethodDescriptor.MethodType.UNARY)
.setFullMethodName("google.cloud.osconfig.v1.OsConfigService/DeletePatchDeployment")
.setRequestMarshaller(
ProtoUtils.marshaller(
PatchDeployments.DeletePatchDeploymentRequest.getDefaultInstance()))
.setResponseMarshaller(ProtoUtils.marshaller(Empty.getDefaultInstance()))
.build();
private static final MethodDescriptor<
PatchDeployments.UpdatePatchDeploymentRequest, PatchDeployments.PatchDeployment>
updatePatchDeploymentMethodDescriptor =
MethodDescriptor
.<PatchDeployments.UpdatePatchDeploymentRequest, PatchDeployments.PatchDeployment>
newBuilder()
.setType(MethodDescriptor.MethodType.UNARY)
.setFullMethodName("google.cloud.osconfig.v1.OsConfigService/UpdatePatchDeployment")
.setRequestMarshaller(
ProtoUtils.marshaller(
PatchDeployments.UpdatePatchDeploymentRequest.getDefaultInstance()))
.setResponseMarshaller(
ProtoUtils.marshaller(PatchDeployments.PatchDeployment.getDefaultInstance()))
.build();
private static final MethodDescriptor<
PatchDeployments.PausePatchDeploymentRequest, PatchDeployments.PatchDeployment>
pausePatchDeploymentMethodDescriptor =
MethodDescriptor
.<PatchDeployments.PausePatchDeploymentRequest, PatchDeployments.PatchDeployment>
newBuilder()
.setType(MethodDescriptor.MethodType.UNARY)
.setFullMethodName("google.cloud.osconfig.v1.OsConfigService/PausePatchDeployment")
.setRequestMarshaller(
ProtoUtils.marshaller(
PatchDeployments.PausePatchDeploymentRequest.getDefaultInstance()))
.setResponseMarshaller(
ProtoUtils.marshaller(PatchDeployments.PatchDeployment.getDefaultInstance()))
.build();
private static final MethodDescriptor<
PatchDeployments.ResumePatchDeploymentRequest, PatchDeployments.PatchDeployment>
resumePatchDeploymentMethodDescriptor =
MethodDescriptor
.<PatchDeployments.ResumePatchDeploymentRequest, PatchDeployments.PatchDeployment>
newBuilder()
.setType(MethodDescriptor.MethodType.UNARY)
.setFullMethodName("google.cloud.osconfig.v1.OsConfigService/ResumePatchDeployment")
.setRequestMarshaller(
ProtoUtils.marshaller(
PatchDeployments.ResumePatchDeploymentRequest.getDefaultInstance()))
.setResponseMarshaller(
ProtoUtils.marshaller(PatchDeployments.PatchDeployment.getDefaultInstance()))
.build();
private final UnaryCallable<PatchJobs.ExecutePatchJobRequest, PatchJobs.PatchJob>
executePatchJobCallable;
private final UnaryCallable<PatchJobs.GetPatchJobRequest, PatchJobs.PatchJob> getPatchJobCallable;
private final UnaryCallable<PatchJobs.CancelPatchJobRequest, PatchJobs.PatchJob>
cancelPatchJobCallable;
private final UnaryCallable<PatchJobs.ListPatchJobsRequest, PatchJobs.ListPatchJobsResponse>
listPatchJobsCallable;
private final UnaryCallable<PatchJobs.ListPatchJobsRequest, ListPatchJobsPagedResponse>
listPatchJobsPagedCallable;
private final UnaryCallable<
PatchJobs.ListPatchJobInstanceDetailsRequest,
PatchJobs.ListPatchJobInstanceDetailsResponse>
listPatchJobInstanceDetailsCallable;
private final UnaryCallable<
PatchJobs.ListPatchJobInstanceDetailsRequest, ListPatchJobInstanceDetailsPagedResponse>
listPatchJobInstanceDetailsPagedCallable;
private final UnaryCallable<
PatchDeployments.CreatePatchDeploymentRequest, PatchDeployments.PatchDeployment>
createPatchDeploymentCallable;
private final UnaryCallable<
PatchDeployments.GetPatchDeploymentRequest, PatchDeployments.PatchDeployment>
getPatchDeploymentCallable;
private final UnaryCallable<
PatchDeployments.ListPatchDeploymentsRequest,
PatchDeployments.ListPatchDeploymentsResponse>
listPatchDeploymentsCallable;
private final UnaryCallable<
PatchDeployments.ListPatchDeploymentsRequest, ListPatchDeploymentsPagedResponse>
listPatchDeploymentsPagedCallable;
private final UnaryCallable<PatchDeployments.DeletePatchDeploymentRequest, Empty>
deletePatchDeploymentCallable;
private final UnaryCallable<
PatchDeployments.UpdatePatchDeploymentRequest, PatchDeployments.PatchDeployment>
updatePatchDeploymentCallable;
private final UnaryCallable<
PatchDeployments.PausePatchDeploymentRequest, PatchDeployments.PatchDeployment>
pausePatchDeploymentCallable;
private final UnaryCallable<
PatchDeployments.ResumePatchDeploymentRequest, PatchDeployments.PatchDeployment>
resumePatchDeploymentCallable;
private final BackgroundResource backgroundResources;
private final GrpcOperationsStub operationsStub;
private final GrpcStubCallableFactory callableFactory;
public static final GrpcOsConfigServiceStub create(OsConfigServiceStubSettings settings)
throws IOException {
return new GrpcOsConfigServiceStub(settings, ClientContext.create(settings));
}
public static final GrpcOsConfigServiceStub create(ClientContext clientContext)
throws IOException {
return new GrpcOsConfigServiceStub(
OsConfigServiceStubSettings.newBuilder().build(), clientContext);
}
public static final GrpcOsConfigServiceStub create(
ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException {
return new GrpcOsConfigServiceStub(
OsConfigServiceStubSettings.newBuilder().build(), clientContext, callableFactory);
}
/**
* Constructs an instance of GrpcOsConfigServiceStub, 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 GrpcOsConfigServiceStub(
OsConfigServiceStubSettings settings, ClientContext clientContext) throws IOException {
this(settings, clientContext, new GrpcOsConfigServiceCallableFactory());
}
/**
* Constructs an instance of GrpcOsConfigServiceStub, 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 GrpcOsConfigServiceStub(
OsConfigServiceStubSettings settings,
ClientContext clientContext,
GrpcStubCallableFactory callableFactory)
throws IOException {
this.callableFactory = callableFactory;
this.operationsStub = GrpcOperationsStub.create(clientContext, callableFactory);
GrpcCallSettings<PatchJobs.ExecutePatchJobRequest, PatchJobs.PatchJob>
executePatchJobTransportSettings =
GrpcCallSettings.<PatchJobs.ExecutePatchJobRequest, PatchJobs.PatchJob>newBuilder()
.setMethodDescriptor(executePatchJobMethodDescriptor)
.setParamsExtractor(
request -> {
ImmutableMap.Builder<String, String> params = ImmutableMap.builder();
params.put("parent", String.valueOf(request.getParent()));
return params.build();
})
.build();
GrpcCallSettings<PatchJobs.GetPatchJobRequest, PatchJobs.PatchJob>
getPatchJobTransportSettings =
GrpcCallSettings.<PatchJobs.GetPatchJobRequest, PatchJobs.PatchJob>newBuilder()
.setMethodDescriptor(getPatchJobMethodDescriptor)
.setParamsExtractor(
request -> {
ImmutableMap.Builder<String, String> params = ImmutableMap.builder();
params.put("name", String.valueOf(request.getName()));
return params.build();
})
.build();
GrpcCallSettings<PatchJobs.CancelPatchJobRequest, PatchJobs.PatchJob>
cancelPatchJobTransportSettings =
GrpcCallSettings.<PatchJobs.CancelPatchJobRequest, PatchJobs.PatchJob>newBuilder()
.setMethodDescriptor(cancelPatchJobMethodDescriptor)
.setParamsExtractor(
request -> {
ImmutableMap.Builder<String, String> params = ImmutableMap.builder();
params.put("name", String.valueOf(request.getName()));
return params.build();
})
.build();
GrpcCallSettings<PatchJobs.ListPatchJobsRequest, PatchJobs.ListPatchJobsResponse>
listPatchJobsTransportSettings =
GrpcCallSettings
.<PatchJobs.ListPatchJobsRequest, PatchJobs.ListPatchJobsResponse>newBuilder()
.setMethodDescriptor(listPatchJobsMethodDescriptor)
.setParamsExtractor(
request -> {
ImmutableMap.Builder<String, String> params = ImmutableMap.builder();
params.put("parent", String.valueOf(request.getParent()));
return params.build();
})
.build();
GrpcCallSettings<
PatchJobs.ListPatchJobInstanceDetailsRequest,
PatchJobs.ListPatchJobInstanceDetailsResponse>
listPatchJobInstanceDetailsTransportSettings =
GrpcCallSettings
.<PatchJobs.ListPatchJobInstanceDetailsRequest,
PatchJobs.ListPatchJobInstanceDetailsResponse>
newBuilder()
.setMethodDescriptor(listPatchJobInstanceDetailsMethodDescriptor)
.setParamsExtractor(
request -> {
ImmutableMap.Builder<String, String> params = ImmutableMap.builder();
params.put("parent", String.valueOf(request.getParent()));
return params.build();
})
.build();
GrpcCallSettings<
PatchDeployments.CreatePatchDeploymentRequest, PatchDeployments.PatchDeployment>
createPatchDeploymentTransportSettings =
GrpcCallSettings
.<PatchDeployments.CreatePatchDeploymentRequest, PatchDeployments.PatchDeployment>
newBuilder()
.setMethodDescriptor(createPatchDeploymentMethodDescriptor)
.setParamsExtractor(
request -> {
ImmutableMap.Builder<String, String> params = ImmutableMap.builder();
params.put("parent", String.valueOf(request.getParent()));
return params.build();
})
.build();
GrpcCallSettings<PatchDeployments.GetPatchDeploymentRequest, PatchDeployments.PatchDeployment>
getPatchDeploymentTransportSettings =
GrpcCallSettings
.<PatchDeployments.GetPatchDeploymentRequest, PatchDeployments.PatchDeployment>
newBuilder()
.setMethodDescriptor(getPatchDeploymentMethodDescriptor)
.setParamsExtractor(
request -> {
ImmutableMap.Builder<String, String> params = ImmutableMap.builder();
params.put("name", String.valueOf(request.getName()));
return params.build();
})
.build();
GrpcCallSettings<
PatchDeployments.ListPatchDeploymentsRequest,
PatchDeployments.ListPatchDeploymentsResponse>
listPatchDeploymentsTransportSettings =
GrpcCallSettings
.<PatchDeployments.ListPatchDeploymentsRequest,
PatchDeployments.ListPatchDeploymentsResponse>
newBuilder()
.setMethodDescriptor(listPatchDeploymentsMethodDescriptor)
.setParamsExtractor(
request -> {
ImmutableMap.Builder<String, String> params = ImmutableMap.builder();
params.put("parent", String.valueOf(request.getParent()));
return params.build();
})
.build();
GrpcCallSettings<PatchDeployments.DeletePatchDeploymentRequest, Empty>
deletePatchDeploymentTransportSettings =
GrpcCallSettings.<PatchDeployments.DeletePatchDeploymentRequest, Empty>newBuilder()
.setMethodDescriptor(deletePatchDeploymentMethodDescriptor)
.setParamsExtractor(
request -> {
ImmutableMap.Builder<String, String> params = ImmutableMap.builder();
params.put("name", String.valueOf(request.getName()));
return params.build();
})
.build();
GrpcCallSettings<
PatchDeployments.UpdatePatchDeploymentRequest, PatchDeployments.PatchDeployment>
updatePatchDeploymentTransportSettings =
GrpcCallSettings
.<PatchDeployments.UpdatePatchDeploymentRequest, PatchDeployments.PatchDeployment>
newBuilder()
.setMethodDescriptor(updatePatchDeploymentMethodDescriptor)
.setParamsExtractor(
request -> {
ImmutableMap.Builder<String, String> params = ImmutableMap.builder();
params.put(
"patch_deployment.name",
String.valueOf(request.getPatchDeployment().getName()));
return params.build();
})
.build();
GrpcCallSettings<PatchDeployments.PausePatchDeploymentRequest, PatchDeployments.PatchDeployment>
pausePatchDeploymentTransportSettings =
GrpcCallSettings
.<PatchDeployments.PausePatchDeploymentRequest, PatchDeployments.PatchDeployment>
newBuilder()
.setMethodDescriptor(pausePatchDeploymentMethodDescriptor)
.setParamsExtractor(
request -> {
ImmutableMap.Builder<String, String> params = ImmutableMap.builder();
params.put("name", String.valueOf(request.getName()));
return params.build();
})
.build();
GrpcCallSettings<
PatchDeployments.ResumePatchDeploymentRequest, PatchDeployments.PatchDeployment>
resumePatchDeploymentTransportSettings =
GrpcCallSettings
.<PatchDeployments.ResumePatchDeploymentRequest, PatchDeployments.PatchDeployment>
newBuilder()
.setMethodDescriptor(resumePatchDeploymentMethodDescriptor)
.setParamsExtractor(
request -> {
ImmutableMap.Builder<String, String> params = ImmutableMap.builder();
params.put("name", String.valueOf(request.getName()));
return params.build();
})
.build();
this.executePatchJobCallable =
callableFactory.createUnaryCallable(
executePatchJobTransportSettings, settings.executePatchJobSettings(), clientContext);
this.getPatchJobCallable =
callableFactory.createUnaryCallable(
getPatchJobTransportSettings, settings.getPatchJobSettings(), clientContext);
this.cancelPatchJobCallable =
callableFactory.createUnaryCallable(
cancelPatchJobTransportSettings, settings.cancelPatchJobSettings(), clientContext);
this.listPatchJobsCallable =
callableFactory.createUnaryCallable(
listPatchJobsTransportSettings, settings.listPatchJobsSettings(), clientContext);
this.listPatchJobsPagedCallable =
callableFactory.createPagedCallable(
listPatchJobsTransportSettings, settings.listPatchJobsSettings(), clientContext);
this.listPatchJobInstanceDetailsCallable =
callableFactory.createUnaryCallable(
listPatchJobInstanceDetailsTransportSettings,
settings.listPatchJobInstanceDetailsSettings(),
clientContext);
this.listPatchJobInstanceDetailsPagedCallable =
callableFactory.createPagedCallable(
listPatchJobInstanceDetailsTransportSettings,
settings.listPatchJobInstanceDetailsSettings(),
clientContext);
this.createPatchDeploymentCallable =
callableFactory.createUnaryCallable(
createPatchDeploymentTransportSettings,
settings.createPatchDeploymentSettings(),
clientContext);
this.getPatchDeploymentCallable =
callableFactory.createUnaryCallable(
getPatchDeploymentTransportSettings,
settings.getPatchDeploymentSettings(),
clientContext);
this.listPatchDeploymentsCallable =
callableFactory.createUnaryCallable(
listPatchDeploymentsTransportSettings,
settings.listPatchDeploymentsSettings(),
clientContext);
this.listPatchDeploymentsPagedCallable =
callableFactory.createPagedCallable(
listPatchDeploymentsTransportSettings,
settings.listPatchDeploymentsSettings(),
clientContext);
this.deletePatchDeploymentCallable =
callableFactory.createUnaryCallable(
deletePatchDeploymentTransportSettings,
settings.deletePatchDeploymentSettings(),
clientContext);
this.updatePatchDeploymentCallable =
callableFactory.createUnaryCallable(
updatePatchDeploymentTransportSettings,
settings.updatePatchDeploymentSettings(),
clientContext);
this.pausePatchDeploymentCallable =
callableFactory.createUnaryCallable(
pausePatchDeploymentTransportSettings,
settings.pausePatchDeploymentSettings(),
clientContext);
this.resumePatchDeploymentCallable =
callableFactory.createUnaryCallable(
resumePatchDeploymentTransportSettings,
settings.resumePatchDeploymentSettings(),
clientContext);
this.backgroundResources =
new BackgroundResourceAggregation(clientContext.getBackgroundResources());
}
public GrpcOperationsStub getOperationsStub() {
return operationsStub;
}
@Override
public UnaryCallable<PatchJobs.ExecutePatchJobRequest, PatchJobs.PatchJob>
executePatchJobCallable() {
return executePatchJobCallable;
}
@Override
public UnaryCallable<PatchJobs.GetPatchJobRequest, PatchJobs.PatchJob> getPatchJobCallable() {
return getPatchJobCallable;
}
@Override
public UnaryCallable<PatchJobs.CancelPatchJobRequest, PatchJobs.PatchJob>
cancelPatchJobCallable() {
return cancelPatchJobCallable;
}
@Override
public UnaryCallable<PatchJobs.ListPatchJobsRequest, PatchJobs.ListPatchJobsResponse>
listPatchJobsCallable() {
return listPatchJobsCallable;
}
@Override
public UnaryCallable<PatchJobs.ListPatchJobsRequest, ListPatchJobsPagedResponse>
listPatchJobsPagedCallable() {
return listPatchJobsPagedCallable;
}
@Override
public UnaryCallable<
PatchJobs.ListPatchJobInstanceDetailsRequest,
PatchJobs.ListPatchJobInstanceDetailsResponse>
listPatchJobInstanceDetailsCallable() {
return listPatchJobInstanceDetailsCallable;
}
@Override
public UnaryCallable<
PatchJobs.ListPatchJobInstanceDetailsRequest, ListPatchJobInstanceDetailsPagedResponse>
listPatchJobInstanceDetailsPagedCallable() {
return listPatchJobInstanceDetailsPagedCallable;
}
@Override
public UnaryCallable<
PatchDeployments.CreatePatchDeploymentRequest, PatchDeployments.PatchDeployment>
createPatchDeploymentCallable() {
return createPatchDeploymentCallable;
}
@Override
public UnaryCallable<PatchDeployments.GetPatchDeploymentRequest, PatchDeployments.PatchDeployment>
getPatchDeploymentCallable() {
return getPatchDeploymentCallable;
}
@Override
public UnaryCallable<
PatchDeployments.ListPatchDeploymentsRequest,
PatchDeployments.ListPatchDeploymentsResponse>
listPatchDeploymentsCallable() {
return listPatchDeploymentsCallable;
}
@Override
public UnaryCallable<
PatchDeployments.ListPatchDeploymentsRequest, ListPatchDeploymentsPagedResponse>
listPatchDeploymentsPagedCallable() {
return listPatchDeploymentsPagedCallable;
}
@Override
public UnaryCallable<PatchDeployments.DeletePatchDeploymentRequest, Empty>
deletePatchDeploymentCallable() {
return deletePatchDeploymentCallable;
}
@Override
public UnaryCallable<
PatchDeployments.UpdatePatchDeploymentRequest, PatchDeployments.PatchDeployment>
updatePatchDeploymentCallable() {
return updatePatchDeploymentCallable;
}
@Override
public UnaryCallable<
PatchDeployments.PausePatchDeploymentRequest, PatchDeployments.PatchDeployment>
pausePatchDeploymentCallable() {
return pausePatchDeploymentCallable;
}
@Override
public UnaryCallable<
PatchDeployments.ResumePatchDeploymentRequest, PatchDeployments.PatchDeployment>
resumePatchDeploymentCallable() {
return resumePatchDeploymentCallable;
}
@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);
}
}