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

com.google.cloud.alloydb.v1beta.stub.AlloyDBAdminStub Maven / Gradle / Ivy

Go to download

AlloyDB AlloyDB is a fully managed, PostgreSQL-compatible database service with industry-leading performance, availability, and scale.

There is a newer version: 0.43.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.alloydb.v1beta.stub;

import static com.google.cloud.alloydb.v1beta.AlloyDBAdminClient.ListBackupsPagedResponse;
import static com.google.cloud.alloydb.v1beta.AlloyDBAdminClient.ListClustersPagedResponse;
import static com.google.cloud.alloydb.v1beta.AlloyDBAdminClient.ListDatabasesPagedResponse;
import static com.google.cloud.alloydb.v1beta.AlloyDBAdminClient.ListInstancesPagedResponse;
import static com.google.cloud.alloydb.v1beta.AlloyDBAdminClient.ListLocationsPagedResponse;
import static com.google.cloud.alloydb.v1beta.AlloyDBAdminClient.ListSupportedDatabaseFlagsPagedResponse;
import static com.google.cloud.alloydb.v1beta.AlloyDBAdminClient.ListUsersPagedResponse;

import com.google.api.core.BetaApi;
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.alloydb.v1beta.Backup;
import com.google.cloud.alloydb.v1beta.BatchCreateInstancesRequest;
import com.google.cloud.alloydb.v1beta.BatchCreateInstancesResponse;
import com.google.cloud.alloydb.v1beta.Cluster;
import com.google.cloud.alloydb.v1beta.ConnectionInfo;
import com.google.cloud.alloydb.v1beta.CreateBackupRequest;
import com.google.cloud.alloydb.v1beta.CreateClusterRequest;
import com.google.cloud.alloydb.v1beta.CreateInstanceRequest;
import com.google.cloud.alloydb.v1beta.CreateSecondaryClusterRequest;
import com.google.cloud.alloydb.v1beta.CreateSecondaryInstanceRequest;
import com.google.cloud.alloydb.v1beta.CreateUserRequest;
import com.google.cloud.alloydb.v1beta.DeleteBackupRequest;
import com.google.cloud.alloydb.v1beta.DeleteClusterRequest;
import com.google.cloud.alloydb.v1beta.DeleteInstanceRequest;
import com.google.cloud.alloydb.v1beta.DeleteUserRequest;
import com.google.cloud.alloydb.v1beta.FailoverInstanceRequest;
import com.google.cloud.alloydb.v1beta.GenerateClientCertificateRequest;
import com.google.cloud.alloydb.v1beta.GenerateClientCertificateResponse;
import com.google.cloud.alloydb.v1beta.GetBackupRequest;
import com.google.cloud.alloydb.v1beta.GetClusterRequest;
import com.google.cloud.alloydb.v1beta.GetConnectionInfoRequest;
import com.google.cloud.alloydb.v1beta.GetInstanceRequest;
import com.google.cloud.alloydb.v1beta.GetUserRequest;
import com.google.cloud.alloydb.v1beta.InjectFaultRequest;
import com.google.cloud.alloydb.v1beta.Instance;
import com.google.cloud.alloydb.v1beta.ListBackupsRequest;
import com.google.cloud.alloydb.v1beta.ListBackupsResponse;
import com.google.cloud.alloydb.v1beta.ListClustersRequest;
import com.google.cloud.alloydb.v1beta.ListClustersResponse;
import com.google.cloud.alloydb.v1beta.ListDatabasesRequest;
import com.google.cloud.alloydb.v1beta.ListDatabasesResponse;
import com.google.cloud.alloydb.v1beta.ListInstancesRequest;
import com.google.cloud.alloydb.v1beta.ListInstancesResponse;
import com.google.cloud.alloydb.v1beta.ListSupportedDatabaseFlagsRequest;
import com.google.cloud.alloydb.v1beta.ListSupportedDatabaseFlagsResponse;
import com.google.cloud.alloydb.v1beta.ListUsersRequest;
import com.google.cloud.alloydb.v1beta.ListUsersResponse;
import com.google.cloud.alloydb.v1beta.OperationMetadata;
import com.google.cloud.alloydb.v1beta.PromoteClusterRequest;
import com.google.cloud.alloydb.v1beta.RestartInstanceRequest;
import com.google.cloud.alloydb.v1beta.RestoreClusterRequest;
import com.google.cloud.alloydb.v1beta.UpdateBackupRequest;
import com.google.cloud.alloydb.v1beta.UpdateClusterRequest;
import com.google.cloud.alloydb.v1beta.UpdateInstanceRequest;
import com.google.cloud.alloydb.v1beta.UpdateUserRequest;
import com.google.cloud.alloydb.v1beta.User;
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.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 AlloyDBAdmin service API.
 *
 * 

This class is for advanced usage and reflects the underlying API directly. */ @BetaApi @Generated("by gapic-generator-java") public abstract class AlloyDBAdminStub implements BackgroundResource { public OperationsStub getOperationsStub() { return null; } public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub() { return null; } public UnaryCallable listClustersPagedCallable() { throw new UnsupportedOperationException("Not implemented: listClustersPagedCallable()"); } public UnaryCallable listClustersCallable() { throw new UnsupportedOperationException("Not implemented: listClustersCallable()"); } public UnaryCallable getClusterCallable() { throw new UnsupportedOperationException("Not implemented: getClusterCallable()"); } public OperationCallable createClusterOperationCallable() { throw new UnsupportedOperationException("Not implemented: createClusterOperationCallable()"); } public UnaryCallable createClusterCallable() { throw new UnsupportedOperationException("Not implemented: createClusterCallable()"); } public OperationCallable updateClusterOperationCallable() { throw new UnsupportedOperationException("Not implemented: updateClusterOperationCallable()"); } public UnaryCallable updateClusterCallable() { throw new UnsupportedOperationException("Not implemented: updateClusterCallable()"); } public OperationCallable deleteClusterOperationCallable() { throw new UnsupportedOperationException("Not implemented: deleteClusterOperationCallable()"); } public UnaryCallable deleteClusterCallable() { throw new UnsupportedOperationException("Not implemented: deleteClusterCallable()"); } public OperationCallable promoteClusterOperationCallable() { throw new UnsupportedOperationException("Not implemented: promoteClusterOperationCallable()"); } public UnaryCallable promoteClusterCallable() { throw new UnsupportedOperationException("Not implemented: promoteClusterCallable()"); } public OperationCallable restoreClusterOperationCallable() { throw new UnsupportedOperationException("Not implemented: restoreClusterOperationCallable()"); } public UnaryCallable restoreClusterCallable() { throw new UnsupportedOperationException("Not implemented: restoreClusterCallable()"); } public OperationCallable createSecondaryClusterOperationCallable() { throw new UnsupportedOperationException( "Not implemented: createSecondaryClusterOperationCallable()"); } public UnaryCallable createSecondaryClusterCallable() { throw new UnsupportedOperationException("Not implemented: createSecondaryClusterCallable()"); } 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 createSecondaryInstanceOperationCallable() { throw new UnsupportedOperationException( "Not implemented: createSecondaryInstanceOperationCallable()"); } public UnaryCallable createSecondaryInstanceCallable() { throw new UnsupportedOperationException("Not implemented: createSecondaryInstanceCallable()"); } public OperationCallable< BatchCreateInstancesRequest, BatchCreateInstancesResponse, OperationMetadata> batchCreateInstancesOperationCallable() { throw new UnsupportedOperationException( "Not implemented: batchCreateInstancesOperationCallable()"); } public UnaryCallable batchCreateInstancesCallable() { throw new UnsupportedOperationException("Not implemented: batchCreateInstancesCallable()"); } public OperationCallable updateInstanceOperationCallable() { throw new UnsupportedOperationException("Not implemented: updateInstanceOperationCallable()"); } public UnaryCallable updateInstanceCallable() { throw new UnsupportedOperationException("Not implemented: updateInstanceCallable()"); } public OperationCallable deleteInstanceOperationCallable() { throw new UnsupportedOperationException("Not implemented: deleteInstanceOperationCallable()"); } public UnaryCallable deleteInstanceCallable() { throw new UnsupportedOperationException("Not implemented: deleteInstanceCallable()"); } public OperationCallable failoverInstanceOperationCallable() { throw new UnsupportedOperationException("Not implemented: failoverInstanceOperationCallable()"); } public UnaryCallable failoverInstanceCallable() { throw new UnsupportedOperationException("Not implemented: failoverInstanceCallable()"); } public OperationCallable injectFaultOperationCallable() { throw new UnsupportedOperationException("Not implemented: injectFaultOperationCallable()"); } public UnaryCallable injectFaultCallable() { throw new UnsupportedOperationException("Not implemented: injectFaultCallable()"); } public OperationCallable restartInstanceOperationCallable() { throw new UnsupportedOperationException("Not implemented: restartInstanceOperationCallable()"); } public UnaryCallable restartInstanceCallable() { throw new UnsupportedOperationException("Not implemented: restartInstanceCallable()"); } public UnaryCallable listBackupsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listBackupsPagedCallable()"); } public UnaryCallable listBackupsCallable() { throw new UnsupportedOperationException("Not implemented: listBackupsCallable()"); } public UnaryCallable getBackupCallable() { throw new UnsupportedOperationException("Not implemented: getBackupCallable()"); } public OperationCallable createBackupOperationCallable() { throw new UnsupportedOperationException("Not implemented: createBackupOperationCallable()"); } public UnaryCallable createBackupCallable() { throw new UnsupportedOperationException("Not implemented: createBackupCallable()"); } public OperationCallable updateBackupOperationCallable() { throw new UnsupportedOperationException("Not implemented: updateBackupOperationCallable()"); } public UnaryCallable updateBackupCallable() { throw new UnsupportedOperationException("Not implemented: updateBackupCallable()"); } public OperationCallable deleteBackupOperationCallable() { throw new UnsupportedOperationException("Not implemented: deleteBackupOperationCallable()"); } public UnaryCallable deleteBackupCallable() { throw new UnsupportedOperationException("Not implemented: deleteBackupCallable()"); } public UnaryCallable listSupportedDatabaseFlagsPagedCallable() { throw new UnsupportedOperationException( "Not implemented: listSupportedDatabaseFlagsPagedCallable()"); } public UnaryCallable listSupportedDatabaseFlagsCallable() { throw new UnsupportedOperationException( "Not implemented: listSupportedDatabaseFlagsCallable()"); } public UnaryCallable generateClientCertificateCallable() { throw new UnsupportedOperationException("Not implemented: generateClientCertificateCallable()"); } public UnaryCallable getConnectionInfoCallable() { throw new UnsupportedOperationException("Not implemented: getConnectionInfoCallable()"); } public UnaryCallable listUsersPagedCallable() { throw new UnsupportedOperationException("Not implemented: listUsersPagedCallable()"); } public UnaryCallable listUsersCallable() { throw new UnsupportedOperationException("Not implemented: listUsersCallable()"); } public UnaryCallable getUserCallable() { throw new UnsupportedOperationException("Not implemented: getUserCallable()"); } public UnaryCallable createUserCallable() { throw new UnsupportedOperationException("Not implemented: createUserCallable()"); } public UnaryCallable updateUserCallable() { throw new UnsupportedOperationException("Not implemented: updateUserCallable()"); } public UnaryCallable deleteUserCallable() { throw new UnsupportedOperationException("Not implemented: deleteUserCallable()"); } public UnaryCallable listDatabasesPagedCallable() { throw new UnsupportedOperationException("Not implemented: listDatabasesPagedCallable()"); } public UnaryCallable listDatabasesCallable() { throw new UnsupportedOperationException("Not implemented: listDatabasesCallable()"); } 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()"); } @Override public abstract void close(); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy