Interface BackupDrTemplateConfigOrBuilder (0.41.0)

public interface BackupDrTemplateConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFirstPartyManagementUri()

public abstract 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 abstract 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 abstract 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 abstract 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.