Interface GoldengateOggDeploymentOrBuilder (0.42.0)

public interface GoldengateOggDeploymentOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAdminPassword()

public abstract String getAdminPassword()

Optional. The Goldengate deployment console password in plain text.

string admin_password = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The adminPassword.

getAdminPasswordBytes()

public abstract ByteString getAdminPasswordBytes()

Optional. The Goldengate deployment console password in plain text.

string admin_password = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for adminPassword.

getAdminPasswordSecretVersion()

public abstract String getAdminPasswordSecretVersion()

Optional. Input only. The Goldengate deployment console password secret version.

string admin_password_secret_version = 10 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The adminPasswordSecretVersion.

getAdminPasswordSecretVersionBytes()

public abstract ByteString getAdminPasswordSecretVersionBytes()

Optional. Input only. The Goldengate deployment console password secret version.

string admin_password_secret_version = 10 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for adminPasswordSecretVersion.

getAdminUsername()

public abstract String getAdminUsername()

Required. The Goldengate deployment console username.

string admin_username = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The adminUsername.

getAdminUsernameBytes()

public abstract ByteString getAdminUsernameBytes()

Required. The Goldengate deployment console username.

string admin_username = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for adminUsername.

getCertificate()

public abstract String getCertificate()

Output only. The certificate of the GoldengateDeployment.

string certificate = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The certificate.

getCertificateBytes()

public abstract ByteString getCertificateBytes()

Output only. The certificate of the GoldengateDeployment.

string certificate = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for certificate.

getCredentialStore()

public abstract GoldengateOggDeployment.CredentialStore getCredentialStore()

Output only. The credential store of the GoldengateDeployment.

.google.cloud.oracledatabase.v1.GoldengateOggDeployment.CredentialStore credential_store = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
GoldengateOggDeployment.CredentialStore

The credentialStore.

getCredentialStoreValue()

public abstract int getCredentialStoreValue()

Output only. The credential store of the GoldengateDeployment.

.google.cloud.oracledatabase.v1.GoldengateOggDeployment.CredentialStore credential_store = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for credentialStore.

getDeployment()

public abstract String getDeployment()

Required. The name given to the Goldengate service deployment. The name must be 1 to 32 characters long, must contain only alphanumeric characters and must start with a letter.

string deployment = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The deployment.

getDeploymentBytes()

public abstract ByteString getDeploymentBytes()

Required. The name given to the Goldengate service deployment. The name must be 1 to 32 characters long, must contain only alphanumeric characters and must start with a letter.

string deployment = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for deployment.

getDeploymentPasswordOptionsCase()

public abstract GoldengateOggDeployment.DeploymentPasswordOptionsCase getDeploymentPasswordOptionsCase()
Returns
Type Description
GoldengateOggDeployment.DeploymentPasswordOptionsCase

getGroupRolesMapping()

public abstract GoldengateGroupToRolesMapping getGroupRolesMapping()

Output only. The group to roles mapping of the GoldengateDeployment.

.google.cloud.oracledatabase.v1.GoldengateGroupToRolesMapping group_roles_mapping = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
GoldengateGroupToRolesMapping

The groupRolesMapping.

getGroupRolesMappingOrBuilder()

public abstract GoldengateGroupToRolesMappingOrBuilder getGroupRolesMappingOrBuilder()

Output only. The group to roles mapping of the GoldengateDeployment.

.google.cloud.oracledatabase.v1.GoldengateGroupToRolesMapping group_roles_mapping = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
GoldengateGroupToRolesMappingOrBuilder

getIdentityDomainId()

public abstract String getIdentityDomainId()

Output only. The identity domain id of the GoldengateDeployment.

string identity_domain_id = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The identityDomainId.

getIdentityDomainIdBytes()

public abstract ByteString getIdentityDomainIdBytes()

Output only. The identity domain id of the GoldengateDeployment.

string identity_domain_id = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for identityDomainId.

getOggVersion()

public abstract String getOggVersion()

Optional. Version of OGG

string ogg_version = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The oggVersion.

getOggVersionBytes()

public abstract ByteString getOggVersionBytes()

Optional. Version of OGG

string ogg_version = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for oggVersion.

getPasswordSecretId()

public abstract String getPasswordSecretId()

Output only. The password secret id of the GoldengateDeployment.

string password_secret_id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The passwordSecretId.

getPasswordSecretIdBytes()

public abstract ByteString getPasswordSecretIdBytes()

Output only. The password secret id of the GoldengateDeployment.

string password_secret_id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for passwordSecretId.

hasAdminPassword()

public abstract boolean hasAdminPassword()

Optional. The Goldengate deployment console password in plain text.

string admin_password = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the adminPassword field is set.

hasAdminPasswordSecretVersion()

public abstract boolean hasAdminPasswordSecretVersion()

Optional. Input only. The Goldengate deployment console password secret version.

string admin_password_secret_version = 10 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
boolean

Whether the adminPasswordSecretVersion field is set.

hasGroupRolesMapping()

public abstract boolean hasGroupRolesMapping()

Output only. The group to roles mapping of the GoldengateDeployment.

.google.cloud.oracledatabase.v1.GoldengateGroupToRolesMapping group_roles_mapping = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the groupRolesMapping field is set.