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

com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStub Maven / Gradle / Ivy

There is a newer version: 6.81.1
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.spanner.admin.database.v1.stub;

import static com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient.ListBackupOperationsPagedResponse;
import static com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient.ListBackupSchedulesPagedResponse;
import static com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient.ListBackupsPagedResponse;
import static com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient.ListDatabaseOperationsPagedResponse;
import static com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient.ListDatabaseRolesPagedResponse;
import static com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient.ListDatabasesPagedResponse;

import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.rpc.OperationCallable;
import com.google.api.gax.rpc.UnaryCallable;
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 com.google.spanner.admin.database.v1.Backup;
import com.google.spanner.admin.database.v1.BackupSchedule;
import com.google.spanner.admin.database.v1.CopyBackupMetadata;
import com.google.spanner.admin.database.v1.CopyBackupRequest;
import com.google.spanner.admin.database.v1.CreateBackupMetadata;
import com.google.spanner.admin.database.v1.CreateBackupRequest;
import com.google.spanner.admin.database.v1.CreateBackupScheduleRequest;
import com.google.spanner.admin.database.v1.CreateDatabaseMetadata;
import com.google.spanner.admin.database.v1.CreateDatabaseRequest;
import com.google.spanner.admin.database.v1.Database;
import com.google.spanner.admin.database.v1.DeleteBackupRequest;
import com.google.spanner.admin.database.v1.DeleteBackupScheduleRequest;
import com.google.spanner.admin.database.v1.DropDatabaseRequest;
import com.google.spanner.admin.database.v1.GetBackupRequest;
import com.google.spanner.admin.database.v1.GetBackupScheduleRequest;
import com.google.spanner.admin.database.v1.GetDatabaseDdlRequest;
import com.google.spanner.admin.database.v1.GetDatabaseDdlResponse;
import com.google.spanner.admin.database.v1.GetDatabaseRequest;
import com.google.spanner.admin.database.v1.ListBackupOperationsRequest;
import com.google.spanner.admin.database.v1.ListBackupOperationsResponse;
import com.google.spanner.admin.database.v1.ListBackupSchedulesRequest;
import com.google.spanner.admin.database.v1.ListBackupSchedulesResponse;
import com.google.spanner.admin.database.v1.ListBackupsRequest;
import com.google.spanner.admin.database.v1.ListBackupsResponse;
import com.google.spanner.admin.database.v1.ListDatabaseOperationsRequest;
import com.google.spanner.admin.database.v1.ListDatabaseOperationsResponse;
import com.google.spanner.admin.database.v1.ListDatabaseRolesRequest;
import com.google.spanner.admin.database.v1.ListDatabaseRolesResponse;
import com.google.spanner.admin.database.v1.ListDatabasesRequest;
import com.google.spanner.admin.database.v1.ListDatabasesResponse;
import com.google.spanner.admin.database.v1.RestoreDatabaseMetadata;
import com.google.spanner.admin.database.v1.RestoreDatabaseRequest;
import com.google.spanner.admin.database.v1.UpdateBackupRequest;
import com.google.spanner.admin.database.v1.UpdateBackupScheduleRequest;
import com.google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata;
import com.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest;
import com.google.spanner.admin.database.v1.UpdateDatabaseMetadata;
import com.google.spanner.admin.database.v1.UpdateDatabaseRequest;
import javax.annotation.Generated;

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

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") public abstract class DatabaseAdminStub implements BackgroundResource { public OperationsStub getOperationsStub() { return null; } public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub() { return null; } public UnaryCallable listDatabasesPagedCallable() { throw new UnsupportedOperationException("Not implemented: listDatabasesPagedCallable()"); } public UnaryCallable listDatabasesCallable() { throw new UnsupportedOperationException("Not implemented: listDatabasesCallable()"); } public OperationCallable createDatabaseOperationCallable() { throw new UnsupportedOperationException("Not implemented: createDatabaseOperationCallable()"); } public UnaryCallable createDatabaseCallable() { throw new UnsupportedOperationException("Not implemented: createDatabaseCallable()"); } public UnaryCallable getDatabaseCallable() { throw new UnsupportedOperationException("Not implemented: getDatabaseCallable()"); } public OperationCallable updateDatabaseOperationCallable() { throw new UnsupportedOperationException("Not implemented: updateDatabaseOperationCallable()"); } public UnaryCallable updateDatabaseCallable() { throw new UnsupportedOperationException("Not implemented: updateDatabaseCallable()"); } public OperationCallable updateDatabaseDdlOperationCallable() { throw new UnsupportedOperationException( "Not implemented: updateDatabaseDdlOperationCallable()"); } public UnaryCallable updateDatabaseDdlCallable() { throw new UnsupportedOperationException("Not implemented: updateDatabaseDdlCallable()"); } public UnaryCallable dropDatabaseCallable() { throw new UnsupportedOperationException("Not implemented: dropDatabaseCallable()"); } public UnaryCallable getDatabaseDdlCallable() { throw new UnsupportedOperationException("Not implemented: getDatabaseDdlCallable()"); } 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()"); } public OperationCallable createBackupOperationCallable() { throw new UnsupportedOperationException("Not implemented: createBackupOperationCallable()"); } public UnaryCallable createBackupCallable() { throw new UnsupportedOperationException("Not implemented: createBackupCallable()"); } public OperationCallable copyBackupOperationCallable() { throw new UnsupportedOperationException("Not implemented: copyBackupOperationCallable()"); } public UnaryCallable copyBackupCallable() { throw new UnsupportedOperationException("Not implemented: copyBackupCallable()"); } public UnaryCallable getBackupCallable() { throw new UnsupportedOperationException("Not implemented: getBackupCallable()"); } public UnaryCallable updateBackupCallable() { throw new UnsupportedOperationException("Not implemented: updateBackupCallable()"); } public UnaryCallable deleteBackupCallable() { throw new UnsupportedOperationException("Not implemented: deleteBackupCallable()"); } public UnaryCallable listBackupsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listBackupsPagedCallable()"); } public UnaryCallable listBackupsCallable() { throw new UnsupportedOperationException("Not implemented: listBackupsCallable()"); } public OperationCallable restoreDatabaseOperationCallable() { throw new UnsupportedOperationException("Not implemented: restoreDatabaseOperationCallable()"); } public UnaryCallable restoreDatabaseCallable() { throw new UnsupportedOperationException("Not implemented: restoreDatabaseCallable()"); } public UnaryCallable listDatabaseOperationsPagedCallable() { throw new UnsupportedOperationException( "Not implemented: listDatabaseOperationsPagedCallable()"); } public UnaryCallable listDatabaseOperationsCallable() { throw new UnsupportedOperationException("Not implemented: listDatabaseOperationsCallable()"); } public UnaryCallable listBackupOperationsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listBackupOperationsPagedCallable()"); } public UnaryCallable listBackupOperationsCallable() { throw new UnsupportedOperationException("Not implemented: listBackupOperationsCallable()"); } public UnaryCallable listDatabaseRolesPagedCallable() { throw new UnsupportedOperationException("Not implemented: listDatabaseRolesPagedCallable()"); } public UnaryCallable listDatabaseRolesCallable() { throw new UnsupportedOperationException("Not implemented: listDatabaseRolesCallable()"); } public UnaryCallable createBackupScheduleCallable() { throw new UnsupportedOperationException("Not implemented: createBackupScheduleCallable()"); } public UnaryCallable getBackupScheduleCallable() { throw new UnsupportedOperationException("Not implemented: getBackupScheduleCallable()"); } public UnaryCallable updateBackupScheduleCallable() { throw new UnsupportedOperationException("Not implemented: updateBackupScheduleCallable()"); } public UnaryCallable deleteBackupScheduleCallable() { throw new UnsupportedOperationException("Not implemented: deleteBackupScheduleCallable()"); } public UnaryCallable listBackupSchedulesPagedCallable() { throw new UnsupportedOperationException("Not implemented: listBackupSchedulesPagedCallable()"); } public UnaryCallable listBackupSchedulesCallable() { throw new UnsupportedOperationException("Not implemented: listBackupSchedulesCallable()"); } @Override public abstract void close(); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy