Interface ListBackupVaultsResponseOrBuilder (0.39.0)

publicinterface ListBackupVaultsResponseOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getBackupVaults(int index)

publicabstractBackupVaultgetBackupVaults(intindex)

The list of BackupVault instances in the project for the specified location.

If the '{location}' value in the request is "-", the response contains a list of instances from all locations. In case any location is unreachable, the response will only return backup vaults in reachable locations and the 'unreachable' field will be populated with a list of unreachable locations.

repeated .google.cloud.backupdr.v1.BackupVault backup_vaults = 1;

Parameter
Name Description
index int
Returns
Type Description
BackupVault

getBackupVaultsCount()

publicabstractintgetBackupVaultsCount()

The list of BackupVault instances in the project for the specified location.

If the '{location}' value in the request is "-", the response contains a list of instances from all locations. In case any location is unreachable, the response will only return backup vaults in reachable locations and the 'unreachable' field will be populated with a list of unreachable locations.

repeated .google.cloud.backupdr.v1.BackupVault backup_vaults = 1;

Returns
Type Description
int

getBackupVaultsList()

publicabstractList<BackupVault>getBackupVaultsList()

The list of BackupVault instances in the project for the specified location.

If the '{location}' value in the request is "-", the response contains a list of instances from all locations. In case any location is unreachable, the response will only return backup vaults in reachable locations and the 'unreachable' field will be populated with a list of unreachable locations.

repeated .google.cloud.backupdr.v1.BackupVault backup_vaults = 1;

Returns
Type Description
List<BackupVault>

getBackupVaultsOrBuilder(int index)

publicabstractBackupVaultOrBuildergetBackupVaultsOrBuilder(intindex)

The list of BackupVault instances in the project for the specified location.

If the '{location}' value in the request is "-", the response contains a list of instances from all locations. In case any location is unreachable, the response will only return backup vaults in reachable locations and the 'unreachable' field will be populated with a list of unreachable locations.

repeated .google.cloud.backupdr.v1.BackupVault backup_vaults = 1;

Parameter
Name Description
index int
Returns
Type Description
BackupVaultOrBuilder

getBackupVaultsOrBuilderList()

publicabstractList<?extendsBackupVaultOrBuilder>getBackupVaultsOrBuilderList()

The list of BackupVault instances in the project for the specified location.

If the '{location}' value in the request is "-", the response contains a list of instances from all locations. In case any location is unreachable, the response will only return backup vaults in reachable locations and the 'unreachable' field will be populated with a list of unreachable locations.

repeated .google.cloud.backupdr.v1.BackupVault backup_vaults = 1;

Returns
Type Description
List<? extends com.google.cloud.backupdr.v1.BackupVaultOrBuilder>

getNextPageToken()

publicabstractStringgetNextPageToken()

A token identifying a page of results the server should return.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

publicabstractByteStringgetNextPageTokenBytes()

A token identifying a page of results the server should return.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getUnreachable(int index)

publicabstractStringgetUnreachable(intindex)

Locations that could not be reached.

repeated string unreachable = 3;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The unreachable at the given index.

getUnreachableBytes(int index)

publicabstractByteStringgetUnreachableBytes(intindex)

Locations that could not be reached.

repeated string unreachable = 3;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the unreachable at the given index.

getUnreachableCount()

publicabstractintgetUnreachableCount()

Locations that could not be reached.

repeated string unreachable = 3;

Returns
Type Description
int

The count of unreachable.

getUnreachableList()

publicabstractList<String>getUnreachableList()

Locations that could not be reached.

repeated string unreachable = 3;

Returns
Type Description
List<String>

A list containing the unreachable.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.