Interface FindingSummaryOrBuilder (2.69.0)

public interface FindingSummaryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCategory()

public abstract FindingCategory getCategory()

Output only. The category of finding.

.google.storage.control.v2.FindingCategory category = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
FindingCategory

The category.

getCategoryValue()

public abstract int getCategoryValue()

Output only. The category of finding.

.google.storage.control.v2.FindingCategory category = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for category.

getCreateTime()

public abstract Timestamp getCreateTime()

Output only. The creation time of the earliest finding that this summary is based on.

.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Output only. The creation time of the earliest finding that this summary is based on.

.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getSeverity()

public abstract FindingSeverity getSeverity()

Severity of the finding.

.google.storage.control.v2.FindingSeverity severity = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
FindingSeverity

The severity.

getSeverityValue()

public abstract int getSeverityValue()

Severity of the finding.

.google.storage.control.v2.FindingSeverity severity = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for severity.

getSummaryDetails(int index)

public abstract FindingSummary.SummaryDetails getSummaryDetails(int index)

Output only. List of SummaryDetails.

repeated .google.storage.control.v2.FindingSummary.SummaryDetails summary_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
FindingSummary.SummaryDetails

getSummaryDetailsCount()

public abstract int getSummaryDetailsCount()

Output only. List of SummaryDetails.

repeated .google.storage.control.v2.FindingSummary.SummaryDetails summary_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getSummaryDetailsList()

public abstract List<FindingSummary.SummaryDetails> getSummaryDetailsList()

Output only. List of SummaryDetails.

repeated .google.storage.control.v2.FindingSummary.SummaryDetails summary_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<SummaryDetails>

getSummaryDetailsOrBuilder(int index)

public abstract FindingSummary.SummaryDetailsOrBuilder getSummaryDetailsOrBuilder(int index)

Output only. List of SummaryDetails.

repeated .google.storage.control.v2.FindingSummary.SummaryDetails summary_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
FindingSummary.SummaryDetailsOrBuilder

getSummaryDetailsOrBuilderList()

public abstract List<? extends FindingSummary.SummaryDetailsOrBuilder> getSummaryDetailsOrBuilderList()

Output only. List of SummaryDetails.

repeated .google.storage.control.v2.FindingSummary.SummaryDetails summary_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.storage.control.v2.FindingSummary.SummaryDetailsOrBuilder>

getTargetResource()

public abstract String getTargetResource()

Output only. The fully qualified Cloud resource name for which this summary was generated. eg: //cloudresourcemanager.googleapis.com/projects/p1

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

Returns
Type Description
String

The targetResource.

getTargetResourceBytes()

public abstract ByteString getTargetResourceBytes()

Output only. The fully qualified Cloud resource name for which this summary was generated. eg: //cloudresourcemanager.googleapis.com/projects/p1

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

Returns
Type Description
ByteString

The bytes for targetResource.

getType()

public abstract FindingType getType()

Output only. The type of the finding.

.google.storage.control.v2.FindingType type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
FindingType

The type.

getTypeValue()

public abstract int getTypeValue()

Output only. The type of the finding.

.google.storage.control.v2.FindingType type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for type.

getUpdateTime()

public abstract Timestamp getUpdateTime()

Output only. The time of the most recent update among all the findings that this summary is based on.

.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. The time of the most recent update among all the findings that this summary is based on.

.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

hasCreateTime()

public abstract boolean hasCreateTime()

Output only. The creation time of the earliest finding that this summary is based on.

.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the createTime field is set.

hasUpdateTime()

public abstract boolean hasUpdateTime()

Output only. The time of the most recent update among all the findings that this summary is based on.

.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the updateTime field is set.