com.google.cloud.gkebackup.v1.stub.BackupForGKEStub Maven / Gradle / Ivy
Show all versions of google-cloud-gke-backup 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.gkebackup.v1.stub;
import static com.google.cloud.gkebackup.v1.BackupForGKEClient.ListBackupPlansPagedResponse;
import static com.google.cloud.gkebackup.v1.BackupForGKEClient.ListBackupsPagedResponse;
import static com.google.cloud.gkebackup.v1.BackupForGKEClient.ListLocationsPagedResponse;
import static com.google.cloud.gkebackup.v1.BackupForGKEClient.ListRestorePlansPagedResponse;
import static com.google.cloud.gkebackup.v1.BackupForGKEClient.ListRestoresPagedResponse;
import static com.google.cloud.gkebackup.v1.BackupForGKEClient.ListVolumeBackupsPagedResponse;
import static com.google.cloud.gkebackup.v1.BackupForGKEClient.ListVolumeRestoresPagedResponse;
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.gkebackup.v1.Backup;
import com.google.cloud.gkebackup.v1.BackupPlan;
import com.google.cloud.gkebackup.v1.CreateBackupPlanRequest;
import com.google.cloud.gkebackup.v1.CreateBackupRequest;
import com.google.cloud.gkebackup.v1.CreateRestorePlanRequest;
import com.google.cloud.gkebackup.v1.CreateRestoreRequest;
import com.google.cloud.gkebackup.v1.DeleteBackupPlanRequest;
import com.google.cloud.gkebackup.v1.DeleteBackupRequest;
import com.google.cloud.gkebackup.v1.DeleteRestorePlanRequest;
import com.google.cloud.gkebackup.v1.DeleteRestoreRequest;
import com.google.cloud.gkebackup.v1.GetBackupIndexDownloadUrlRequest;
import com.google.cloud.gkebackup.v1.GetBackupIndexDownloadUrlResponse;
import com.google.cloud.gkebackup.v1.GetBackupPlanRequest;
import com.google.cloud.gkebackup.v1.GetBackupRequest;
import com.google.cloud.gkebackup.v1.GetRestorePlanRequest;
import com.google.cloud.gkebackup.v1.GetRestoreRequest;
import com.google.cloud.gkebackup.v1.GetVolumeBackupRequest;
import com.google.cloud.gkebackup.v1.GetVolumeRestoreRequest;
import com.google.cloud.gkebackup.v1.ListBackupPlansRequest;
import com.google.cloud.gkebackup.v1.ListBackupPlansResponse;
import com.google.cloud.gkebackup.v1.ListBackupsRequest;
import com.google.cloud.gkebackup.v1.ListBackupsResponse;
import com.google.cloud.gkebackup.v1.ListRestorePlansRequest;
import com.google.cloud.gkebackup.v1.ListRestorePlansResponse;
import com.google.cloud.gkebackup.v1.ListRestoresRequest;
import com.google.cloud.gkebackup.v1.ListRestoresResponse;
import com.google.cloud.gkebackup.v1.ListVolumeBackupsRequest;
import com.google.cloud.gkebackup.v1.ListVolumeBackupsResponse;
import com.google.cloud.gkebackup.v1.ListVolumeRestoresRequest;
import com.google.cloud.gkebackup.v1.ListVolumeRestoresResponse;
import com.google.cloud.gkebackup.v1.OperationMetadata;
import com.google.cloud.gkebackup.v1.Restore;
import com.google.cloud.gkebackup.v1.RestorePlan;
import com.google.cloud.gkebackup.v1.UpdateBackupPlanRequest;
import com.google.cloud.gkebackup.v1.UpdateBackupRequest;
import com.google.cloud.gkebackup.v1.UpdateRestorePlanRequest;
import com.google.cloud.gkebackup.v1.UpdateRestoreRequest;
import com.google.cloud.gkebackup.v1.VolumeBackup;
import com.google.cloud.gkebackup.v1.VolumeRestore;
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 BackupForGKE service API.
*
* This class is for advanced usage and reflects the underlying API directly.
*/
@Generated("by gapic-generator-java")
public abstract class BackupForGKEStub implements BackgroundResource {
public OperationsStub getOperationsStub() {
return null;
}
public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub() {
return null;
}
public OperationCallable
createBackupPlanOperationCallable() {
throw new UnsupportedOperationException("Not implemented: createBackupPlanOperationCallable()");
}
public UnaryCallable createBackupPlanCallable() {
throw new UnsupportedOperationException("Not implemented: createBackupPlanCallable()");
}
public UnaryCallable
listBackupPlansPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listBackupPlansPagedCallable()");
}
public UnaryCallable listBackupPlansCallable() {
throw new UnsupportedOperationException("Not implemented: listBackupPlansCallable()");
}
public UnaryCallable getBackupPlanCallable() {
throw new UnsupportedOperationException("Not implemented: getBackupPlanCallable()");
}
public OperationCallable
updateBackupPlanOperationCallable() {
throw new UnsupportedOperationException("Not implemented: updateBackupPlanOperationCallable()");
}
public UnaryCallable updateBackupPlanCallable() {
throw new UnsupportedOperationException("Not implemented: updateBackupPlanCallable()");
}
public OperationCallable
deleteBackupPlanOperationCallable() {
throw new UnsupportedOperationException("Not implemented: deleteBackupPlanOperationCallable()");
}
public UnaryCallable deleteBackupPlanCallable() {
throw new UnsupportedOperationException("Not implemented: deleteBackupPlanCallable()");
}
public OperationCallable
createBackupOperationCallable() {
throw new UnsupportedOperationException("Not implemented: createBackupOperationCallable()");
}
public UnaryCallable createBackupCallable() {
throw new UnsupportedOperationException("Not implemented: createBackupCallable()");
}
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
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
listVolumeBackupsPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listVolumeBackupsPagedCallable()");
}
public UnaryCallable
listVolumeBackupsCallable() {
throw new UnsupportedOperationException("Not implemented: listVolumeBackupsCallable()");
}
public UnaryCallable getVolumeBackupCallable() {
throw new UnsupportedOperationException("Not implemented: getVolumeBackupCallable()");
}
public OperationCallable
createRestorePlanOperationCallable() {
throw new UnsupportedOperationException(
"Not implemented: createRestorePlanOperationCallable()");
}
public UnaryCallable createRestorePlanCallable() {
throw new UnsupportedOperationException("Not implemented: createRestorePlanCallable()");
}
public UnaryCallable
listRestorePlansPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listRestorePlansPagedCallable()");
}
public UnaryCallable
listRestorePlansCallable() {
throw new UnsupportedOperationException("Not implemented: listRestorePlansCallable()");
}
public UnaryCallable getRestorePlanCallable() {
throw new UnsupportedOperationException("Not implemented: getRestorePlanCallable()");
}
public OperationCallable
updateRestorePlanOperationCallable() {
throw new UnsupportedOperationException(
"Not implemented: updateRestorePlanOperationCallable()");
}
public UnaryCallable updateRestorePlanCallable() {
throw new UnsupportedOperationException("Not implemented: updateRestorePlanCallable()");
}
public OperationCallable
deleteRestorePlanOperationCallable() {
throw new UnsupportedOperationException(
"Not implemented: deleteRestorePlanOperationCallable()");
}
public UnaryCallable deleteRestorePlanCallable() {
throw new UnsupportedOperationException("Not implemented: deleteRestorePlanCallable()");
}
public OperationCallable
createRestoreOperationCallable() {
throw new UnsupportedOperationException("Not implemented: createRestoreOperationCallable()");
}
public UnaryCallable createRestoreCallable() {
throw new UnsupportedOperationException("Not implemented: createRestoreCallable()");
}
public UnaryCallable listRestoresPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listRestoresPagedCallable()");
}
public UnaryCallable listRestoresCallable() {
throw new UnsupportedOperationException("Not implemented: listRestoresCallable()");
}
public UnaryCallable getRestoreCallable() {
throw new UnsupportedOperationException("Not implemented: getRestoreCallable()");
}
public OperationCallable
updateRestoreOperationCallable() {
throw new UnsupportedOperationException("Not implemented: updateRestoreOperationCallable()");
}
public UnaryCallable updateRestoreCallable() {
throw new UnsupportedOperationException("Not implemented: updateRestoreCallable()");
}
public OperationCallable
deleteRestoreOperationCallable() {
throw new UnsupportedOperationException("Not implemented: deleteRestoreOperationCallable()");
}
public UnaryCallable deleteRestoreCallable() {
throw new UnsupportedOperationException("Not implemented: deleteRestoreCallable()");
}
public UnaryCallable
listVolumeRestoresPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listVolumeRestoresPagedCallable()");
}
public UnaryCallable
listVolumeRestoresCallable() {
throw new UnsupportedOperationException("Not implemented: listVolumeRestoresCallable()");
}
public UnaryCallable getVolumeRestoreCallable() {
throw new UnsupportedOperationException("Not implemented: getVolumeRestoreCallable()");
}
public UnaryCallable
getBackupIndexDownloadUrlCallable() {
throw new UnsupportedOperationException("Not implemented: getBackupIndexDownloadUrlCallable()");
}
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();
}