public static final class AdditionalDetail.Builder extends GeneratedMessage.Builder<AdditionalDetail.Builder> implements AdditionalDetailOrBuilderDetails related to signal.
Protobuf type google.cloud.databasecenter.v1beta.AdditionalDetail
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > AdditionalDetail.BuilderImplements
AdditionalDetailOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public AdditionalDetail build()| Returns | |
|---|---|
| Type | Description |
AdditionalDetail |
|
buildPartial()
public AdditionalDetail buildPartial()| Returns | |
|---|---|
| Type | Description |
AdditionalDetail |
|
clear()
public AdditionalDetail.Builder clear()| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
clearAutomatedBackupPolicyInfo()
public AdditionalDetail.Builder clearAutomatedBackupPolicyInfo()Automated backup policy information applies to signals with type SIGNAL_TYPE_NO_AUTOMATED_BACKUP_POLICY.
.google.cloud.databasecenter.v1beta.AutomatedBackupPolicyInfo automated_backup_policy_info = 8;
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
clearBackupRunInfo()
public AdditionalDetail.Builder clearBackupRunInfo()Backup run information applies to signals with types SIGNAL_TYPE_LAST_BACKUP_FAILED and SIGNAL_TYPE_LAST_BACKUP_OLD.
.google.cloud.databasecenter.v1beta.BackupRunInfo backup_run_info = 3;
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
clearDeletionProtectionInfo()
public AdditionalDetail.Builder clearDeletionProtectionInfo()Deletion protection information applies to signals with type SIGNAL_TYPE_NO_DELETION_PROTECTION
.google.cloud.databasecenter.v1beta.DeletionProtectionInfo deletion_protection_info = 9;
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
clearDetail()
public AdditionalDetail.Builder clearDetail()| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
clearInefficientQueryInfo()
public AdditionalDetail.Builder clearInefficientQueryInfo()Inefficient query information applies to signals with type SIGNAL_TYPE_INEFFICIENT_QUERY.
.google.cloud.databasecenter.v1beta.InefficientQueryInfo inefficient_query_info = 11;
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
clearMaintenanceRecommendationInfo()
public AdditionalDetail.Builder clearMaintenanceRecommendationInfo()Maintenance recommendation information applies to signals with type SIGNAL_TYPE_RECOMMENDED_MAINTENANCE_POLICIES.
.google.cloud.databasecenter.v1beta.MaintenanceRecommendationInfo maintenance_recommendation_info = 13;
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
clearOutdatedMinorVersionInfo()
public AdditionalDetail.Builder clearOutdatedMinorVersionInfo()Outdated minor version information applies to signals with type SIGNAL_TYPE_OUTDATED_MINOR_VERSION.
.google.cloud.databasecenter.v1beta.OutdatedMinorVersionInfo outdated_minor_version_info = 12;
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
clearRecommendationInfo()
public AdditionalDetail.Builder clearRecommendationInfo()Recommendation information applies to recommendations.
.google.cloud.databasecenter.v1beta.RecommendationInfo recommendation_info = 6;
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
clearResourceSuspensionInfo()
public AdditionalDetail.Builder clearResourceSuspensionInfo()Resource suspension information applies to signals with type SIGNAL_TYPE_RESOURCE_SUSPENDED.
.google.cloud.databasecenter.v1beta.ResourceSuspensionInfo resource_suspension_info = 10;
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
clearSccInfo()
public AdditionalDetail.Builder clearSccInfo()SCC information applies to SCC signals.
.google.cloud.databasecenter.v1beta.SCCInfo scc_info = 4;
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
clearShortBackupRetentionInfo()
public AdditionalDetail.Builder clearShortBackupRetentionInfo()Short backup retention information applies to signals with type SIGNAL_TYPE_SHORT_BACKUP_RETENTION.
.google.cloud.databasecenter.v1beta.RetentionSettingsInfo short_backup_retention_info = 2;
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
clearSignalEventTime()
public AdditionalDetail.Builder clearSignalEventTime()Event time when signal was recorded by source service.
.google.protobuf.Timestamp signal_event_time = 7;
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
clearSignalSource()
public AdditionalDetail.Builder clearSignalSource()Where the signal is coming from.
.google.cloud.databasecenter.v1beta.SignalSource signal_source = 1;
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
This builder for chaining. |
clearSignalType()
public AdditionalDetail.Builder clearSignalType()Type of the signal.
.google.cloud.databasecenter.v1beta.SignalType signal_type = 5;
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
This builder for chaining. |
getAutomatedBackupPolicyInfo()
public AutomatedBackupPolicyInfo getAutomatedBackupPolicyInfo()Automated backup policy information applies to signals with type SIGNAL_TYPE_NO_AUTOMATED_BACKUP_POLICY.
.google.cloud.databasecenter.v1beta.AutomatedBackupPolicyInfo automated_backup_policy_info = 8;
| Returns | |
|---|---|
| Type | Description |
AutomatedBackupPolicyInfo |
The automatedBackupPolicyInfo. |
getAutomatedBackupPolicyInfoBuilder()
public AutomatedBackupPolicyInfo.Builder getAutomatedBackupPolicyInfoBuilder()Automated backup policy information applies to signals with type SIGNAL_TYPE_NO_AUTOMATED_BACKUP_POLICY.
.google.cloud.databasecenter.v1beta.AutomatedBackupPolicyInfo automated_backup_policy_info = 8;
| Returns | |
|---|---|
| Type | Description |
AutomatedBackupPolicyInfo.Builder |
|
getAutomatedBackupPolicyInfoOrBuilder()
public AutomatedBackupPolicyInfoOrBuilder getAutomatedBackupPolicyInfoOrBuilder()Automated backup policy information applies to signals with type SIGNAL_TYPE_NO_AUTOMATED_BACKUP_POLICY.
.google.cloud.databasecenter.v1beta.AutomatedBackupPolicyInfo automated_backup_policy_info = 8;
| Returns | |
|---|---|
| Type | Description |
AutomatedBackupPolicyInfoOrBuilder |
|
getBackupRunInfo()
public BackupRunInfo getBackupRunInfo()Backup run information applies to signals with types SIGNAL_TYPE_LAST_BACKUP_FAILED and SIGNAL_TYPE_LAST_BACKUP_OLD.
.google.cloud.databasecenter.v1beta.BackupRunInfo backup_run_info = 3;
| Returns | |
|---|---|
| Type | Description |
BackupRunInfo |
The backupRunInfo. |
getBackupRunInfoBuilder()
public BackupRunInfo.Builder getBackupRunInfoBuilder()Backup run information applies to signals with types SIGNAL_TYPE_LAST_BACKUP_FAILED and SIGNAL_TYPE_LAST_BACKUP_OLD.
.google.cloud.databasecenter.v1beta.BackupRunInfo backup_run_info = 3;
| Returns | |
|---|---|
| Type | Description |
BackupRunInfo.Builder |
|
getBackupRunInfoOrBuilder()
public BackupRunInfoOrBuilder getBackupRunInfoOrBuilder()Backup run information applies to signals with types SIGNAL_TYPE_LAST_BACKUP_FAILED and SIGNAL_TYPE_LAST_BACKUP_OLD.
.google.cloud.databasecenter.v1beta.BackupRunInfo backup_run_info = 3;
| Returns | |
|---|---|
| Type | Description |
BackupRunInfoOrBuilder |
|
getDefaultInstanceForType()
public AdditionalDetail getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
AdditionalDetail |
|
getDeletionProtectionInfo()
public DeletionProtectionInfo getDeletionProtectionInfo()Deletion protection information applies to signals with type SIGNAL_TYPE_NO_DELETION_PROTECTION
.google.cloud.databasecenter.v1beta.DeletionProtectionInfo deletion_protection_info = 9;
| Returns | |
|---|---|
| Type | Description |
DeletionProtectionInfo |
The deletionProtectionInfo. |
getDeletionProtectionInfoBuilder()
public DeletionProtectionInfo.Builder getDeletionProtectionInfoBuilder()Deletion protection information applies to signals with type SIGNAL_TYPE_NO_DELETION_PROTECTION
.google.cloud.databasecenter.v1beta.DeletionProtectionInfo deletion_protection_info = 9;
| Returns | |
|---|---|
| Type | Description |
DeletionProtectionInfo.Builder |
|
getDeletionProtectionInfoOrBuilder()
public DeletionProtectionInfoOrBuilder getDeletionProtectionInfoOrBuilder()Deletion protection information applies to signals with type SIGNAL_TYPE_NO_DELETION_PROTECTION
.google.cloud.databasecenter.v1beta.DeletionProtectionInfo deletion_protection_info = 9;
| Returns | |
|---|---|
| Type | Description |
DeletionProtectionInfoOrBuilder |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDetailCase()
public AdditionalDetail.DetailCase getDetailCase()| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.DetailCase |
|
getInefficientQueryInfo()
public InefficientQueryInfo getInefficientQueryInfo()Inefficient query information applies to signals with type SIGNAL_TYPE_INEFFICIENT_QUERY.
.google.cloud.databasecenter.v1beta.InefficientQueryInfo inefficient_query_info = 11;
| Returns | |
|---|---|
| Type | Description |
InefficientQueryInfo |
The inefficientQueryInfo. |
getInefficientQueryInfoBuilder()
public InefficientQueryInfo.Builder getInefficientQueryInfoBuilder()Inefficient query information applies to signals with type SIGNAL_TYPE_INEFFICIENT_QUERY.
.google.cloud.databasecenter.v1beta.InefficientQueryInfo inefficient_query_info = 11;
| Returns | |
|---|---|
| Type | Description |
InefficientQueryInfo.Builder |
|
getInefficientQueryInfoOrBuilder()
public InefficientQueryInfoOrBuilder getInefficientQueryInfoOrBuilder()Inefficient query information applies to signals with type SIGNAL_TYPE_INEFFICIENT_QUERY.
.google.cloud.databasecenter.v1beta.InefficientQueryInfo inefficient_query_info = 11;
| Returns | |
|---|---|
| Type | Description |
InefficientQueryInfoOrBuilder |
|
getMaintenanceRecommendationInfo()
public MaintenanceRecommendationInfo getMaintenanceRecommendationInfo()Maintenance recommendation information applies to signals with type SIGNAL_TYPE_RECOMMENDED_MAINTENANCE_POLICIES.
.google.cloud.databasecenter.v1beta.MaintenanceRecommendationInfo maintenance_recommendation_info = 13;
| Returns | |
|---|---|
| Type | Description |
MaintenanceRecommendationInfo |
The maintenanceRecommendationInfo. |
getMaintenanceRecommendationInfoBuilder()
public MaintenanceRecommendationInfo.Builder getMaintenanceRecommendationInfoBuilder()Maintenance recommendation information applies to signals with type SIGNAL_TYPE_RECOMMENDED_MAINTENANCE_POLICIES.
.google.cloud.databasecenter.v1beta.MaintenanceRecommendationInfo maintenance_recommendation_info = 13;
| Returns | |
|---|---|
| Type | Description |
MaintenanceRecommendationInfo.Builder |
|
getMaintenanceRecommendationInfoOrBuilder()
public MaintenanceRecommendationInfoOrBuilder getMaintenanceRecommendationInfoOrBuilder()Maintenance recommendation information applies to signals with type SIGNAL_TYPE_RECOMMENDED_MAINTENANCE_POLICIES.
.google.cloud.databasecenter.v1beta.MaintenanceRecommendationInfo maintenance_recommendation_info = 13;
| Returns | |
|---|---|
| Type | Description |
MaintenanceRecommendationInfoOrBuilder |
|
getOutdatedMinorVersionInfo()
public OutdatedMinorVersionInfo getOutdatedMinorVersionInfo()Outdated minor version information applies to signals with type SIGNAL_TYPE_OUTDATED_MINOR_VERSION.
.google.cloud.databasecenter.v1beta.OutdatedMinorVersionInfo outdated_minor_version_info = 12;
| Returns | |
|---|---|
| Type | Description |
OutdatedMinorVersionInfo |
The outdatedMinorVersionInfo. |
getOutdatedMinorVersionInfoBuilder()
public OutdatedMinorVersionInfo.Builder getOutdatedMinorVersionInfoBuilder()Outdated minor version information applies to signals with type SIGNAL_TYPE_OUTDATED_MINOR_VERSION.
.google.cloud.databasecenter.v1beta.OutdatedMinorVersionInfo outdated_minor_version_info = 12;
| Returns | |
|---|---|
| Type | Description |
OutdatedMinorVersionInfo.Builder |
|
getOutdatedMinorVersionInfoOrBuilder()
public OutdatedMinorVersionInfoOrBuilder getOutdatedMinorVersionInfoOrBuilder()Outdated minor version information applies to signals with type SIGNAL_TYPE_OUTDATED_MINOR_VERSION.
.google.cloud.databasecenter.v1beta.OutdatedMinorVersionInfo outdated_minor_version_info = 12;
| Returns | |
|---|---|
| Type | Description |
OutdatedMinorVersionInfoOrBuilder |
|
getRecommendationInfo()
public RecommendationInfo getRecommendationInfo()Recommendation information applies to recommendations.
.google.cloud.databasecenter.v1beta.RecommendationInfo recommendation_info = 6;
| Returns | |
|---|---|
| Type | Description |
RecommendationInfo |
The recommendationInfo. |
getRecommendationInfoBuilder()
public RecommendationInfo.Builder getRecommendationInfoBuilder()Recommendation information applies to recommendations.
.google.cloud.databasecenter.v1beta.RecommendationInfo recommendation_info = 6;
| Returns | |
|---|---|
| Type | Description |
RecommendationInfo.Builder |
|
getRecommendationInfoOrBuilder()
public RecommendationInfoOrBuilder getRecommendationInfoOrBuilder()Recommendation information applies to recommendations.
.google.cloud.databasecenter.v1beta.RecommendationInfo recommendation_info = 6;
| Returns | |
|---|---|
| Type | Description |
RecommendationInfoOrBuilder |
|
getResourceSuspensionInfo()
public ResourceSuspensionInfo getResourceSuspensionInfo()Resource suspension information applies to signals with type SIGNAL_TYPE_RESOURCE_SUSPENDED.
.google.cloud.databasecenter.v1beta.ResourceSuspensionInfo resource_suspension_info = 10;
| Returns | |
|---|---|
| Type | Description |
ResourceSuspensionInfo |
The resourceSuspensionInfo. |
getResourceSuspensionInfoBuilder()
public ResourceSuspensionInfo.Builder getResourceSuspensionInfoBuilder()Resource suspension information applies to signals with type SIGNAL_TYPE_RESOURCE_SUSPENDED.
.google.cloud.databasecenter.v1beta.ResourceSuspensionInfo resource_suspension_info = 10;
| Returns | |
|---|---|
| Type | Description |
ResourceSuspensionInfo.Builder |
|
getResourceSuspensionInfoOrBuilder()
public ResourceSuspensionInfoOrBuilder getResourceSuspensionInfoOrBuilder()Resource suspension information applies to signals with type SIGNAL_TYPE_RESOURCE_SUSPENDED.
.google.cloud.databasecenter.v1beta.ResourceSuspensionInfo resource_suspension_info = 10;
| Returns | |
|---|---|
| Type | Description |
ResourceSuspensionInfoOrBuilder |
|
getSccInfo()
public SCCInfo getSccInfo()SCC information applies to SCC signals.
.google.cloud.databasecenter.v1beta.SCCInfo scc_info = 4;
| Returns | |
|---|---|
| Type | Description |
SCCInfo |
The sccInfo. |
getSccInfoBuilder()
public SCCInfo.Builder getSccInfoBuilder()SCC information applies to SCC signals.
.google.cloud.databasecenter.v1beta.SCCInfo scc_info = 4;
| Returns | |
|---|---|
| Type | Description |
SCCInfo.Builder |
|
getSccInfoOrBuilder()
public SCCInfoOrBuilder getSccInfoOrBuilder()SCC information applies to SCC signals.
.google.cloud.databasecenter.v1beta.SCCInfo scc_info = 4;
| Returns | |
|---|---|
| Type | Description |
SCCInfoOrBuilder |
|
getShortBackupRetentionInfo()
public RetentionSettingsInfo getShortBackupRetentionInfo()Short backup retention information applies to signals with type SIGNAL_TYPE_SHORT_BACKUP_RETENTION.
.google.cloud.databasecenter.v1beta.RetentionSettingsInfo short_backup_retention_info = 2;
| Returns | |
|---|---|
| Type | Description |
RetentionSettingsInfo |
The shortBackupRetentionInfo. |
getShortBackupRetentionInfoBuilder()
public RetentionSettingsInfo.Builder getShortBackupRetentionInfoBuilder()Short backup retention information applies to signals with type SIGNAL_TYPE_SHORT_BACKUP_RETENTION.
.google.cloud.databasecenter.v1beta.RetentionSettingsInfo short_backup_retention_info = 2;
| Returns | |
|---|---|
| Type | Description |
RetentionSettingsInfo.Builder |
|
getShortBackupRetentionInfoOrBuilder()
public RetentionSettingsInfoOrBuilder getShortBackupRetentionInfoOrBuilder()Short backup retention information applies to signals with type SIGNAL_TYPE_SHORT_BACKUP_RETENTION.
.google.cloud.databasecenter.v1beta.RetentionSettingsInfo short_backup_retention_info = 2;
| Returns | |
|---|---|
| Type | Description |
RetentionSettingsInfoOrBuilder |
|
getSignalEventTime()
public Timestamp getSignalEventTime()Event time when signal was recorded by source service.
.google.protobuf.Timestamp signal_event_time = 7;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The signalEventTime. |
getSignalEventTimeBuilder()
public Timestamp.Builder getSignalEventTimeBuilder()Event time when signal was recorded by source service.
.google.protobuf.Timestamp signal_event_time = 7;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getSignalEventTimeOrBuilder()
public TimestampOrBuilder getSignalEventTimeOrBuilder()Event time when signal was recorded by source service.
.google.protobuf.Timestamp signal_event_time = 7;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getSignalSource()
public SignalSource getSignalSource()Where the signal is coming from.
.google.cloud.databasecenter.v1beta.SignalSource signal_source = 1;
| Returns | |
|---|---|
| Type | Description |
SignalSource |
The signalSource. |
getSignalSourceValue()
public int getSignalSourceValue()Where the signal is coming from.
.google.cloud.databasecenter.v1beta.SignalSource signal_source = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for signalSource. |
getSignalType()
public SignalType getSignalType()Type of the signal.
.google.cloud.databasecenter.v1beta.SignalType signal_type = 5;
| Returns | |
|---|---|
| Type | Description |
SignalType |
The signalType. |
getSignalTypeValue()
public int getSignalTypeValue()Type of the signal.
.google.cloud.databasecenter.v1beta.SignalType signal_type = 5;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for signalType. |
hasAutomatedBackupPolicyInfo()
public boolean hasAutomatedBackupPolicyInfo()Automated backup policy information applies to signals with type SIGNAL_TYPE_NO_AUTOMATED_BACKUP_POLICY.
.google.cloud.databasecenter.v1beta.AutomatedBackupPolicyInfo automated_backup_policy_info = 8;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the automatedBackupPolicyInfo field is set. |
hasBackupRunInfo()
public boolean hasBackupRunInfo()Backup run information applies to signals with types SIGNAL_TYPE_LAST_BACKUP_FAILED and SIGNAL_TYPE_LAST_BACKUP_OLD.
.google.cloud.databasecenter.v1beta.BackupRunInfo backup_run_info = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the backupRunInfo field is set. |
hasDeletionProtectionInfo()
public boolean hasDeletionProtectionInfo()Deletion protection information applies to signals with type SIGNAL_TYPE_NO_DELETION_PROTECTION
.google.cloud.databasecenter.v1beta.DeletionProtectionInfo deletion_protection_info = 9;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the deletionProtectionInfo field is set. |
hasInefficientQueryInfo()
public boolean hasInefficientQueryInfo()Inefficient query information applies to signals with type SIGNAL_TYPE_INEFFICIENT_QUERY.
.google.cloud.databasecenter.v1beta.InefficientQueryInfo inefficient_query_info = 11;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the inefficientQueryInfo field is set. |
hasMaintenanceRecommendationInfo()
public boolean hasMaintenanceRecommendationInfo()Maintenance recommendation information applies to signals with type SIGNAL_TYPE_RECOMMENDED_MAINTENANCE_POLICIES.
.google.cloud.databasecenter.v1beta.MaintenanceRecommendationInfo maintenance_recommendation_info = 13;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the maintenanceRecommendationInfo field is set. |
hasOutdatedMinorVersionInfo()
public boolean hasOutdatedMinorVersionInfo()Outdated minor version information applies to signals with type SIGNAL_TYPE_OUTDATED_MINOR_VERSION.
.google.cloud.databasecenter.v1beta.OutdatedMinorVersionInfo outdated_minor_version_info = 12;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the outdatedMinorVersionInfo field is set. |
hasRecommendationInfo()
public boolean hasRecommendationInfo()Recommendation information applies to recommendations.
.google.cloud.databasecenter.v1beta.RecommendationInfo recommendation_info = 6;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the recommendationInfo field is set. |
hasResourceSuspensionInfo()
public boolean hasResourceSuspensionInfo()Resource suspension information applies to signals with type SIGNAL_TYPE_RESOURCE_SUSPENDED.
.google.cloud.databasecenter.v1beta.ResourceSuspensionInfo resource_suspension_info = 10;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the resourceSuspensionInfo field is set. |
hasSccInfo()
public boolean hasSccInfo()SCC information applies to SCC signals.
.google.cloud.databasecenter.v1beta.SCCInfo scc_info = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the sccInfo field is set. |
hasShortBackupRetentionInfo()
public boolean hasShortBackupRetentionInfo()Short backup retention information applies to signals with type SIGNAL_TYPE_SHORT_BACKUP_RETENTION.
.google.cloud.databasecenter.v1beta.RetentionSettingsInfo short_backup_retention_info = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the shortBackupRetentionInfo field is set. |
hasSignalEventTime()
public boolean hasSignalEventTime()Event time when signal was recorded by source service.
.google.protobuf.Timestamp signal_event_time = 7;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the signalEventTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeAutomatedBackupPolicyInfo(AutomatedBackupPolicyInfo value)
public AdditionalDetail.Builder mergeAutomatedBackupPolicyInfo(AutomatedBackupPolicyInfo value)Automated backup policy information applies to signals with type SIGNAL_TYPE_NO_AUTOMATED_BACKUP_POLICY.
.google.cloud.databasecenter.v1beta.AutomatedBackupPolicyInfo automated_backup_policy_info = 8;
| Parameter | |
|---|---|
| Name | Description |
value |
AutomatedBackupPolicyInfo |
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
mergeBackupRunInfo(BackupRunInfo value)
public AdditionalDetail.Builder mergeBackupRunInfo(BackupRunInfo value)Backup run information applies to signals with types SIGNAL_TYPE_LAST_BACKUP_FAILED and SIGNAL_TYPE_LAST_BACKUP_OLD.
.google.cloud.databasecenter.v1beta.BackupRunInfo backup_run_info = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
BackupRunInfo |
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
mergeDeletionProtectionInfo(DeletionProtectionInfo value)
public AdditionalDetail.Builder mergeDeletionProtectionInfo(DeletionProtectionInfo value)Deletion protection information applies to signals with type SIGNAL_TYPE_NO_DELETION_PROTECTION
.google.cloud.databasecenter.v1beta.DeletionProtectionInfo deletion_protection_info = 9;
| Parameter | |
|---|---|
| Name | Description |
value |
DeletionProtectionInfo |
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
mergeFrom(AdditionalDetail other)
public AdditionalDetail.Builder mergeFrom(AdditionalDetail other)| Parameter | |
|---|---|
| Name | Description |
other |
AdditionalDetail |
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AdditionalDetail.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public AdditionalDetail.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
mergeInefficientQueryInfo(InefficientQueryInfo value)
public AdditionalDetail.Builder mergeInefficientQueryInfo(InefficientQueryInfo value)Inefficient query information applies to signals with type SIGNAL_TYPE_INEFFICIENT_QUERY.
.google.cloud.databasecenter.v1beta.InefficientQueryInfo inefficient_query_info = 11;
| Parameter | |
|---|---|
| Name | Description |
value |
InefficientQueryInfo |
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
mergeMaintenanceRecommendationInfo(MaintenanceRecommendationInfo value)
public AdditionalDetail.Builder mergeMaintenanceRecommendationInfo(MaintenanceRecommendationInfo value)Maintenance recommendation information applies to signals with type SIGNAL_TYPE_RECOMMENDED_MAINTENANCE_POLICIES.
.google.cloud.databasecenter.v1beta.MaintenanceRecommendationInfo maintenance_recommendation_info = 13;
| Parameter | |
|---|---|
| Name | Description |
value |
MaintenanceRecommendationInfo |
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
mergeOutdatedMinorVersionInfo(OutdatedMinorVersionInfo value)
public AdditionalDetail.Builder mergeOutdatedMinorVersionInfo(OutdatedMinorVersionInfo value)Outdated minor version information applies to signals with type SIGNAL_TYPE_OUTDATED_MINOR_VERSION.
.google.cloud.databasecenter.v1beta.OutdatedMinorVersionInfo outdated_minor_version_info = 12;
| Parameter | |
|---|---|
| Name | Description |
value |
OutdatedMinorVersionInfo |
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
mergeRecommendationInfo(RecommendationInfo value)
public AdditionalDetail.Builder mergeRecommendationInfo(RecommendationInfo value)Recommendation information applies to recommendations.
.google.cloud.databasecenter.v1beta.RecommendationInfo recommendation_info = 6;
| Parameter | |
|---|---|
| Name | Description |
value |
RecommendationInfo |
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
mergeResourceSuspensionInfo(ResourceSuspensionInfo value)
public AdditionalDetail.Builder mergeResourceSuspensionInfo(ResourceSuspensionInfo value)Resource suspension information applies to signals with type SIGNAL_TYPE_RESOURCE_SUSPENDED.
.google.cloud.databasecenter.v1beta.ResourceSuspensionInfo resource_suspension_info = 10;
| Parameter | |
|---|---|
| Name | Description |
value |
ResourceSuspensionInfo |
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
mergeSccInfo(SCCInfo value)
public AdditionalDetail.Builder mergeSccInfo(SCCInfo value)SCC information applies to SCC signals.
.google.cloud.databasecenter.v1beta.SCCInfo scc_info = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
SCCInfo |
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
mergeShortBackupRetentionInfo(RetentionSettingsInfo value)
public AdditionalDetail.Builder mergeShortBackupRetentionInfo(RetentionSettingsInfo value)Short backup retention information applies to signals with type SIGNAL_TYPE_SHORT_BACKUP_RETENTION.
.google.cloud.databasecenter.v1beta.RetentionSettingsInfo short_backup_retention_info = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
RetentionSettingsInfo |
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
mergeSignalEventTime(Timestamp value)
public AdditionalDetail.Builder mergeSignalEventTime(Timestamp value)Event time when signal was recorded by source service.
.google.protobuf.Timestamp signal_event_time = 7;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
setAutomatedBackupPolicyInfo(AutomatedBackupPolicyInfo value)
public AdditionalDetail.Builder setAutomatedBackupPolicyInfo(AutomatedBackupPolicyInfo value)Automated backup policy information applies to signals with type SIGNAL_TYPE_NO_AUTOMATED_BACKUP_POLICY.
.google.cloud.databasecenter.v1beta.AutomatedBackupPolicyInfo automated_backup_policy_info = 8;
| Parameter | |
|---|---|
| Name | Description |
value |
AutomatedBackupPolicyInfo |
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
setAutomatedBackupPolicyInfo(AutomatedBackupPolicyInfo.Builder builderForValue)
public AdditionalDetail.Builder setAutomatedBackupPolicyInfo(AutomatedBackupPolicyInfo.Builder builderForValue)Automated backup policy information applies to signals with type SIGNAL_TYPE_NO_AUTOMATED_BACKUP_POLICY.
.google.cloud.databasecenter.v1beta.AutomatedBackupPolicyInfo automated_backup_policy_info = 8;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
AutomatedBackupPolicyInfo.Builder |
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
setBackupRunInfo(BackupRunInfo value)
public AdditionalDetail.Builder setBackupRunInfo(BackupRunInfo value)Backup run information applies to signals with types SIGNAL_TYPE_LAST_BACKUP_FAILED and SIGNAL_TYPE_LAST_BACKUP_OLD.
.google.cloud.databasecenter.v1beta.BackupRunInfo backup_run_info = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
BackupRunInfo |
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
setBackupRunInfo(BackupRunInfo.Builder builderForValue)
public AdditionalDetail.Builder setBackupRunInfo(BackupRunInfo.Builder builderForValue)Backup run information applies to signals with types SIGNAL_TYPE_LAST_BACKUP_FAILED and SIGNAL_TYPE_LAST_BACKUP_OLD.
.google.cloud.databasecenter.v1beta.BackupRunInfo backup_run_info = 3;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
BackupRunInfo.Builder |
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
setDeletionProtectionInfo(DeletionProtectionInfo value)
public AdditionalDetail.Builder setDeletionProtectionInfo(DeletionProtectionInfo value)Deletion protection information applies to signals with type SIGNAL_TYPE_NO_DELETION_PROTECTION
.google.cloud.databasecenter.v1beta.DeletionProtectionInfo deletion_protection_info = 9;
| Parameter | |
|---|---|
| Name | Description |
value |
DeletionProtectionInfo |
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
setDeletionProtectionInfo(DeletionProtectionInfo.Builder builderForValue)
public AdditionalDetail.Builder setDeletionProtectionInfo(DeletionProtectionInfo.Builder builderForValue)Deletion protection information applies to signals with type SIGNAL_TYPE_NO_DELETION_PROTECTION
.google.cloud.databasecenter.v1beta.DeletionProtectionInfo deletion_protection_info = 9;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DeletionProtectionInfo.Builder |
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
setInefficientQueryInfo(InefficientQueryInfo value)
public AdditionalDetail.Builder setInefficientQueryInfo(InefficientQueryInfo value)Inefficient query information applies to signals with type SIGNAL_TYPE_INEFFICIENT_QUERY.
.google.cloud.databasecenter.v1beta.InefficientQueryInfo inefficient_query_info = 11;
| Parameter | |
|---|---|
| Name | Description |
value |
InefficientQueryInfo |
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
setInefficientQueryInfo(InefficientQueryInfo.Builder builderForValue)
public AdditionalDetail.Builder setInefficientQueryInfo(InefficientQueryInfo.Builder builderForValue)Inefficient query information applies to signals with type SIGNAL_TYPE_INEFFICIENT_QUERY.
.google.cloud.databasecenter.v1beta.InefficientQueryInfo inefficient_query_info = 11;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
InefficientQueryInfo.Builder |
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
setMaintenanceRecommendationInfo(MaintenanceRecommendationInfo value)
public AdditionalDetail.Builder setMaintenanceRecommendationInfo(MaintenanceRecommendationInfo value)Maintenance recommendation information applies to signals with type SIGNAL_TYPE_RECOMMENDED_MAINTENANCE_POLICIES.
.google.cloud.databasecenter.v1beta.MaintenanceRecommendationInfo maintenance_recommendation_info = 13;
| Parameter | |
|---|---|
| Name | Description |
value |
MaintenanceRecommendationInfo |
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
setMaintenanceRecommendationInfo(MaintenanceRecommendationInfo.Builder builderForValue)
public AdditionalDetail.Builder setMaintenanceRecommendationInfo(MaintenanceRecommendationInfo.Builder builderForValue)Maintenance recommendation information applies to signals with type SIGNAL_TYPE_RECOMMENDED_MAINTENANCE_POLICIES.
.google.cloud.databasecenter.v1beta.MaintenanceRecommendationInfo maintenance_recommendation_info = 13;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
MaintenanceRecommendationInfo.Builder |
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
setOutdatedMinorVersionInfo(OutdatedMinorVersionInfo value)
public AdditionalDetail.Builder setOutdatedMinorVersionInfo(OutdatedMinorVersionInfo value)Outdated minor version information applies to signals with type SIGNAL_TYPE_OUTDATED_MINOR_VERSION.
.google.cloud.databasecenter.v1beta.OutdatedMinorVersionInfo outdated_minor_version_info = 12;
| Parameter | |
|---|---|
| Name | Description |
value |
OutdatedMinorVersionInfo |
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
setOutdatedMinorVersionInfo(OutdatedMinorVersionInfo.Builder builderForValue)
public AdditionalDetail.Builder setOutdatedMinorVersionInfo(OutdatedMinorVersionInfo.Builder builderForValue)Outdated minor version information applies to signals with type SIGNAL_TYPE_OUTDATED_MINOR_VERSION.
.google.cloud.databasecenter.v1beta.OutdatedMinorVersionInfo outdated_minor_version_info = 12;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
OutdatedMinorVersionInfo.Builder |
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
setRecommendationInfo(RecommendationInfo value)
public AdditionalDetail.Builder setRecommendationInfo(RecommendationInfo value)Recommendation information applies to recommendations.
.google.cloud.databasecenter.v1beta.RecommendationInfo recommendation_info = 6;
| Parameter | |
|---|---|
| Name | Description |
value |
RecommendationInfo |
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
setRecommendationInfo(RecommendationInfo.Builder builderForValue)
public AdditionalDetail.Builder setRecommendationInfo(RecommendationInfo.Builder builderForValue)Recommendation information applies to recommendations.
.google.cloud.databasecenter.v1beta.RecommendationInfo recommendation_info = 6;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
RecommendationInfo.Builder |
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
setResourceSuspensionInfo(ResourceSuspensionInfo value)
public AdditionalDetail.Builder setResourceSuspensionInfo(ResourceSuspensionInfo value)Resource suspension information applies to signals with type SIGNAL_TYPE_RESOURCE_SUSPENDED.
.google.cloud.databasecenter.v1beta.ResourceSuspensionInfo resource_suspension_info = 10;
| Parameter | |
|---|---|
| Name | Description |
value |
ResourceSuspensionInfo |
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
setResourceSuspensionInfo(ResourceSuspensionInfo.Builder builderForValue)
public AdditionalDetail.Builder setResourceSuspensionInfo(ResourceSuspensionInfo.Builder builderForValue)Resource suspension information applies to signals with type SIGNAL_TYPE_RESOURCE_SUSPENDED.
.google.cloud.databasecenter.v1beta.ResourceSuspensionInfo resource_suspension_info = 10;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ResourceSuspensionInfo.Builder |
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
setSccInfo(SCCInfo value)
public AdditionalDetail.Builder setSccInfo(SCCInfo value)SCC information applies to SCC signals.
.google.cloud.databasecenter.v1beta.SCCInfo scc_info = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
SCCInfo |
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
setSccInfo(SCCInfo.Builder builderForValue)
public AdditionalDetail.Builder setSccInfo(SCCInfo.Builder builderForValue)SCC information applies to SCC signals.
.google.cloud.databasecenter.v1beta.SCCInfo scc_info = 4;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
SCCInfo.Builder |
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
setShortBackupRetentionInfo(RetentionSettingsInfo value)
public AdditionalDetail.Builder setShortBackupRetentionInfo(RetentionSettingsInfo value)Short backup retention information applies to signals with type SIGNAL_TYPE_SHORT_BACKUP_RETENTION.
.google.cloud.databasecenter.v1beta.RetentionSettingsInfo short_backup_retention_info = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
RetentionSettingsInfo |
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
setShortBackupRetentionInfo(RetentionSettingsInfo.Builder builderForValue)
public AdditionalDetail.Builder setShortBackupRetentionInfo(RetentionSettingsInfo.Builder builderForValue)Short backup retention information applies to signals with type SIGNAL_TYPE_SHORT_BACKUP_RETENTION.
.google.cloud.databasecenter.v1beta.RetentionSettingsInfo short_backup_retention_info = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
RetentionSettingsInfo.Builder |
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
setSignalEventTime(Timestamp value)
public AdditionalDetail.Builder setSignalEventTime(Timestamp value)Event time when signal was recorded by source service.
.google.protobuf.Timestamp signal_event_time = 7;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
setSignalEventTime(Timestamp.Builder builderForValue)
public AdditionalDetail.Builder setSignalEventTime(Timestamp.Builder builderForValue)Event time when signal was recorded by source service.
.google.protobuf.Timestamp signal_event_time = 7;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
|
setSignalSource(SignalSource value)
public AdditionalDetail.Builder setSignalSource(SignalSource value)Where the signal is coming from.
.google.cloud.databasecenter.v1beta.SignalSource signal_source = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
SignalSourceThe signalSource to set. |
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
This builder for chaining. |
setSignalSourceValue(int value)
public AdditionalDetail.Builder setSignalSourceValue(int value)Where the signal is coming from.
.google.cloud.databasecenter.v1beta.SignalSource signal_source = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for signalSource to set. |
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
This builder for chaining. |
setSignalType(SignalType value)
public AdditionalDetail.Builder setSignalType(SignalType value)Type of the signal.
.google.cloud.databasecenter.v1beta.SignalType signal_type = 5;
| Parameter | |
|---|---|
| Name | Description |
value |
SignalTypeThe signalType to set. |
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
This builder for chaining. |
setSignalTypeValue(int value)
public AdditionalDetail.Builder setSignalTypeValue(int value)Type of the signal.
.google.cloud.databasecenter.v1beta.SignalType signal_type = 5;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for signalType to set. |
| Returns | |
|---|---|
| Type | Description |
AdditionalDetail.Builder |
This builder for chaining. |