public final class IssueStats extends GeneratedMessage implements IssueStatsOrBuilder
IssueStats holds stats for a particular signal category.
Protobuf type google.cloud.databasecenter.v1beta.IssueStats
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
DELTA_DETAILS_FIELD_NUMBER
public static final int DELTA_DETAILS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
ISSUE_SEVERITY_FIELD_NUMBER
public static final int ISSUE_SEVERITY_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
RESOURCE_COUNT_FIELD_NUMBER
public static final int RESOURCE_COUNT_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 IssueStats getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static IssueStats.Builder newBuilder()
newBuilder(IssueStats prototype)
public static IssueStats.Builder newBuilder(IssueStats prototype)
public static IssueStats parseDelimitedFrom(InputStream input)
public static IssueStats parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static IssueStats parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static IssueStats parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static IssueStats parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static IssueStats parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static IssueStats parseFrom(CodedInputStream input)
public static IssueStats parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static IssueStats parseFrom(InputStream input)
public static IssueStats parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static IssueStats parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static IssueStats parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<IssueStats> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public IssueStats getDefaultInstanceForType()
getDeltaDetails()
public 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];
getDeltaDetailsOrBuilder()
public 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];
getIssueSeverity()
public IssueSeverity getIssueSeverity()
Severity of the issue.
optional .google.cloud.databasecenter.v1beta.IssueSeverity issue_severity = 4;
getIssueSeverityValue()
public 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.
|
getParserForType()
public Parser<IssueStats> getParserForType()
Overrides
getResourceCount()
public int getResourceCount()
Number of resources having issues of a given type.
int32 resource_count = 2;
| Returns |
| Type |
Description |
int |
The resourceCount.
|
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
getSignalType()
public 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 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 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 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.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public IssueStats.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected IssueStats.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public IssueStats.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides