Interface GoldengateDeploymentPropertiesOrBuilder (0.42.0)

public interface GoldengateDeploymentPropertiesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBackupSchedule()

public abstract GoldengateBackupSchedule getBackupSchedule()

Output only. The backup schedule of the GoldengateDeployment.

.google.cloud.oracledatabase.v1.GoldengateBackupSchedule backup_schedule = 31 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
GoldengateBackupSchedule

The backupSchedule.

getBackupScheduleOrBuilder()

public abstract GoldengateBackupScheduleOrBuilder getBackupScheduleOrBuilder()

Output only. The backup schedule of the GoldengateDeployment.

.google.cloud.oracledatabase.v1.GoldengateBackupSchedule backup_schedule = 31 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
GoldengateBackupScheduleOrBuilder

getCategory()

public abstract GoldengateDeploymentProperties.GoldengateDeploymentCategory getCategory()

Output only. The category of the GoldengateDeployment.

.google.cloud.oracledatabase.v1.GoldengateDeploymentProperties.GoldengateDeploymentCategory category = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
GoldengateDeploymentProperties.GoldengateDeploymentCategory

The category.

getCategoryValue()

public abstract int getCategoryValue()

Output only. The category of the GoldengateDeployment.

.google.cloud.oracledatabase.v1.GoldengateDeploymentProperties.GoldengateDeploymentCategory category = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for category.

getCpuCoreCount()

public abstract int getCpuCoreCount()

Optional. The Minimum number of OCPUs to be made available for this Deployment.

int32 cpu_core_count = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The cpuCoreCount.

getDeploymentBackupId()

public abstract String getDeploymentBackupId()

Output only. The deployment backup id of the GoldengateDeployment.

string deployment_backup_id = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The deploymentBackupId.

getDeploymentBackupIdBytes()

public abstract ByteString getDeploymentBackupIdBytes()

Output only. The deployment backup id of the GoldengateDeployment.

string deployment_backup_id = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for deploymentBackupId.

getDeploymentDiagnosticData()

public abstract DeploymentDiagnosticData getDeploymentDiagnosticData()

Output only. The deployment diagnostic data of the GoldengateDeployment.

.google.cloud.oracledatabase.v1.DeploymentDiagnosticData deployment_diagnostic_data = 30 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DeploymentDiagnosticData

The deploymentDiagnosticData.

getDeploymentDiagnosticDataOrBuilder()

public abstract DeploymentDiagnosticDataOrBuilder getDeploymentDiagnosticDataOrBuilder()

Output only. The deployment diagnostic data of the GoldengateDeployment.

.google.cloud.oracledatabase.v1.DeploymentDiagnosticData deployment_diagnostic_data = 30 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DeploymentDiagnosticDataOrBuilder

getDeploymentRole()

public abstract GoldengateDeploymentProperties.GoldengateDeploymentRoleType getDeploymentRole()

Output only. The deployment role of the GoldengateDeployment.

.google.cloud.oracledatabase.v1.GoldengateDeploymentProperties.GoldengateDeploymentRoleType deployment_role = 37 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
GoldengateDeploymentProperties.GoldengateDeploymentRoleType

The deploymentRole.

getDeploymentRoleValue()

public abstract int getDeploymentRoleValue()

Output only. The deployment role of the GoldengateDeployment.

.google.cloud.oracledatabase.v1.GoldengateDeploymentProperties.GoldengateDeploymentRoleType deployment_role = 37 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for deploymentRole.

getDeploymentType()

public abstract String getDeploymentType()

Required. A valid Goldengate Deployment type. For a list of supported types, use the ListGoldengateDeploymentTypes operation.

string deployment_type = 8 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The deploymentType.

getDeploymentTypeBytes()

public abstract ByteString getDeploymentTypeBytes()

Required. A valid Goldengate Deployment type. For a list of supported types, use the ListGoldengateDeploymentTypes operation.

string deployment_type = 8 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for deploymentType.

getDeploymentUrl()

public abstract String getDeploymentUrl()

Output only. The deployment url of the GoldengateDeployment.

string deployment_url = 25 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The deploymentUrl.

getDeploymentUrlBytes()

public abstract ByteString getDeploymentUrlBytes()

Output only. The deployment url of the GoldengateDeployment.

string deployment_url = 25 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for deploymentUrl.

getDescription()

public abstract String getDescription()

Optional. The description of the GoldengateDeployment.

string description = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

Optional. The description of the GoldengateDeployment.

string description = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for description.

getEnvironmentType()

public abstract String getEnvironmentType()

Optional. The environment type of the GoldengateDeployment.

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

Returns
Type Description
String

The environmentType.

getEnvironmentTypeBytes()

public abstract ByteString getEnvironmentTypeBytes()

Optional. The environment type of the GoldengateDeployment.

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

Returns
Type Description
ByteString

The bytes for environmentType.

getFqdn()

public abstract String getFqdn()

Output only. The Fully Qualified Domain Name of the GoldengateDeployment.

string fqdn = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The fqdn.

getFqdnBytes()

public abstract ByteString getFqdnBytes()

Output only. The Fully Qualified Domain Name of the GoldengateDeployment.

string fqdn = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for fqdn.

getHealthy()

public abstract boolean getHealthy()

Output only. Whether the GoldengateDeployment is healthy.

bool healthy = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

The healthy.

getIngressIps(int index)

public abstract IngressIp getIngressIps(int index)

Output only. The ingress ips of the GoldengateDeployment.

repeated .google.cloud.oracledatabase.v1.IngressIp ingress_ips = 36 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
IngressIp

getIngressIpsCount()

public abstract int getIngressIpsCount()

Output only. The ingress ips of the GoldengateDeployment.

repeated .google.cloud.oracledatabase.v1.IngressIp ingress_ips = 36 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getIngressIpsList()

public abstract List<IngressIp> getIngressIpsList()

Output only. The ingress ips of the GoldengateDeployment.

repeated .google.cloud.oracledatabase.v1.IngressIp ingress_ips = 36 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<IngressIp>

getIngressIpsOrBuilder(int index)

public abstract IngressIpOrBuilder getIngressIpsOrBuilder(int index)

Output only. The ingress ips of the GoldengateDeployment.

repeated .google.cloud.oracledatabase.v1.IngressIp ingress_ips = 36 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
IngressIpOrBuilder

getIngressIpsOrBuilderList()

public abstract List<? extends IngressIpOrBuilder> getIngressIpsOrBuilderList()

Output only. The ingress ips of the GoldengateDeployment.

repeated .google.cloud.oracledatabase.v1.IngressIp ingress_ips = 36 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.oracledatabase.v1.IngressIpOrBuilder>

getIsAutoScalingEnabled()

public abstract boolean getIsAutoScalingEnabled()

Optional. Indicates if auto scaling is enabled for the Deployment's CPU core count.

bool is_auto_scaling_enabled = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The isAutoScalingEnabled.

getIsLatestVersion()

public abstract boolean getIsLatestVersion()

Output only. Whether the GoldengateDeployment is of the latest version.

bool is_latest_version = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

The isLatestVersion.

getIsPublic()

public abstract boolean getIsPublic()

Output only. Whether the GoldengateDeployment is public.

bool is_public = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

The isPublic.

getIsStorageUtilizationLimitExceeded()

public abstract boolean getIsStorageUtilizationLimitExceeded()

Output only. Whether storage utilization limit is exceeded of the GoldengateDeployment.

bool is_storage_utilization_limit_exceeded = 29 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

The isStorageUtilizationLimitExceeded.

getLastBackupScheduleTime()

public abstract Timestamp getLastBackupScheduleTime()

Output only. The time last backup scheduled of the GoldengateDeployment.

.google.protobuf.Timestamp last_backup_schedule_time = 38 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The lastBackupScheduleTime.

getLastBackupScheduleTimeOrBuilder()

public abstract TimestampOrBuilder getLastBackupScheduleTimeOrBuilder()

Output only. The time last backup scheduled of the GoldengateDeployment.

.google.protobuf.Timestamp last_backup_schedule_time = 38 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getLicenseModel()

public abstract GoldengateDeploymentProperties.LicenseModel getLicenseModel()

Optional. The Oracle license model that applies to a Deployment.

.google.cloud.oracledatabase.v1.GoldengateDeploymentProperties.LicenseModel license_model = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
GoldengateDeploymentProperties.LicenseModel

The licenseModel.

getLicenseModelValue()

public abstract int getLicenseModelValue()

Optional. The Oracle license model that applies to a Deployment.

.google.cloud.oracledatabase.v1.GoldengateDeploymentProperties.LicenseModel license_model = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for licenseModel.

getLifecycleDetails()

public abstract String getLifecycleDetails()

Output only. The lifecycle details of the GoldengateDeployment.

string lifecycle_details = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The lifecycleDetails.

getLifecycleDetailsBytes()

public abstract ByteString getLifecycleDetailsBytes()

Output only. The lifecycle details of the GoldengateDeployment.

string lifecycle_details = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for lifecycleDetails.

getLifecycleState()

public abstract GoldengateDeploymentProperties.GoldengateDeploymentLifecycleState getLifecycleState()

Output only. State of the GoldengateDeployment.

.google.cloud.oracledatabase.v1.GoldengateDeploymentProperties.GoldengateDeploymentLifecycleState lifecycle_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
GoldengateDeploymentProperties.GoldengateDeploymentLifecycleState

The lifecycleState.

getLifecycleStateValue()

public abstract int getLifecycleStateValue()

Output only. State of the GoldengateDeployment.

.google.cloud.oracledatabase.v1.GoldengateDeploymentProperties.GoldengateDeploymentLifecycleState lifecycle_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for lifecycleState.

getLifecycleSubState()

public abstract GoldengateDeploymentProperties.GoldengateDeploymentLifecycleSubState getLifecycleSubState()

Output only. The lifecycle sub-state of the GoldengateDeployment.

.google.cloud.oracledatabase.v1.GoldengateDeploymentProperties.GoldengateDeploymentLifecycleSubState lifecycle_sub_state = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
GoldengateDeploymentProperties.GoldengateDeploymentLifecycleSubState

The lifecycleSubState.

getLifecycleSubStateValue()

public abstract int getLifecycleSubStateValue()

Output only. The lifecycle sub-state of the GoldengateDeployment.

.google.cloud.oracledatabase.v1.GoldengateDeploymentProperties.GoldengateDeploymentLifecycleSubState lifecycle_sub_state = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for lifecycleSubState.

getLoadBalancerId()

public abstract String getLoadBalancerId()

Output only. The load balancer id of the GoldengateDeployment.

string load_balancer_id = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The loadBalancerId.

getLoadBalancerIdBytes()

public abstract ByteString getLoadBalancerIdBytes()

Output only. The load balancer id of the GoldengateDeployment.

string load_balancer_id = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for loadBalancerId.

getLoadBalancerSubnetId()

public abstract String getLoadBalancerSubnetId()

Output only. The load balancer subnet id of the GoldengateDeployment.

string load_balancer_subnet_id = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The loadBalancerSubnetId.

getLoadBalancerSubnetIdBytes()

public abstract ByteString getLoadBalancerSubnetIdBytes()

Output only. The load balancer subnet id of the GoldengateDeployment.

string load_balancer_subnet_id = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for loadBalancerSubnetId.

getLocks(int index)

public abstract GoldengateDeploymentLock getLocks(int index)

Output only. The locks of the GoldengateDeployment.

repeated .google.cloud.oracledatabase.v1.GoldengateDeploymentLock locks = 41 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
GoldengateDeploymentLock

getLocksCount()

public abstract int getLocksCount()

Output only. The locks of the GoldengateDeployment.

repeated .google.cloud.oracledatabase.v1.GoldengateDeploymentLock locks = 41 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getLocksList()

public abstract List<GoldengateDeploymentLock> getLocksList()

Output only. The locks of the GoldengateDeployment.

repeated .google.cloud.oracledatabase.v1.GoldengateDeploymentLock locks = 41 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<GoldengateDeploymentLock>

getLocksOrBuilder(int index)

public abstract GoldengateDeploymentLockOrBuilder getLocksOrBuilder(int index)

Output only. The locks of the GoldengateDeployment.

repeated .google.cloud.oracledatabase.v1.GoldengateDeploymentLock locks = 41 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
GoldengateDeploymentLockOrBuilder

getLocksOrBuilderList()

public abstract List<? extends GoldengateDeploymentLockOrBuilder> getLocksOrBuilderList()

Output only. The locks of the GoldengateDeployment.

repeated .google.cloud.oracledatabase.v1.GoldengateDeploymentLock locks = 41 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.oracledatabase.v1.GoldengateDeploymentLockOrBuilder>

getMaintenanceConfig()

public abstract GoldengateMaintenanceConfig getMaintenanceConfig()

Optional. The maintenance configuration of the GoldengateDeployment.

.google.cloud.oracledatabase.v1.GoldengateMaintenanceConfig maintenance_config = 11 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
GoldengateMaintenanceConfig

The maintenanceConfig.

getMaintenanceConfigOrBuilder()

public abstract GoldengateMaintenanceConfigOrBuilder getMaintenanceConfigOrBuilder()

Optional. The maintenance configuration of the GoldengateDeployment.

.google.cloud.oracledatabase.v1.GoldengateMaintenanceConfig maintenance_config = 11 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
GoldengateMaintenanceConfigOrBuilder

getMaintenanceWindow()

public abstract GoldengateMaintenanceWindow getMaintenanceWindow()

Optional. The maintenance window of the GoldengateDeployment.

.google.cloud.oracledatabase.v1.GoldengateMaintenanceWindow maintenance_window = 10 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
GoldengateMaintenanceWindow

The maintenanceWindow.

getMaintenanceWindowOrBuilder()

public abstract GoldengateMaintenanceWindowOrBuilder getMaintenanceWindowOrBuilder()

Optional. The maintenance window of the GoldengateDeployment.

.google.cloud.oracledatabase.v1.GoldengateMaintenanceWindow maintenance_window = 10 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
GoldengateMaintenanceWindowOrBuilder

getNextBackupScheduleTime()

public abstract Timestamp getNextBackupScheduleTime()

Output only. The time next backup scheduled of the GoldengateDeployment.

.google.protobuf.Timestamp next_backup_schedule_time = 39 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The nextBackupScheduleTime.

getNextBackupScheduleTimeOrBuilder()

public abstract TimestampOrBuilder getNextBackupScheduleTimeOrBuilder()

Output only. The time next backup scheduled of the GoldengateDeployment.

.google.protobuf.Timestamp next_backup_schedule_time = 39 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getNextMaintenanceActionType()

public abstract GoldengateDeploymentProperties.NextMaintenanceActionType getNextMaintenanceActionType()

Output only. The next maintenance action type of the GoldengateDeployment.

.google.cloud.oracledatabase.v1.GoldengateDeploymentProperties.NextMaintenanceActionType next_maintenance_action_type = 33 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
GoldengateDeploymentProperties.NextMaintenanceActionType

The nextMaintenanceActionType.

getNextMaintenanceActionTypeValue()

public abstract int getNextMaintenanceActionTypeValue()

Output only. The next maintenance action type of the GoldengateDeployment.

.google.cloud.oracledatabase.v1.GoldengateDeploymentProperties.NextMaintenanceActionType next_maintenance_action_type = 33 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for nextMaintenanceActionType.

getNextMaintenanceDescription()

public abstract String getNextMaintenanceDescription()

Output only. The next maintenance description of the GoldengateDeployment.

string next_maintenance_description = 34 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The nextMaintenanceDescription.

getNextMaintenanceDescriptionBytes()

public abstract ByteString getNextMaintenanceDescriptionBytes()

Output only. The next maintenance description of the GoldengateDeployment.

string next_maintenance_description = 34 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for nextMaintenanceDescription.

getNextMaintenanceTime()

public abstract Timestamp getNextMaintenanceTime()

Output only. The time of next maintenance of the GoldengateDeployment.

.google.protobuf.Timestamp next_maintenance_time = 32 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The nextMaintenanceTime.

getNextMaintenanceTimeOrBuilder()

public abstract TimestampOrBuilder getNextMaintenanceTimeOrBuilder()

Output only. The time of next maintenance of the GoldengateDeployment.

.google.protobuf.Timestamp next_maintenance_time = 32 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getNsgIds(int index)

public abstract String getNsgIds(int index)

Output only. The nsg ids of the GoldengateDeployment.

repeated string nsg_ids = 21 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The nsgIds at the given index.

getNsgIdsBytes(int index)

public abstract ByteString getNsgIdsBytes(int index)

Output only. The nsg ids of the GoldengateDeployment.

repeated string nsg_ids = 21 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the nsgIds at the given index.

getNsgIdsCount()

public abstract int getNsgIdsCount()

Output only. The nsg ids of the GoldengateDeployment.

repeated string nsg_ids = 21 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The count of nsgIds.

getNsgIdsList()

public abstract List<String> getNsgIdsList()

Output only. The nsg ids of the GoldengateDeployment.

repeated string nsg_ids = 21 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<String>

A list containing the nsgIds.

getOcid()

public abstract String getOcid()

Output only. OCID of the GoldengateDeployment.

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

Returns
Type Description
String

The ocid.

getOcidBytes()

public abstract ByteString getOcidBytes()

Output only. OCID of the GoldengateDeployment.

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

Returns
Type Description
ByteString

The bytes for ocid.

getOggData()

public abstract GoldengateOggDeployment getOggData()

Required. The ogg data of the GoldengateDeployment.

.google.cloud.oracledatabase.v1.GoldengateOggDeployment ogg_data = 9 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GoldengateOggDeployment

The oggData.

getOggDataOrBuilder()

public abstract GoldengateOggDeploymentOrBuilder getOggDataOrBuilder()

Required. The ogg data of the GoldengateDeployment.

.google.cloud.oracledatabase.v1.GoldengateOggDeployment ogg_data = 9 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GoldengateOggDeploymentOrBuilder

getOggVersionSupportEndTime()

public abstract Timestamp getOggVersionSupportEndTime()

Output only. The time ogg version supported until of the GoldengateDeployment.

.google.protobuf.Timestamp ogg_version_support_end_time = 35 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The oggVersionSupportEndTime.

getOggVersionSupportEndTimeOrBuilder()

public abstract TimestampOrBuilder getOggVersionSupportEndTimeOrBuilder()

Output only. The time ogg version supported until of the GoldengateDeployment.

.google.protobuf.Timestamp ogg_version_support_end_time = 35 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getPlacements(int index)

public abstract GoldengatePlacement getPlacements(int index)

Output only. The placements of the GoldengateDeployment.

repeated .google.cloud.oracledatabase.v1.GoldengatePlacement placements = 42 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
GoldengatePlacement

getPlacementsCount()

public abstract int getPlacementsCount()

Output only. The placements of the GoldengateDeployment.

repeated .google.cloud.oracledatabase.v1.GoldengatePlacement placements = 42 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getPlacementsList()

public abstract List<GoldengatePlacement> getPlacementsList()

Output only. The placements of the GoldengateDeployment.

repeated .google.cloud.oracledatabase.v1.GoldengatePlacement placements = 42 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<GoldengatePlacement>

getPlacementsOrBuilder(int index)

public abstract GoldengatePlacementOrBuilder getPlacementsOrBuilder(int index)

Output only. The placements of the GoldengateDeployment.

repeated .google.cloud.oracledatabase.v1.GoldengatePlacement placements = 42 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
GoldengatePlacementOrBuilder

getPlacementsOrBuilderList()

public abstract List<? extends GoldengatePlacementOrBuilder> getPlacementsOrBuilderList()

Output only. The placements of the GoldengateDeployment.

repeated .google.cloud.oracledatabase.v1.GoldengatePlacement placements = 42 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.oracledatabase.v1.GoldengatePlacementOrBuilder>

getPrivateIpAddress()

public abstract String getPrivateIpAddress()

Output only. The private ip address of the GoldengateDeployment.

string private_ip_address = 24 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }

Returns
Type Description
String

The privateIpAddress.

getPrivateIpAddressBytes()

public abstract ByteString getPrivateIpAddressBytes()

Output only. The private ip address of the GoldengateDeployment.

string private_ip_address = 24 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }

Returns
Type Description
ByteString

The bytes for privateIpAddress.

getPublicIpAddress()

public abstract String getPublicIpAddress()

Output only. The public ip address of the GoldengateDeployment.

string public_ip_address = 23 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }

Returns
Type Description
String

The publicIpAddress.

getPublicIpAddressBytes()

public abstract ByteString getPublicIpAddressBytes()

Output only. The public ip address of the GoldengateDeployment.

string public_ip_address = 23 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }

Returns
Type Description
ByteString

The bytes for publicIpAddress.

getRoleChangeTime()

public abstract Timestamp getRoleChangeTime()

Output only. The time when the role of the GoldengateDeployment was changed.

.google.protobuf.Timestamp role_change_time = 40 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The roleChangeTime.

getRoleChangeTimeOrBuilder()

public abstract TimestampOrBuilder getRoleChangeTimeOrBuilder()

Output only. The time when the role of the GoldengateDeployment was changed.

.google.protobuf.Timestamp role_change_time = 40 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getStorageUtilizationBytes()

public abstract long getStorageUtilizationBytes()

Output only. The storage utilization in bytes of the GoldengateDeployment.

int64 storage_utilization_bytes = 28 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The storageUtilizationBytes.

getUpdateTime()

public abstract Timestamp getUpdateTime()

Output only. The time the GoldengateDeployment was updated.

.google.protobuf.Timestamp update_time = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. The time the GoldengateDeployment was updated.

.google.protobuf.Timestamp update_time = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getUpgradeRequiredTime()

public abstract Timestamp getUpgradeRequiredTime()

Output only. The time upgrade required of the GoldengateDeployment.

.google.protobuf.Timestamp upgrade_required_time = 27 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The upgradeRequiredTime.

getUpgradeRequiredTimeOrBuilder()

public abstract TimestampOrBuilder getUpgradeRequiredTimeOrBuilder()

Output only. The time upgrade required of the GoldengateDeployment.

.google.protobuf.Timestamp upgrade_required_time = 27 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

hasBackupSchedule()

public abstract boolean hasBackupSchedule()

Output only. The backup schedule of the GoldengateDeployment.

.google.cloud.oracledatabase.v1.GoldengateBackupSchedule backup_schedule = 31 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the backupSchedule field is set.

hasDeploymentDiagnosticData()

public abstract boolean hasDeploymentDiagnosticData()

Output only. The deployment diagnostic data of the GoldengateDeployment.

.google.cloud.oracledatabase.v1.DeploymentDiagnosticData deployment_diagnostic_data = 30 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the deploymentDiagnosticData field is set.

hasLastBackupScheduleTime()

public abstract boolean hasLastBackupScheduleTime()

Output only. The time last backup scheduled of the GoldengateDeployment.

.google.protobuf.Timestamp last_backup_schedule_time = 38 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the lastBackupScheduleTime field is set.

hasMaintenanceConfig()

public abstract boolean hasMaintenanceConfig()

Optional. The maintenance configuration of the GoldengateDeployment.

.google.cloud.oracledatabase.v1.GoldengateMaintenanceConfig maintenance_config = 11 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the maintenanceConfig field is set.

hasMaintenanceWindow()

public abstract boolean hasMaintenanceWindow()

Optional. The maintenance window of the GoldengateDeployment.

.google.cloud.oracledatabase.v1.GoldengateMaintenanceWindow maintenance_window = 10 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the maintenanceWindow field is set.

hasNextBackupScheduleTime()

public abstract boolean hasNextBackupScheduleTime()

Output only. The time next backup scheduled of the GoldengateDeployment.

.google.protobuf.Timestamp next_backup_schedule_time = 39 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the nextBackupScheduleTime field is set.

hasNextMaintenanceTime()

public abstract boolean hasNextMaintenanceTime()

Output only. The time of next maintenance of the GoldengateDeployment.

.google.protobuf.Timestamp next_maintenance_time = 32 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the nextMaintenanceTime field is set.

hasOggData()

public abstract boolean hasOggData()

Required. The ogg data of the GoldengateDeployment.

.google.cloud.oracledatabase.v1.GoldengateOggDeployment ogg_data = 9 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the oggData field is set.

hasOggVersionSupportEndTime()

public abstract boolean hasOggVersionSupportEndTime()

Output only. The time ogg version supported until of the GoldengateDeployment.

.google.protobuf.Timestamp ogg_version_support_end_time = 35 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the oggVersionSupportEndTime field is set.

hasRoleChangeTime()

public abstract boolean hasRoleChangeTime()

Output only. The time when the role of the GoldengateDeployment was changed.

.google.protobuf.Timestamp role_change_time = 40 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the roleChangeTime field is set.

hasUpdateTime()

public abstract boolean hasUpdateTime()

Output only. The time the GoldengateDeployment was updated.

.google.protobuf.Timestamp update_time = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the updateTime field is set.

hasUpgradeRequiredTime()

public abstract boolean hasUpgradeRequiredTime()

Output only. The time upgrade required of the GoldengateDeployment.

.google.protobuf.Timestamp upgrade_required_time = 27 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the upgradeRequiredTime field is set.