public interface FindingSummaryOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFindingCategory()
public abstract String getFindingCategory()The category of the finding.
string finding_category = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The findingCategory. |
getFindingCategoryBytes()
public abstract ByteString getFindingCategoryBytes()The category of the finding.
string finding_category = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for findingCategory. |
getFindingClass()
public abstract FindingClass getFindingClass()The class of the finding.
.google.cloud.cloudsecuritycompliance.v1.FindingClass finding_class = 2;
| Returns | |
|---|---|
| Type | Description |
FindingClass |
The findingClass. |
getFindingClassValue()
public abstract int getFindingClassValue()The class of the finding.
.google.cloud.cloudsecuritycompliance.v1.FindingClass finding_class = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for findingClass. |
getFindingCount()
public abstract long getFindingCount()The count of the finding.
int64 finding_count = 4;
| Returns | |
|---|---|
| Type | Description |
long |
The findingCount. |
getName()
public abstract String getName()Identifier. The name of the finding summary.
string name = 7 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Identifier. The name of the finding summary.
string name = 7 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getRelatedFrameworks(int index)
public abstract String getRelatedFrameworks(int index)Optional. The list of compliance frameworks that the finding belongs to.
repeated string related_frameworks = 6 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The relatedFrameworks at the given index. |
getRelatedFrameworksBytes(int index)
public abstract ByteString getRelatedFrameworksBytes(int index)Optional. The list of compliance frameworks that the finding belongs to.
repeated string related_frameworks = 6 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the relatedFrameworks at the given index. |
getRelatedFrameworksCount()
public abstract int getRelatedFrameworksCount()Optional. The list of compliance frameworks that the finding belongs to.
repeated string related_frameworks = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The count of relatedFrameworks. |
getRelatedFrameworksList()
public abstract List<String> getRelatedFrameworksList()Optional. The list of compliance frameworks that the finding belongs to.
repeated string related_frameworks = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the relatedFrameworks. |
getSeverity()
public abstract Severity getSeverity()The severity of the finding.
.google.cloud.cloudsecuritycompliance.v1.Severity severity = 3;
| Returns | |
|---|---|
| Type | Description |
Severity |
The severity. |
getSeverityValue()
public abstract int getSeverityValue()The severity of the finding.
.google.cloud.cloudsecuritycompliance.v1.Severity severity = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for severity. |
getUpdateTime()
public abstract Timestamp getUpdateTime()Output only. The last updated time of the finding.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()Output only. The last updated time of the finding.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasUpdateTime()
public abstract boolean hasUpdateTime()Output only. The last updated time of the finding.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateTime field is set. |