Interface FindingSummary.SummaryDetailsOrBuilder (2.69.0)

public static interface FindingSummary.SummaryDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCount()

public abstract long getCount()

The count of impacted resources.

int64 count = 1;

Returns
Type Description
long

The count.

getDescription()

public abstract String getDescription()

Output only. A short description about the FindingSummary

string description = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

Output only. A short description about the FindingSummary

string description = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for description.

getMagnitudeCase()

public abstract FindingSummary.SummaryDetails.MagnitudeCase getMagnitudeCase()
Returns
Type Description
FindingSummary.SummaryDetails.MagnitudeCase

getPercentage()

public abstract float getPercentage()

The percentage of impacted resources.

float percentage = 2;

Returns
Type Description
float

The percentage.

getResourceType()

public abstract FindingSummary.SummaryDetails.ResourceType getResourceType()

Output only. The type of Cloud resource this summary detail applies to.

.google.storage.control.v2.FindingSummary.SummaryDetails.ResourceType resource_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
FindingSummary.SummaryDetails.ResourceType

The resourceType.

getResourceTypeValue()

public abstract int getResourceTypeValue()

Output only. The type of Cloud resource this summary detail applies to.

.google.storage.control.v2.FindingSummary.SummaryDetails.ResourceType resource_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for resourceType.

hasCount()

public abstract boolean hasCount()

The count of impacted resources.

int64 count = 1;

Returns
Type Description
boolean

Whether the count field is set.

hasPercentage()

public abstract boolean hasPercentage()

The percentage of impacted resources.

float percentage = 2;

Returns
Type Description
boolean

Whether the percentage field is set.