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

com.google.cloud.securesourcemanager.v1.stub.SecureSourceManagerStub Maven / Gradle / Ivy

Go to download

Secure Source Manager API Regionally deployed, single-tenant managed source code repository hosted on Google Cloud.

The 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.securesourcemanager.v1.stub;

import static com.google.cloud.securesourcemanager.v1.SecureSourceManagerClient.ListBranchRulesPagedResponse;
import static com.google.cloud.securesourcemanager.v1.SecureSourceManagerClient.ListInstancesPagedResponse;
import static com.google.cloud.securesourcemanager.v1.SecureSourceManagerClient.ListLocationsPagedResponse;
import static com.google.cloud.securesourcemanager.v1.SecureSourceManagerClient.ListRepositoriesPagedResponse;

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.location.GetLocationRequest;
import com.google.cloud.location.ListLocationsRequest;
import com.google.cloud.location.ListLocationsResponse;
import com.google.cloud.location.Location;
import com.google.cloud.securesourcemanager.v1.BranchRule;
import com.google.cloud.securesourcemanager.v1.CreateBranchRuleRequest;
import com.google.cloud.securesourcemanager.v1.CreateInstanceRequest;
import com.google.cloud.securesourcemanager.v1.CreateRepositoryRequest;
import com.google.cloud.securesourcemanager.v1.DeleteBranchRuleRequest;
import com.google.cloud.securesourcemanager.v1.DeleteInstanceRequest;
import com.google.cloud.securesourcemanager.v1.DeleteRepositoryRequest;
import com.google.cloud.securesourcemanager.v1.GetBranchRuleRequest;
import com.google.cloud.securesourcemanager.v1.GetInstanceRequest;
import com.google.cloud.securesourcemanager.v1.GetRepositoryRequest;
import com.google.cloud.securesourcemanager.v1.Instance;
import com.google.cloud.securesourcemanager.v1.ListBranchRulesRequest;
import com.google.cloud.securesourcemanager.v1.ListBranchRulesResponse;
import com.google.cloud.securesourcemanager.v1.ListInstancesRequest;
import com.google.cloud.securesourcemanager.v1.ListInstancesResponse;
import com.google.cloud.securesourcemanager.v1.ListRepositoriesRequest;
import com.google.cloud.securesourcemanager.v1.ListRepositoriesResponse;
import com.google.cloud.securesourcemanager.v1.OperationMetadata;
import com.google.cloud.securesourcemanager.v1.Repository;
import com.google.cloud.securesourcemanager.v1.UpdateBranchRuleRequest;
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 SecureSourceManager service API.
 *
 * 

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") public abstract class SecureSourceManagerStub implements BackgroundResource { public OperationsStub getOperationsStub() { return null; } public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub() { return null; } public UnaryCallable listInstancesPagedCallable() { throw new UnsupportedOperationException("Not implemented: listInstancesPagedCallable()"); } public UnaryCallable listInstancesCallable() { throw new UnsupportedOperationException("Not implemented: listInstancesCallable()"); } public UnaryCallable getInstanceCallable() { throw new UnsupportedOperationException("Not implemented: getInstanceCallable()"); } public OperationCallable createInstanceOperationCallable() { throw new UnsupportedOperationException("Not implemented: createInstanceOperationCallable()"); } public UnaryCallable createInstanceCallable() { throw new UnsupportedOperationException("Not implemented: createInstanceCallable()"); } public OperationCallable deleteInstanceOperationCallable() { throw new UnsupportedOperationException("Not implemented: deleteInstanceOperationCallable()"); } public UnaryCallable deleteInstanceCallable() { throw new UnsupportedOperationException("Not implemented: deleteInstanceCallable()"); } public UnaryCallable listRepositoriesPagedCallable() { throw new UnsupportedOperationException("Not implemented: listRepositoriesPagedCallable()"); } public UnaryCallable listRepositoriesCallable() { throw new UnsupportedOperationException("Not implemented: listRepositoriesCallable()"); } public UnaryCallable getRepositoryCallable() { throw new UnsupportedOperationException("Not implemented: getRepositoryCallable()"); } public OperationCallable createRepositoryOperationCallable() { throw new UnsupportedOperationException("Not implemented: createRepositoryOperationCallable()"); } public UnaryCallable createRepositoryCallable() { throw new UnsupportedOperationException("Not implemented: createRepositoryCallable()"); } public OperationCallable deleteRepositoryOperationCallable() { throw new UnsupportedOperationException("Not implemented: deleteRepositoryOperationCallable()"); } public UnaryCallable deleteRepositoryCallable() { throw new UnsupportedOperationException("Not implemented: deleteRepositoryCallable()"); } public UnaryCallable getIamPolicyRepoCallable() { throw new UnsupportedOperationException("Not implemented: getIamPolicyRepoCallable()"); } public UnaryCallable setIamPolicyRepoCallable() { throw new UnsupportedOperationException("Not implemented: setIamPolicyRepoCallable()"); } public UnaryCallable testIamPermissionsRepoCallable() { throw new UnsupportedOperationException("Not implemented: testIamPermissionsRepoCallable()"); } public OperationCallable createBranchRuleOperationCallable() { throw new UnsupportedOperationException("Not implemented: createBranchRuleOperationCallable()"); } public UnaryCallable createBranchRuleCallable() { throw new UnsupportedOperationException("Not implemented: createBranchRuleCallable()"); } public UnaryCallable listBranchRulesPagedCallable() { throw new UnsupportedOperationException("Not implemented: listBranchRulesPagedCallable()"); } public UnaryCallable listBranchRulesCallable() { throw new UnsupportedOperationException("Not implemented: listBranchRulesCallable()"); } public UnaryCallable getBranchRuleCallable() { throw new UnsupportedOperationException("Not implemented: getBranchRuleCallable()"); } public OperationCallable updateBranchRuleOperationCallable() { throw new UnsupportedOperationException("Not implemented: updateBranchRuleOperationCallable()"); } public UnaryCallable updateBranchRuleCallable() { throw new UnsupportedOperationException("Not implemented: updateBranchRuleCallable()"); } public OperationCallable deleteBranchRuleOperationCallable() { throw new UnsupportedOperationException("Not implemented: deleteBranchRuleOperationCallable()"); } public UnaryCallable deleteBranchRuleCallable() { throw new UnsupportedOperationException("Not implemented: deleteBranchRuleCallable()"); } 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