Class BackupDrTemplateConfig.Builder (0.42.0)

public static final class BackupDrTemplateConfig.Builder extends GeneratedMessage.Builder<BackupDrTemplateConfig.Builder> implements BackupDrTemplateConfigOrBuilder

Provides additional information about Google Cloud Backup and DR's Template backup configuration.

Protobuf type google.cloud.backupdr.v1.BackupDrTemplateConfig

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public BackupDrTemplateConfig build()
Returns
Type Description
BackupDrTemplateConfig

buildPartial()

public BackupDrTemplateConfig buildPartial()
Returns
Type Description
BackupDrTemplateConfig

clear()

public BackupDrTemplateConfig.Builder clear()
Returns
Type Description
BackupDrTemplateConfig.Builder
Overrides

clearFirstPartyManagementUri()

public BackupDrTemplateConfig.Builder clearFirstPartyManagementUri()

Output only. The URI of the BackupDr template resource for the first party identity users.

string first_party_management_uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
BackupDrTemplateConfig.Builder

This builder for chaining.

clearThirdPartyManagementUri()

public BackupDrTemplateConfig.Builder clearThirdPartyManagementUri()

Output only. The URI of the BackupDr template resource for the third party identity users.

string third_party_management_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
BackupDrTemplateConfig.Builder

This builder for chaining.

getDefaultInstanceForType()

public BackupDrTemplateConfig getDefaultInstanceForType()
Returns
Type Description
BackupDrTemplateConfig

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getFirstPartyManagementUri()

public String getFirstPartyManagementUri()

Output only. The URI of the BackupDr template resource for the first party identity users.

string first_party_management_uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The firstPartyManagementUri.

getFirstPartyManagementUriBytes()

public ByteString getFirstPartyManagementUriBytes()

Output only. The URI of the BackupDr template resource for the first party identity users.

string first_party_management_uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for firstPartyManagementUri.

getThirdPartyManagementUri()

public String getThirdPartyManagementUri()

Output only. The URI of the BackupDr template resource for the third party identity users.

string third_party_management_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The thirdPartyManagementUri.

getThirdPartyManagementUriBytes()

public ByteString getThirdPartyManagementUriBytes()

Output only. The URI of the BackupDr template resource for the third party identity users.

string third_party_management_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for thirdPartyManagementUri.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(BackupDrTemplateConfig other)

public BackupDrTemplateConfig.Builder mergeFrom(BackupDrTemplateConfig other)
Parameter
Name Description
other BackupDrTemplateConfig
Returns
Type Description
BackupDrTemplateConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public BackupDrTemplateConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BackupDrTemplateConfig.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public BackupDrTemplateConfig.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
BackupDrTemplateConfig.Builder
Overrides

setFirstPartyManagementUri(String value)

public BackupDrTemplateConfig.Builder setFirstPartyManagementUri(String value)

Output only. The URI of the BackupDr template resource for the first party identity users.

string first_party_management_uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The firstPartyManagementUri to set.

Returns
Type Description
BackupDrTemplateConfig.Builder

This builder for chaining.

setFirstPartyManagementUriBytes(ByteString value)

public BackupDrTemplateConfig.Builder setFirstPartyManagementUriBytes(ByteString value)

Output only. The URI of the BackupDr template resource for the first party identity users.

string first_party_management_uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes for firstPartyManagementUri to set.

Returns
Type Description
BackupDrTemplateConfig.Builder

This builder for chaining.

setThirdPartyManagementUri(String value)

public BackupDrTemplateConfig.Builder setThirdPartyManagementUri(String value)

Output only. The URI of the BackupDr template resource for the third party identity users.

string third_party_management_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The thirdPartyManagementUri to set.

Returns
Type Description
BackupDrTemplateConfig.Builder

This builder for chaining.

setThirdPartyManagementUriBytes(ByteString value)

public BackupDrTemplateConfig.Builder setThirdPartyManagementUriBytes(ByteString value)

Output only. The URI of the BackupDr template resource for the third party identity users.

string third_party_management_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes for thirdPartyManagementUri to set.

Returns
Type Description
BackupDrTemplateConfig.Builder

This builder for chaining.