Interface SignalOrBuilder (0.6.0)

public interface SignalOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAdditionalDetails(int index)

public abstract 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
Returns
Type Description
AdditionalDetail

getAdditionalDetailsCount()

public abstract 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 abstract 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;

Returns
Type Description
List<AdditionalDetail>

getAdditionalDetailsOrBuilder(int index)

public abstract 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
Returns
Type Description
AdditionalDetailOrBuilder

getAdditionalDetailsOrBuilderList()

public abstract 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>

getIssueCreateTime()

public abstract 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 abstract TimestampOrBuilder getIssueCreateTimeOrBuilder()

Timestamp when the issue was created (when signal status is ISSUE).

.google.protobuf.Timestamp issue_create_time = 5;

Returns
Type Description
TimestampOrBuilder

getIssueSeverity()

public abstract IssueSeverity getIssueSeverity()

Severity of the issue.

.google.cloud.databasecenter.v1beta.IssueSeverity issue_severity = 4;

Returns
Type Description
IssueSeverity

The issueSeverity.

getIssueSeverityValue()

public abstract 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.

getSignalStatus()

public abstract SignalStatus getSignalStatus()

Status of the signal.

.google.cloud.databasecenter.v1beta.SignalStatus signal_status = 2;

Returns
Type Description
SignalStatus

The signalStatus.

getSignalStatusValue()

public abstract 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 abstract SignalType getSignalType()

Type of the signal.

.google.cloud.databasecenter.v1beta.SignalType signal_type = 1;

Returns
Type Description
SignalType

The signalType.

getSignalTypeValue()

public abstract 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 abstract 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.