Class BackupApplianceBackupConfig (0.39.0)

publicfinalclass BackupApplianceBackupConfigextendsGeneratedMessageV3implementsBackupApplianceBackupConfigOrBuilder

BackupApplianceBackupConfig captures the backup configuration for applications that are protected by Backup Appliances.

Protobuf type google.cloud.backupdr.v1.BackupApplianceBackupConfig

Inherited Members

com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)

Static Fields

APPLICATION_NAME_FIELD_NUMBER

publicstaticfinalintAPPLICATION_NAME_FIELD_NUMBER
Field Value
Type Description
int

BACKUP_APPLIANCE_ID_FIELD_NUMBER

publicstaticfinalintBACKUP_APPLIANCE_ID_FIELD_NUMBER
Field Value
Type Description
int

BACKUP_APPLIANCE_NAME_FIELD_NUMBER

publicstaticfinalintBACKUP_APPLIANCE_NAME_FIELD_NUMBER
Field Value
Type Description
int

HOST_NAME_FIELD_NUMBER

publicstaticfinalintHOST_NAME_FIELD_NUMBER
Field Value
Type Description
int

SLA_ID_FIELD_NUMBER

publicstaticfinalintSLA_ID_FIELD_NUMBER
Field Value
Type Description
int

SLP_NAME_FIELD_NUMBER

publicstaticfinalintSLP_NAME_FIELD_NUMBER
Field Value
Type Description
int

SLT_NAME_FIELD_NUMBER

publicstaticfinalintSLT_NAME_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

publicstaticBackupApplianceBackupConfiggetDefaultInstance()
Returns
Type Description
BackupApplianceBackupConfig

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

newBuilder()

publicstaticBackupApplianceBackupConfig.BuildernewBuilder()
Returns
Type Description
BackupApplianceBackupConfig.Builder

newBuilder(BackupApplianceBackupConfig prototype)

publicstaticBackupApplianceBackupConfig.BuildernewBuilder(BackupApplianceBackupConfigprototype)
Parameter
Name Description
prototype BackupApplianceBackupConfig
Returns
Type Description
BackupApplianceBackupConfig.Builder

parseDelimitedFrom(InputStream input)

publicstaticBackupApplianceBackupConfigparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
BackupApplianceBackupConfig
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticBackupApplianceBackupConfigparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BackupApplianceBackupConfig
Exceptions
Type Description
IOException

parseFrom(byte[] data)

publicstaticBackupApplianceBackupConfigparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
BackupApplianceBackupConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticBackupApplianceBackupConfigparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BackupApplianceBackupConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticBackupApplianceBackupConfigparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
BackupApplianceBackupConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticBackupApplianceBackupConfigparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BackupApplianceBackupConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticBackupApplianceBackupConfigparseFrom(CodedInputStreaminput)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
BackupApplianceBackupConfig
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticBackupApplianceBackupConfigparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BackupApplianceBackupConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input)

publicstaticBackupApplianceBackupConfigparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
BackupApplianceBackupConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticBackupApplianceBackupConfigparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BackupApplianceBackupConfig
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

publicstaticBackupApplianceBackupConfigparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
BackupApplianceBackupConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticBackupApplianceBackupConfigparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BackupApplianceBackupConfig
Exceptions
Type Description
InvalidProtocolBufferException

parser()

publicstaticParser<BackupApplianceBackupConfig>parser()
Returns
Type Description
Parser<BackupApplianceBackupConfig>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getApplicationName()

publicStringgetApplicationName()

The name of the application.

string application_name = 4;

Returns
Type Description
String

The applicationName.

getApplicationNameBytes()

publicByteStringgetApplicationNameBytes()

The name of the application.

string application_name = 4;

Returns
Type Description
ByteString

The bytes for applicationName.

getBackupApplianceId()

publiclonggetBackupApplianceId()

The ID of the backup appliance.

int64 backup_appliance_id = 2;

Returns
Type Description
long

The backupApplianceId.

getBackupApplianceName()

publicStringgetBackupApplianceName()

The name of the backup appliance.

string backup_appliance_name = 1;

Returns
Type Description
String

The backupApplianceName.

getBackupApplianceNameBytes()

publicByteStringgetBackupApplianceNameBytes()

The name of the backup appliance.

string backup_appliance_name = 1;

Returns
Type Description
ByteString

The bytes for backupApplianceName.

getDefaultInstanceForType()

publicBackupApplianceBackupConfiggetDefaultInstanceForType()
Returns
Type Description
BackupApplianceBackupConfig

getHostName()

publicStringgetHostName()

The name of the host where the application is running.

string host_name = 5;

Returns
Type Description
String

The hostName.

getHostNameBytes()

publicByteStringgetHostNameBytes()

The name of the host where the application is running.

string host_name = 5;

Returns
Type Description
ByteString

The bytes for hostName.

getParserForType()

publicParser<BackupApplianceBackupConfig>getParserForType()
Returns
Type Description
Parser<BackupApplianceBackupConfig>
Overrides

getSerializedSize()

publicintgetSerializedSize()
Returns
Type Description
int
Overrides

getSlaId()

publiclonggetSlaId()

The ID of the SLA of this application.

int64 sla_id = 3;

Returns
Type Description
long

The slaId.

getSlpName()

publicStringgetSlpName()

The name of the SLP associated with the application.

string slp_name = 7;

Returns
Type Description
String

The slpName.

getSlpNameBytes()

publicByteStringgetSlpNameBytes()

The name of the SLP associated with the application.

string slp_name = 7;

Returns
Type Description
ByteString

The bytes for slpName.

getSltName()

publicStringgetSltName()

The name of the SLT associated with the application.

string slt_name = 6;

Returns
Type Description
String

The sltName.

getSltNameBytes()

publicByteStringgetSltNameBytes()

The name of the SLT associated with the application.

string slt_name = 6;

Returns
Type Description
ByteString

The bytes for sltName.

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

publicBackupApplianceBackupConfig.BuildernewBuilderForType()
Returns
Type Description
BackupApplianceBackupConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedBackupApplianceBackupConfig.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
BackupApplianceBackupConfig.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

publicBackupApplianceBackupConfig.BuildertoBuilder()
Returns
Type Description
BackupApplianceBackupConfig.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException

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.