public final class AdditionalDetail extends GeneratedMessage implements AdditionalDetailOrBuilder
Details related to signal.
Protobuf type google.cloud.databasecenter.v1beta.AdditionalDetail
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
AUTOMATED_BACKUP_POLICY_INFO_FIELD_NUMBER
public static final int AUTOMATED_BACKUP_POLICY_INFO_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
BACKUP_RUN_INFO_FIELD_NUMBER
public static final int BACKUP_RUN_INFO_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
DELETION_PROTECTION_INFO_FIELD_NUMBER
public static final int DELETION_PROTECTION_INFO_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
INEFFICIENT_QUERY_INFO_FIELD_NUMBER
public static final int INEFFICIENT_QUERY_INFO_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
MAINTENANCE_RECOMMENDATION_INFO_FIELD_NUMBER
public static final int MAINTENANCE_RECOMMENDATION_INFO_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
OUTDATED_MINOR_VERSION_INFO_FIELD_NUMBER
public static final int OUTDATED_MINOR_VERSION_INFO_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
RECOMMENDATION_INFO_FIELD_NUMBER
public static final int RECOMMENDATION_INFO_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
RESOURCE_SUSPENSION_INFO_FIELD_NUMBER
public static final int RESOURCE_SUSPENSION_INFO_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
SCC_INFO_FIELD_NUMBER
public static final int SCC_INFO_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
SHORT_BACKUP_RETENTION_INFO_FIELD_NUMBER
public static final int SHORT_BACKUP_RETENTION_INFO_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
SIGNAL_EVENT_TIME_FIELD_NUMBER
public static final int SIGNAL_EVENT_TIME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
SIGNAL_SOURCE_FIELD_NUMBER
public static final int SIGNAL_SOURCE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
SIGNAL_TYPE_FIELD_NUMBER
public static final int SIGNAL_TYPE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static AdditionalDetail getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static AdditionalDetail.Builder newBuilder()
newBuilder(AdditionalDetail prototype)
public static AdditionalDetail.Builder newBuilder(AdditionalDetail prototype)
public static AdditionalDetail parseDelimitedFrom(InputStream input)
public static AdditionalDetail parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static AdditionalDetail parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AdditionalDetail parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static AdditionalDetail parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AdditionalDetail parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AdditionalDetail parseFrom(CodedInputStream input)
public static AdditionalDetail parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AdditionalDetail parseFrom(InputStream input)
public static AdditionalDetail parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static AdditionalDetail parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AdditionalDetail parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<AdditionalDetail> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
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;
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;
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;
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;
getDefaultInstanceForType()
public AdditionalDetail getDefaultInstanceForType()
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;
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;
getDetailCase()
public AdditionalDetail.DetailCase getDetailCase()
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;
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;
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;
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;
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;
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;
getParserForType()
public Parser<AdditionalDetail> getParserForType()
Overrides
getRecommendationInfo()
public RecommendationInfo getRecommendationInfo()
Recommendation information applies to recommendations.
.google.cloud.databasecenter.v1beta.RecommendationInfo recommendation_info = 6;
getRecommendationInfoOrBuilder()
public RecommendationInfoOrBuilder getRecommendationInfoOrBuilder()
Recommendation information applies to recommendations.
.google.cloud.databasecenter.v1beta.RecommendationInfo recommendation_info = 6;
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;
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;
getSccInfo()
public SCCInfo getSccInfo()
SCC information applies to SCC signals.
.google.cloud.databasecenter.v1beta.SCCInfo scc_info = 4;
| Returns |
| Type |
Description |
SCCInfo |
The sccInfo.
|
getSccInfoOrBuilder()
public SCCInfoOrBuilder getSccInfoOrBuilder()
SCC information applies to SCC signals.
.google.cloud.databasecenter.v1beta.SCCInfo scc_info = 4;
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
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;
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;
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.
|
getSignalEventTimeOrBuilder()
public TimestampOrBuilder getSignalEventTimeOrBuilder()
Event time when signal was recorded by source service.
.google.protobuf.Timestamp signal_event_time = 7;
getSignalSource()
public SignalSource getSignalSource()
Where the signal is coming from.
.google.cloud.databasecenter.v1beta.SignalSource signal_source = 1;
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.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public AdditionalDetail.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected AdditionalDetail.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public AdditionalDetail.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides