Class BackupDrTemplateConfig.Builder (0.41.0)

public static final class BackupDrTemplateConfig.Builder extends GeneratedMessageV3.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

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public BackupDrTemplateConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
BackupDrTemplateConfig.Builder
Overrides

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

clearField(Descriptors.FieldDescriptor field)

public BackupDrTemplateConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
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.

clearOneof(Descriptors.OneofDescriptor oneof)

public BackupDrTemplateConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
BackupDrTemplateConfig.Builder
Overrides

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.

clone()

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

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 GeneratedMessageV3.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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final BackupDrTemplateConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
BackupDrTemplateConfig.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public BackupDrTemplateConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
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.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public BackupDrTemplateConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
BackupDrTemplateConfig.Builder
Overrides

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.

setUnknownFields(UnknownFieldSet unknownFields)

public final BackupDrTemplateConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
BackupDrTemplateConfig.Builder
Overrides