public static final class BackupDrTemplateConfig.Builder extends GeneratedMessage.Builder<BackupDrTemplateConfig.Builder> implements BackupDrTemplateConfigOrBuilderProvides additional information about Google Cloud Backup and DR's Template backup configuration.
Protobuf type google.cloud.backupdr.v1.BackupDrTemplateConfig
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > BackupDrTemplateConfig.BuilderImplements
BackupDrTemplateConfigOrBuilderStatic 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 |
|
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 |
|
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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public BackupDrTemplateConfig.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
BackupDrTemplateConfig.Builder |
|
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 |
StringThe 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 |
ByteStringThe 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 |
StringThe 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 |
ByteStringThe bytes for thirdPartyManagementUri to set. |
| Returns | |
|---|---|
| Type | Description |
BackupDrTemplateConfig.Builder |
This builder for chaining. |