com.google.cloud.alloydb.v1.stub.AlloyDBAdminStub Maven / Gradle / Ivy
Show all versions of google-cloud-alloydb Show documentation
/*
* 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.v1.stub;
import static com.google.cloud.alloydb.v1.AlloyDBAdminClient.ListBackupsPagedResponse;
import static com.google.cloud.alloydb.v1.AlloyDBAdminClient.ListClustersPagedResponse;
import static com.google.cloud.alloydb.v1.AlloyDBAdminClient.ListInstancesPagedResponse;
import static com.google.cloud.alloydb.v1.AlloyDBAdminClient.ListLocationsPagedResponse;
import static com.google.cloud.alloydb.v1.AlloyDBAdminClient.ListSupportedDatabaseFlagsPagedResponse;
import static com.google.cloud.alloydb.v1.AlloyDBAdminClient.ListUsersPagedResponse;
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.v1.Backup;
import com.google.cloud.alloydb.v1.BatchCreateInstancesRequest;
import com.google.cloud.alloydb.v1.BatchCreateInstancesResponse;
import com.google.cloud.alloydb.v1.Cluster;
import com.google.cloud.alloydb.v1.ConnectionInfo;
import com.google.cloud.alloydb.v1.CreateBackupRequest;
import com.google.cloud.alloydb.v1.CreateClusterRequest;
import com.google.cloud.alloydb.v1.CreateInstanceRequest;
import com.google.cloud.alloydb.v1.CreateSecondaryClusterRequest;
import com.google.cloud.alloydb.v1.CreateSecondaryInstanceRequest;
import com.google.cloud.alloydb.v1.CreateUserRequest;
import com.google.cloud.alloydb.v1.DeleteBackupRequest;
import com.google.cloud.alloydb.v1.DeleteClusterRequest;
import com.google.cloud.alloydb.v1.DeleteInstanceRequest;
import com.google.cloud.alloydb.v1.DeleteUserRequest;
import com.google.cloud.alloydb.v1.FailoverInstanceRequest;
import com.google.cloud.alloydb.v1.GenerateClientCertificateRequest;
import com.google.cloud.alloydb.v1.GenerateClientCertificateResponse;
import com.google.cloud.alloydb.v1.GetBackupRequest;
import com.google.cloud.alloydb.v1.GetClusterRequest;
import com.google.cloud.alloydb.v1.GetConnectionInfoRequest;
import com.google.cloud.alloydb.v1.GetInstanceRequest;
import com.google.cloud.alloydb.v1.GetUserRequest;
import com.google.cloud.alloydb.v1.InjectFaultRequest;
import com.google.cloud.alloydb.v1.Instance;
import com.google.cloud.alloydb.v1.ListBackupsRequest;
import com.google.cloud.alloydb.v1.ListBackupsResponse;
import com.google.cloud.alloydb.v1.ListClustersRequest;
import com.google.cloud.alloydb.v1.ListClustersResponse;
import com.google.cloud.alloydb.v1.ListInstancesRequest;
import com.google.cloud.alloydb.v1.ListInstancesResponse;
import com.google.cloud.alloydb.v1.ListSupportedDatabaseFlagsRequest;
import com.google.cloud.alloydb.v1.ListSupportedDatabaseFlagsResponse;
import com.google.cloud.alloydb.v1.ListUsersRequest;
import com.google.cloud.alloydb.v1.ListUsersResponse;
import com.google.cloud.alloydb.v1.OperationMetadata;
import com.google.cloud.alloydb.v1.PromoteClusterRequest;
import com.google.cloud.alloydb.v1.RestartInstanceRequest;
import com.google.cloud.alloydb.v1.RestoreClusterRequest;
import com.google.cloud.alloydb.v1.UpdateBackupRequest;
import com.google.cloud.alloydb.v1.UpdateClusterRequest;
import com.google.cloud.alloydb.v1.UpdateInstanceRequest;
import com.google.cloud.alloydb.v1.UpdateUserRequest;
import com.google.cloud.alloydb.v1.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.
*/
@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
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();
}