Interface DataSourceBackupApplianceApplicationOrBuilder (0.39.0)

publicinterface DataSourceBackupApplianceApplicationOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getApplianceId()

publicabstractlonggetApplianceId()

Appliance Id of the Backup Appliance.

int64 appliance_id = 3;

Returns
Type Description
long

The applianceId.

getApplicationId()

publicabstractlonggetApplicationId()

The appid field of the application within the Backup Appliance.

int64 application_id = 8;

Returns
Type Description
long

The applicationId.

getApplicationName()

publicabstractStringgetApplicationName()

The name of the Application as known to the Backup Appliance.

string application_name = 1;

Returns
Type Description
String

The applicationName.

getApplicationNameBytes()

publicabstractByteStringgetApplicationNameBytes()

The name of the Application as known to the Backup Appliance.

string application_name = 1;

Returns
Type Description
ByteString

The bytes for applicationName.

getBackupAppliance()

publicabstractStringgetBackupAppliance()

Appliance name.

string backup_appliance = 2;

Returns
Type Description
String

The backupAppliance.

getBackupApplianceBytes()

publicabstractByteStringgetBackupApplianceBytes()

Appliance name.

string backup_appliance = 2;

Returns
Type Description
ByteString

The bytes for backupAppliance.

getHostId()

publicabstractlonggetHostId()

Hostid of the application host.

int64 host_id = 7;

Returns
Type Description
long

The hostId.

getHostname()

publicabstractStringgetHostname()

Hostname of the host where the application is running.

string hostname = 6;

Returns
Type Description
String

The hostname.

getHostnameBytes()

publicabstractByteStringgetHostnameBytes()

Hostname of the host where the application is running.

string hostname = 6;

Returns
Type Description
ByteString

The bytes for hostname.

getType()

publicabstractStringgetType()

The type of the application. e.g. VMBackup

string type = 4;

Returns
Type Description
String

The type.

getTypeBytes()

publicabstractByteStringgetTypeBytes()

The type of the application. e.g. VMBackup

string type = 4;

Returns
Type Description
ByteString

The bytes for type.

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.