Interface ListBackupsResponseOrBuilder (0.1.0)

public interface ListBackupsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBackups(int index)

public abstract Backup getBackups(int index)

A list of backups.

repeated .google.cloud.sql.v1beta4.Backup backups = 1;

Parameter
Name Description
index int
Returns
Type Description
Backup

getBackupsCount()

public abstract int getBackupsCount()

A list of backups.

repeated .google.cloud.sql.v1beta4.Backup backups = 1;

Returns
Type Description
int

getBackupsList()

public abstract List<Backup> getBackupsList()

A list of backups.

repeated .google.cloud.sql.v1beta4.Backup backups = 1;

Returns
Type Description
List<Backup>

getBackupsOrBuilder(int index)

public abstract BackupOrBuilder getBackupsOrBuilder(int index)

A list of backups.

repeated .google.cloud.sql.v1beta4.Backup backups = 1;

Parameter
Name Description
index int
Returns
Type Description
BackupOrBuilder

getBackupsOrBuilderList()

public abstract List<? extends BackupOrBuilder> getBackupsOrBuilderList()

A list of backups.

repeated .google.cloud.sql.v1beta4.Backup backups = 1;

Returns
Type Description
List<? extends com.google.cloud.sql.v1beta4.BackupOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, then there aren't subsequent pages.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, then there aren't subsequent pages.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getWarnings(int index)

public abstract ApiWarning getWarnings(int index)

If a region isn't unavailable or if an unknown error occurs, then a warning message is returned.

repeated .google.cloud.sql.v1beta4.ApiWarning warnings = 3;

Parameter
Name Description
index int
Returns
Type Description
ApiWarning

getWarningsCount()

public abstract int getWarningsCount()

If a region isn't unavailable or if an unknown error occurs, then a warning message is returned.

repeated .google.cloud.sql.v1beta4.ApiWarning warnings = 3;

Returns
Type Description
int

getWarningsList()

public abstract List<ApiWarning> getWarningsList()

If a region isn't unavailable or if an unknown error occurs, then a warning message is returned.

repeated .google.cloud.sql.v1beta4.ApiWarning warnings = 3;

Returns
Type Description
List<ApiWarning>

getWarningsOrBuilder(int index)

public abstract ApiWarningOrBuilder getWarningsOrBuilder(int index)

If a region isn't unavailable or if an unknown error occurs, then a warning message is returned.

repeated .google.cloud.sql.v1beta4.ApiWarning warnings = 3;

Parameter
Name Description
index int
Returns
Type Description
ApiWarningOrBuilder

getWarningsOrBuilderList()

public abstract List<? extends ApiWarningOrBuilder> getWarningsOrBuilderList()

If a region isn't unavailable or if an unknown error occurs, then a warning message is returned.

repeated .google.cloud.sql.v1beta4.ApiWarning warnings = 3;

Returns
Type Description
List<? extends com.google.cloud.sql.v1beta4.ApiWarningOrBuilder>