Interface BackupApplianceBackupConfigOrBuilder (0.11.0)

publicinterface BackupApplianceBackupConfigOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getApplicationName()

publicabstractStringgetApplicationName()

The name of the application.

string application_name = 4;

Returns
Type Description
String

The applicationName.

getApplicationNameBytes()

publicabstractByteStringgetApplicationNameBytes()

The name of the application.

string application_name = 4;

Returns
Type Description
ByteString

The bytes for applicationName.

getBackupApplianceId()

publicabstractlonggetBackupApplianceId()

The ID of the backup appliance.

int64 backup_appliance_id = 2;

Returns
Type Description
long

The backupApplianceId.

getBackupApplianceName()

publicabstractStringgetBackupApplianceName()

The name of the backup appliance.

string backup_appliance_name = 1;

Returns
Type Description
String

The backupApplianceName.

getBackupApplianceNameBytes()

publicabstractByteStringgetBackupApplianceNameBytes()

The name of the backup appliance.

string backup_appliance_name = 1;

Returns
Type Description
ByteString

The bytes for backupApplianceName.

getHostName()

publicabstractStringgetHostName()

The name of the host where the application is running.

string host_name = 5;

Returns
Type Description
String

The hostName.

getHostNameBytes()

publicabstractByteStringgetHostNameBytes()

The name of the host where the application is running.

string host_name = 5;

Returns
Type Description
ByteString

The bytes for hostName.

getSlaId()

publicabstractlonggetSlaId()

The ID of the SLA of this application.

int64 sla_id = 3;

Returns
Type Description
long

The slaId.

getSlpName()

publicabstractStringgetSlpName()

The name of the SLP associated with the application.

string slp_name = 7;

Returns
Type Description
String

The slpName.

getSlpNameBytes()

publicabstractByteStringgetSlpNameBytes()

The name of the SLP associated with the application.

string slp_name = 7;

Returns
Type Description
ByteString

The bytes for slpName.

getSltName()

publicabstractStringgetSltName()

The name of the SLT associated with the application.

string slt_name = 6;

Returns
Type Description
String

The sltName.

getSltNameBytes()

publicabstractByteStringgetSltNameBytes()

The name of the SLT associated with the application.

string slt_name = 6;

Returns
Type Description
ByteString

The bytes for sltName.

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.