public interface IssueStatsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDeltaDetails()
public abstract DeltaDetails getDeltaDetails()Optional. Delta counts and details of resources for which issue was raised or fixed.
optional .google.cloud.databasecenter.v1beta.DeltaDetails delta_details = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DeltaDetails |
The deltaDetails. |
getDeltaDetailsOrBuilder()
public abstract DeltaDetailsOrBuilder getDeltaDetailsOrBuilder()Optional. Delta counts and details of resources for which issue was raised or fixed.
optional .google.cloud.databasecenter.v1beta.DeltaDetails delta_details = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DeltaDetailsOrBuilder |
|
getIssueSeverity()
public abstract IssueSeverity getIssueSeverity()Severity of the issue.
optional .google.cloud.databasecenter.v1beta.IssueSeverity issue_severity = 4;
| Returns | |
|---|---|
| Type | Description |
IssueSeverity |
The issueSeverity. |
getIssueSeverityValue()
public abstract int getIssueSeverityValue()Severity of the issue.
optional .google.cloud.databasecenter.v1beta.IssueSeverity issue_severity = 4;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for issueSeverity. |
getResourceCount()
public abstract int getResourceCount()Number of resources having issues of a given type.
int32 resource_count = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The resourceCount. |
getSignalType()
public abstract SignalType getSignalType()Type of signal which is an issue.
.google.cloud.databasecenter.v1beta.SignalType signal_type = 1;
| Returns | |
|---|---|
| Type | Description |
SignalType |
The signalType. |
getSignalTypeValue()
public abstract int getSignalTypeValue()Type of signal which is an issue.
.google.cloud.databasecenter.v1beta.SignalType signal_type = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for signalType. |
hasDeltaDetails()
public abstract boolean hasDeltaDetails()Optional. Delta counts and details of resources for which issue was raised or fixed.
optional .google.cloud.databasecenter.v1beta.DeltaDetails delta_details = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the deltaDetails field is set. |
hasIssueSeverity()
public abstract boolean hasIssueSeverity()Severity of the issue.
optional .google.cloud.databasecenter.v1beta.IssueSeverity issue_severity = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the issueSeverity field is set. |