public final class Signal extends GeneratedMessage implements SignalOrBuilder
Represents a signal.
Protobuf type google.cloud.databasecenter.v1beta.Signal
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
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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Signal.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected Signal.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public Signal.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides