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

com.google.cloud.deploy.v1.stub.CloudDeployStub Maven / Gradle / Ivy

/*
 * 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.deploy.v1.stub;

import static com.google.cloud.deploy.v1.CloudDeployClient.ListAutomationRunsPagedResponse;
import static com.google.cloud.deploy.v1.CloudDeployClient.ListAutomationsPagedResponse;
import static com.google.cloud.deploy.v1.CloudDeployClient.ListCustomTargetTypesPagedResponse;
import static com.google.cloud.deploy.v1.CloudDeployClient.ListDeliveryPipelinesPagedResponse;
import static com.google.cloud.deploy.v1.CloudDeployClient.ListDeployPoliciesPagedResponse;
import static com.google.cloud.deploy.v1.CloudDeployClient.ListJobRunsPagedResponse;
import static com.google.cloud.deploy.v1.CloudDeployClient.ListLocationsPagedResponse;
import static com.google.cloud.deploy.v1.CloudDeployClient.ListReleasesPagedResponse;
import static com.google.cloud.deploy.v1.CloudDeployClient.ListRolloutsPagedResponse;
import static com.google.cloud.deploy.v1.CloudDeployClient.ListTargetsPagedResponse;

import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.rpc.OperationCallable;
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.deploy.v1.AbandonReleaseRequest;
import com.google.cloud.deploy.v1.AbandonReleaseResponse;
import com.google.cloud.deploy.v1.AdvanceRolloutRequest;
import com.google.cloud.deploy.v1.AdvanceRolloutResponse;
import com.google.cloud.deploy.v1.ApproveRolloutRequest;
import com.google.cloud.deploy.v1.ApproveRolloutResponse;
import com.google.cloud.deploy.v1.Automation;
import com.google.cloud.deploy.v1.AutomationRun;
import com.google.cloud.deploy.v1.CancelAutomationRunRequest;
import com.google.cloud.deploy.v1.CancelAutomationRunResponse;
import com.google.cloud.deploy.v1.CancelRolloutRequest;
import com.google.cloud.deploy.v1.CancelRolloutResponse;
import com.google.cloud.deploy.v1.Config;
import com.google.cloud.deploy.v1.CreateAutomationRequest;
import com.google.cloud.deploy.v1.CreateCustomTargetTypeRequest;
import com.google.cloud.deploy.v1.CreateDeliveryPipelineRequest;
import com.google.cloud.deploy.v1.CreateDeployPolicyRequest;
import com.google.cloud.deploy.v1.CreateReleaseRequest;
import com.google.cloud.deploy.v1.CreateRolloutRequest;
import com.google.cloud.deploy.v1.CreateTargetRequest;
import com.google.cloud.deploy.v1.CustomTargetType;
import com.google.cloud.deploy.v1.DeleteAutomationRequest;
import com.google.cloud.deploy.v1.DeleteCustomTargetTypeRequest;
import com.google.cloud.deploy.v1.DeleteDeliveryPipelineRequest;
import com.google.cloud.deploy.v1.DeleteDeployPolicyRequest;
import com.google.cloud.deploy.v1.DeleteTargetRequest;
import com.google.cloud.deploy.v1.DeliveryPipeline;
import com.google.cloud.deploy.v1.DeployPolicy;
import com.google.cloud.deploy.v1.GetAutomationRequest;
import com.google.cloud.deploy.v1.GetAutomationRunRequest;
import com.google.cloud.deploy.v1.GetConfigRequest;
import com.google.cloud.deploy.v1.GetCustomTargetTypeRequest;
import com.google.cloud.deploy.v1.GetDeliveryPipelineRequest;
import com.google.cloud.deploy.v1.GetDeployPolicyRequest;
import com.google.cloud.deploy.v1.GetJobRunRequest;
import com.google.cloud.deploy.v1.GetReleaseRequest;
import com.google.cloud.deploy.v1.GetRolloutRequest;
import com.google.cloud.deploy.v1.GetTargetRequest;
import com.google.cloud.deploy.v1.IgnoreJobRequest;
import com.google.cloud.deploy.v1.IgnoreJobResponse;
import com.google.cloud.deploy.v1.JobRun;
import com.google.cloud.deploy.v1.ListAutomationRunsRequest;
import com.google.cloud.deploy.v1.ListAutomationRunsResponse;
import com.google.cloud.deploy.v1.ListAutomationsRequest;
import com.google.cloud.deploy.v1.ListAutomationsResponse;
import com.google.cloud.deploy.v1.ListCustomTargetTypesRequest;
import com.google.cloud.deploy.v1.ListCustomTargetTypesResponse;
import com.google.cloud.deploy.v1.ListDeliveryPipelinesRequest;
import com.google.cloud.deploy.v1.ListDeliveryPipelinesResponse;
import com.google.cloud.deploy.v1.ListDeployPoliciesRequest;
import com.google.cloud.deploy.v1.ListDeployPoliciesResponse;
import com.google.cloud.deploy.v1.ListJobRunsRequest;
import com.google.cloud.deploy.v1.ListJobRunsResponse;
import com.google.cloud.deploy.v1.ListReleasesRequest;
import com.google.cloud.deploy.v1.ListReleasesResponse;
import com.google.cloud.deploy.v1.ListRolloutsRequest;
import com.google.cloud.deploy.v1.ListRolloutsResponse;
import com.google.cloud.deploy.v1.ListTargetsRequest;
import com.google.cloud.deploy.v1.ListTargetsResponse;
import com.google.cloud.deploy.v1.OperationMetadata;
import com.google.cloud.deploy.v1.Release;
import com.google.cloud.deploy.v1.RetryJobRequest;
import com.google.cloud.deploy.v1.RetryJobResponse;
import com.google.cloud.deploy.v1.RollbackTargetRequest;
import com.google.cloud.deploy.v1.RollbackTargetResponse;
import com.google.cloud.deploy.v1.Rollout;
import com.google.cloud.deploy.v1.Target;
import com.google.cloud.deploy.v1.TerminateJobRunRequest;
import com.google.cloud.deploy.v1.TerminateJobRunResponse;
import com.google.cloud.deploy.v1.UpdateAutomationRequest;
import com.google.cloud.deploy.v1.UpdateCustomTargetTypeRequest;
import com.google.cloud.deploy.v1.UpdateDeliveryPipelineRequest;
import com.google.cloud.deploy.v1.UpdateDeployPolicyRequest;
import com.google.cloud.deploy.v1.UpdateTargetRequest;
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.OperationsStub;
import com.google.protobuf.Empty;
import javax.annotation.Generated;

// AUTO-GENERATED DOCUMENTATION AND CLASS.
/**
 * Base stub class for the CloudDeploy service API.
 *
 * 

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") public abstract class CloudDeployStub implements BackgroundResource { public OperationsStub getOperationsStub() { return null; } public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub() { return null; } public UnaryCallable listDeliveryPipelinesPagedCallable() { throw new UnsupportedOperationException( "Not implemented: listDeliveryPipelinesPagedCallable()"); } public UnaryCallable listDeliveryPipelinesCallable() { throw new UnsupportedOperationException("Not implemented: listDeliveryPipelinesCallable()"); } public UnaryCallable getDeliveryPipelineCallable() { throw new UnsupportedOperationException("Not implemented: getDeliveryPipelineCallable()"); } public OperationCallable createDeliveryPipelineOperationCallable() { throw new UnsupportedOperationException( "Not implemented: createDeliveryPipelineOperationCallable()"); } public UnaryCallable createDeliveryPipelineCallable() { throw new UnsupportedOperationException("Not implemented: createDeliveryPipelineCallable()"); } public OperationCallable updateDeliveryPipelineOperationCallable() { throw new UnsupportedOperationException( "Not implemented: updateDeliveryPipelineOperationCallable()"); } public UnaryCallable updateDeliveryPipelineCallable() { throw new UnsupportedOperationException("Not implemented: updateDeliveryPipelineCallable()"); } public OperationCallable deleteDeliveryPipelineOperationCallable() { throw new UnsupportedOperationException( "Not implemented: deleteDeliveryPipelineOperationCallable()"); } public UnaryCallable deleteDeliveryPipelineCallable() { throw new UnsupportedOperationException("Not implemented: deleteDeliveryPipelineCallable()"); } public UnaryCallable listTargetsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listTargetsPagedCallable()"); } public UnaryCallable listTargetsCallable() { throw new UnsupportedOperationException("Not implemented: listTargetsCallable()"); } public UnaryCallable rollbackTargetCallable() { throw new UnsupportedOperationException("Not implemented: rollbackTargetCallable()"); } public UnaryCallable getTargetCallable() { throw new UnsupportedOperationException("Not implemented: getTargetCallable()"); } public OperationCallable createTargetOperationCallable() { throw new UnsupportedOperationException("Not implemented: createTargetOperationCallable()"); } public UnaryCallable createTargetCallable() { throw new UnsupportedOperationException("Not implemented: createTargetCallable()"); } public OperationCallable updateTargetOperationCallable() { throw new UnsupportedOperationException("Not implemented: updateTargetOperationCallable()"); } public UnaryCallable updateTargetCallable() { throw new UnsupportedOperationException("Not implemented: updateTargetCallable()"); } public OperationCallable deleteTargetOperationCallable() { throw new UnsupportedOperationException("Not implemented: deleteTargetOperationCallable()"); } public UnaryCallable deleteTargetCallable() { throw new UnsupportedOperationException("Not implemented: deleteTargetCallable()"); } public UnaryCallable listCustomTargetTypesPagedCallable() { throw new UnsupportedOperationException( "Not implemented: listCustomTargetTypesPagedCallable()"); } public UnaryCallable listCustomTargetTypesCallable() { throw new UnsupportedOperationException("Not implemented: listCustomTargetTypesCallable()"); } public UnaryCallable getCustomTargetTypeCallable() { throw new UnsupportedOperationException("Not implemented: getCustomTargetTypeCallable()"); } public OperationCallable createCustomTargetTypeOperationCallable() { throw new UnsupportedOperationException( "Not implemented: createCustomTargetTypeOperationCallable()"); } public UnaryCallable createCustomTargetTypeCallable() { throw new UnsupportedOperationException("Not implemented: createCustomTargetTypeCallable()"); } public OperationCallable updateCustomTargetTypeOperationCallable() { throw new UnsupportedOperationException( "Not implemented: updateCustomTargetTypeOperationCallable()"); } public UnaryCallable updateCustomTargetTypeCallable() { throw new UnsupportedOperationException("Not implemented: updateCustomTargetTypeCallable()"); } public OperationCallable deleteCustomTargetTypeOperationCallable() { throw new UnsupportedOperationException( "Not implemented: deleteCustomTargetTypeOperationCallable()"); } public UnaryCallable deleteCustomTargetTypeCallable() { throw new UnsupportedOperationException("Not implemented: deleteCustomTargetTypeCallable()"); } public UnaryCallable listReleasesPagedCallable() { throw new UnsupportedOperationException("Not implemented: listReleasesPagedCallable()"); } public UnaryCallable listReleasesCallable() { throw new UnsupportedOperationException("Not implemented: listReleasesCallable()"); } public UnaryCallable getReleaseCallable() { throw new UnsupportedOperationException("Not implemented: getReleaseCallable()"); } public OperationCallable createReleaseOperationCallable() { throw new UnsupportedOperationException("Not implemented: createReleaseOperationCallable()"); } public UnaryCallable createReleaseCallable() { throw new UnsupportedOperationException("Not implemented: createReleaseCallable()"); } public UnaryCallable abandonReleaseCallable() { throw new UnsupportedOperationException("Not implemented: abandonReleaseCallable()"); } public OperationCallable createDeployPolicyOperationCallable() { throw new UnsupportedOperationException( "Not implemented: createDeployPolicyOperationCallable()"); } public UnaryCallable createDeployPolicyCallable() { throw new UnsupportedOperationException("Not implemented: createDeployPolicyCallable()"); } public OperationCallable updateDeployPolicyOperationCallable() { throw new UnsupportedOperationException( "Not implemented: updateDeployPolicyOperationCallable()"); } public UnaryCallable updateDeployPolicyCallable() { throw new UnsupportedOperationException("Not implemented: updateDeployPolicyCallable()"); } public OperationCallable deleteDeployPolicyOperationCallable() { throw new UnsupportedOperationException( "Not implemented: deleteDeployPolicyOperationCallable()"); } public UnaryCallable deleteDeployPolicyCallable() { throw new UnsupportedOperationException("Not implemented: deleteDeployPolicyCallable()"); } public UnaryCallable listDeployPoliciesPagedCallable() { throw new UnsupportedOperationException("Not implemented: listDeployPoliciesPagedCallable()"); } public UnaryCallable listDeployPoliciesCallable() { throw new UnsupportedOperationException("Not implemented: listDeployPoliciesCallable()"); } public UnaryCallable getDeployPolicyCallable() { throw new UnsupportedOperationException("Not implemented: getDeployPolicyCallable()"); } public UnaryCallable approveRolloutCallable() { throw new UnsupportedOperationException("Not implemented: approveRolloutCallable()"); } public UnaryCallable advanceRolloutCallable() { throw new UnsupportedOperationException("Not implemented: advanceRolloutCallable()"); } public UnaryCallable cancelRolloutCallable() { throw new UnsupportedOperationException("Not implemented: cancelRolloutCallable()"); } public UnaryCallable listRolloutsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listRolloutsPagedCallable()"); } public UnaryCallable listRolloutsCallable() { throw new UnsupportedOperationException("Not implemented: listRolloutsCallable()"); } public UnaryCallable getRolloutCallable() { throw new UnsupportedOperationException("Not implemented: getRolloutCallable()"); } public OperationCallable createRolloutOperationCallable() { throw new UnsupportedOperationException("Not implemented: createRolloutOperationCallable()"); } public UnaryCallable createRolloutCallable() { throw new UnsupportedOperationException("Not implemented: createRolloutCallable()"); } public UnaryCallable ignoreJobCallable() { throw new UnsupportedOperationException("Not implemented: ignoreJobCallable()"); } public UnaryCallable retryJobCallable() { throw new UnsupportedOperationException("Not implemented: retryJobCallable()"); } public UnaryCallable listJobRunsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listJobRunsPagedCallable()"); } public UnaryCallable listJobRunsCallable() { throw new UnsupportedOperationException("Not implemented: listJobRunsCallable()"); } public UnaryCallable getJobRunCallable() { throw new UnsupportedOperationException("Not implemented: getJobRunCallable()"); } public UnaryCallable terminateJobRunCallable() { throw new UnsupportedOperationException("Not implemented: terminateJobRunCallable()"); } public UnaryCallable getConfigCallable() { throw new UnsupportedOperationException("Not implemented: getConfigCallable()"); } public OperationCallable createAutomationOperationCallable() { throw new UnsupportedOperationException("Not implemented: createAutomationOperationCallable()"); } public UnaryCallable createAutomationCallable() { throw new UnsupportedOperationException("Not implemented: createAutomationCallable()"); } public OperationCallable updateAutomationOperationCallable() { throw new UnsupportedOperationException("Not implemented: updateAutomationOperationCallable()"); } public UnaryCallable updateAutomationCallable() { throw new UnsupportedOperationException("Not implemented: updateAutomationCallable()"); } public OperationCallable deleteAutomationOperationCallable() { throw new UnsupportedOperationException("Not implemented: deleteAutomationOperationCallable()"); } public UnaryCallable deleteAutomationCallable() { throw new UnsupportedOperationException("Not implemented: deleteAutomationCallable()"); } public UnaryCallable getAutomationCallable() { throw new UnsupportedOperationException("Not implemented: getAutomationCallable()"); } public UnaryCallable listAutomationsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listAutomationsPagedCallable()"); } public UnaryCallable listAutomationsCallable() { throw new UnsupportedOperationException("Not implemented: listAutomationsCallable()"); } public UnaryCallable getAutomationRunCallable() { throw new UnsupportedOperationException("Not implemented: getAutomationRunCallable()"); } public UnaryCallable listAutomationRunsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listAutomationRunsPagedCallable()"); } public UnaryCallable listAutomationRunsCallable() { throw new UnsupportedOperationException("Not implemented: listAutomationRunsCallable()"); } public UnaryCallable cancelAutomationRunCallable() { throw new UnsupportedOperationException("Not implemented: cancelAutomationRunCallable()"); } public UnaryCallable listLocationsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listLocationsPagedCallable()"); } public UnaryCallable listLocationsCallable() { throw new UnsupportedOperationException("Not implemented: listLocationsCallable()"); } public UnaryCallable getLocationCallable() { throw new UnsupportedOperationException("Not implemented: getLocationCallable()"); } public UnaryCallable setIamPolicyCallable() { throw new UnsupportedOperationException("Not implemented: setIamPolicyCallable()"); } public UnaryCallable getIamPolicyCallable() { throw new UnsupportedOperationException("Not implemented: getIamPolicyCallable()"); } public UnaryCallable testIamPermissionsCallable() { throw new UnsupportedOperationException("Not implemented: testIamPermissionsCallable()"); } @Override public abstract void close(); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy