Class Signal (0.3.0)
Version 0.3.0keyboard_arrow_down
public final class Signal extends GeneratedMessageV3 implements SignalOrBuilder
Represents a signal.
Protobuf type google.cloud.databasecenter.v1beta.Signal
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ADDITIONAL_DETAILS_FIELD_NUMBER
public static final int ADDITIONAL_DETAILS_FIELD_NUMBER
Field Value
Type
Description
int
ISSUE_CREATE_TIME_FIELD_NUMBER
public static final int ISSUE_CREATE_TIME_FIELD_NUMBER
Field Value
Type
Description
int
ISSUE_SEVERITY_FIELD_NUMBER
public static final int ISSUE_SEVERITY_FIELD_NUMBER
Field Value
Type
Description
int
SIGNAL_STATUS_FIELD_NUMBER
public static final int SIGNAL_STATUS_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 Signal getDefaultInstance ()
Returns
Type
Description
Signal
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static Signal . Builder newBuilder ()
newBuilder(Signal prototype)
public static Signal . Builder newBuilder ( Signal prototype )
Parameter
Name
Description
prototype
Signal
public static Signal parseDelimitedFrom ( InputStream input )
Returns
Type
Description
Signal
public static Signal parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Signal
parseFrom(byte[] data)
public static Signal parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
Returns
Type
Description
Signal
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Signal parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Signal
parseFrom(ByteString data)
public static Signal parseFrom ( ByteString data )
Returns
Type
Description
Signal
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Signal parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Signal
public static Signal parseFrom ( CodedInputStream input )
Returns
Type
Description
Signal
public static Signal parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Signal
public static Signal parseFrom ( InputStream input )
Returns
Type
Description
Signal
public static Signal parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Signal
parseFrom(ByteBuffer data)
public static Signal parseFrom ( ByteBuffer data )
Returns
Type
Description
Signal
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Signal parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Signal
parser()
public static Parser<Signal> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getAdditionalDetails(int index)
public AdditionalDetail getAdditionalDetails ( int index )
Additional information related to the signal.
In the case of composite signals, this field encapsulates details
associated with granular signals, having a signal status of "ISSUE";
signals with a status of "OK" are not included.
For granular signals, it encompasses information relevant to the signal,
regardless of the signal status.
repeated .google.cloud.databasecenter.v1beta.AdditionalDetail additional_details = 3;
Parameter
Name
Description
index
int
getAdditionalDetailsCount()
public int getAdditionalDetailsCount ()
Additional information related to the signal.
In the case of composite signals, this field encapsulates details
associated with granular signals, having a signal status of "ISSUE";
signals with a status of "OK" are not included.
For granular signals, it encompasses information relevant to the signal,
regardless of the signal status.
repeated .google.cloud.databasecenter.v1beta.AdditionalDetail additional_details = 3;
Returns
Type
Description
int
getAdditionalDetailsList()
public List<AdditionalDetail> getAdditionalDetailsList ()
Additional information related to the signal.
In the case of composite signals, this field encapsulates details
associated with granular signals, having a signal status of "ISSUE";
signals with a status of "OK" are not included.
For granular signals, it encompasses information relevant to the signal,
regardless of the signal status.
repeated .google.cloud.databasecenter.v1beta.AdditionalDetail additional_details = 3;
getAdditionalDetailsOrBuilder(int index)
public AdditionalDetailOrBuilder getAdditionalDetailsOrBuilder ( int index )
Additional information related to the signal.
In the case of composite signals, this field encapsulates details
associated with granular signals, having a signal status of "ISSUE";
signals with a status of "OK" are not included.
For granular signals, it encompasses information relevant to the signal,
regardless of the signal status.
repeated .google.cloud.databasecenter.v1beta.AdditionalDetail additional_details = 3;
Parameter
Name
Description
index
int
getAdditionalDetailsOrBuilderList()
public List <? extends AdditionalDetailOrBuilder > getAdditionalDetailsOrBuilderList ()
Additional information related to the signal.
In the case of composite signals, this field encapsulates details
associated with granular signals, having a signal status of "ISSUE";
signals with a status of "OK" are not included.
For granular signals, it encompasses information relevant to the signal,
regardless of the signal status.
repeated .google.cloud.databasecenter.v1beta.AdditionalDetail additional_details = 3;
Returns
Type
Description
List <? extends com.google.cloud.databasecenter.v1beta.AdditionalDetailOrBuilder >
getDefaultInstanceForType()
public Signal getDefaultInstanceForType ()
Returns
Type
Description
Signal
getIssueCreateTime()
public Timestamp getIssueCreateTime ()
Timestamp when the issue was created (when signal status is ISSUE).
.google.protobuf.Timestamp issue_create_time = 5;
Returns
Type
Description
Timestamp
The issueCreateTime.
getIssueCreateTimeOrBuilder()
public TimestampOrBuilder getIssueCreateTimeOrBuilder ()
Timestamp when the issue was created (when signal status is ISSUE).
.google.protobuf.Timestamp issue_create_time = 5;
getIssueSeverity()
public IssueSeverity getIssueSeverity ()
Severity of the issue.
.google.cloud.databasecenter.v1beta.IssueSeverity issue_severity = 4;
getIssueSeverityValue()
public int getIssueSeverityValue ()
Severity of the issue.
.google.cloud.databasecenter.v1beta.IssueSeverity issue_severity = 4;
Returns
Type
Description
int
The enum numeric value on the wire for issueSeverity.
getParserForType()
public Parser<Signal> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getSignalStatus()
public SignalStatus getSignalStatus ()
Status of the signal.
.google.cloud.databasecenter.v1beta.SignalStatus signal_status = 2;
getSignalStatusValue()
public int getSignalStatusValue ()
Status of the signal.
.google.cloud.databasecenter.v1beta.SignalStatus signal_status = 2;
Returns
Type
Description
int
The enum numeric value on the wire for signalStatus.
getSignalType()
public SignalType getSignalType ()
Type of the signal.
.google.cloud.databasecenter.v1beta.SignalType signal_type = 1;
Returns
Type
Description
SignalType
The signalType.
getSignalTypeValue()
public int getSignalTypeValue ()
Type of the signal.
.google.cloud.databasecenter.v1beta.SignalType signal_type = 1;
Returns
Type
Description
int
The enum numeric value on the wire for signalType.
hasIssueCreateTime()
public boolean hasIssueCreateTime ()
Timestamp when the issue was created (when signal status is ISSUE).
.google.protobuf.Timestamp issue_create_time = 5;
Returns
Type
Description
boolean
Whether the issueCreateTime field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public Signal . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Signal . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public Signal . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-03-09 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-09 UTC."],[],[]]