public interface FindingOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsSourceProperties(String key)
Source specific properties.
|
String |
getCategory()
The additional taxonomy group within findings from a given source.
|
com.google.protobuf.ByteString |
getCategoryBytes()
The additional taxonomy group within findings from a given source.
|
com.google.protobuf.Timestamp |
getCreateTime()
The time at which the finding was created in Cloud SCC.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
The time at which the finding was created in Cloud SCC.
|
com.google.protobuf.Timestamp |
getEventTime()
The time at which the event took place.
|
com.google.protobuf.TimestampOrBuilder |
getEventTimeOrBuilder()
The time at which the event took place.
|
String |
getExternalUri()
The URI that, if available, points to a web page outside of Cloud SCC
where additional information about the finding can be found.
|
com.google.protobuf.ByteString |
getExternalUriBytes()
The URI that, if available, points to a web page outside of Cloud SCC
where additional information about the finding can be found.
|
String |
getName()
The relative resource name of this finding.
|
com.google.protobuf.ByteString |
getNameBytes()
The relative resource name of this finding.
|
String |
getParent()
The relative resource name of the source the finding belongs to.
|
com.google.protobuf.ByteString |
getParentBytes()
The relative resource name of the source the finding belongs to.
|
String |
getResourceName()
The full resource name of the Google Cloud Platform (GCP) resource this
finding is for.
|
com.google.protobuf.ByteString |
getResourceNameBytes()
The full resource name of the Google Cloud Platform (GCP) resource this
finding is for.
|
SecurityMarks |
getSecurityMarks()
Output only.
|
SecurityMarksOrBuilder |
getSecurityMarksOrBuilder()
Output only.
|
Map<String,com.google.protobuf.Value> |
getSourceProperties()
Deprecated.
|
int |
getSourcePropertiesCount()
Source specific properties.
|
Map<String,com.google.protobuf.Value> |
getSourcePropertiesMap()
Source specific properties.
|
com.google.protobuf.Value |
getSourcePropertiesOrDefault(String key,
com.google.protobuf.Value defaultValue)
Source specific properties.
|
com.google.protobuf.Value |
getSourcePropertiesOrThrow(String key)
Source specific properties.
|
Finding.State |
getState()
The state of the finding.
|
int |
getStateValue()
The state of the finding.
|
boolean |
hasCreateTime()
The time at which the finding was created in Cloud SCC.
|
boolean |
hasEventTime()
The time at which the event took place.
|
boolean |
hasSecurityMarks()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The relative resource name of this finding. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/123/sources/456/findings/789"
string name = 1;com.google.protobuf.ByteString getNameBytes()
The relative resource name of this finding. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/123/sources/456/findings/789"
string name = 1;String getParent()
The relative resource name of the source the finding belongs to. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name This field is immutable after creation time. For example: "organizations/123/sources/456"
string parent = 2;com.google.protobuf.ByteString getParentBytes()
The relative resource name of the source the finding belongs to. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name This field is immutable after creation time. For example: "organizations/123/sources/456"
string parent = 2;String getResourceName()
The full resource name of the Google Cloud Platform (GCP) resource this finding is for. See: https://cloud.google.com/apis/design/resource_names#full_resource_name This field is immutable after creation time.
string resource_name = 3;com.google.protobuf.ByteString getResourceNameBytes()
The full resource name of the Google Cloud Platform (GCP) resource this finding is for. See: https://cloud.google.com/apis/design/resource_names#full_resource_name This field is immutable after creation time.
string resource_name = 3;int getStateValue()
The state of the finding.
.google.cloud.securitycenter.v1.Finding.State state = 4;Finding.State getState()
The state of the finding.
.google.cloud.securitycenter.v1.Finding.State state = 4;String getCategory()
The additional taxonomy group within findings from a given source. This field is immutable after creation time. Example: "XSS_FLASH_INJECTION"
string category = 5;com.google.protobuf.ByteString getCategoryBytes()
The additional taxonomy group within findings from a given source. This field is immutable after creation time. Example: "XSS_FLASH_INJECTION"
string category = 5;String getExternalUri()
The URI that, if available, points to a web page outside of Cloud SCC where additional information about the finding can be found. This field is guaranteed to be either empty or a well formed URL.
string external_uri = 6;com.google.protobuf.ByteString getExternalUriBytes()
The URI that, if available, points to a web page outside of Cloud SCC where additional information about the finding can be found. This field is guaranteed to be either empty or a well formed URL.
string external_uri = 6;int getSourcePropertiesCount()
Source specific properties. These properties are managed by the source that writes the finding. The key names in the source_properties map must be between 1 and 255 characters, and must start with a letter and contain alphanumeric characters or underscores only.
map<string, .google.protobuf.Value> source_properties = 7;boolean containsSourceProperties(String key)
Source specific properties. These properties are managed by the source that writes the finding. The key names in the source_properties map must be between 1 and 255 characters, and must start with a letter and contain alphanumeric characters or underscores only.
map<string, .google.protobuf.Value> source_properties = 7;@Deprecated Map<String,com.google.protobuf.Value> getSourceProperties()
getSourcePropertiesMap() instead.Map<String,com.google.protobuf.Value> getSourcePropertiesMap()
Source specific properties. These properties are managed by the source that writes the finding. The key names in the source_properties map must be between 1 and 255 characters, and must start with a letter and contain alphanumeric characters or underscores only.
map<string, .google.protobuf.Value> source_properties = 7;com.google.protobuf.Value getSourcePropertiesOrDefault(String key, com.google.protobuf.Value defaultValue)
Source specific properties. These properties are managed by the source that writes the finding. The key names in the source_properties map must be between 1 and 255 characters, and must start with a letter and contain alphanumeric characters or underscores only.
map<string, .google.protobuf.Value> source_properties = 7;com.google.protobuf.Value getSourcePropertiesOrThrow(String key)
Source specific properties. These properties are managed by the source that writes the finding. The key names in the source_properties map must be between 1 and 255 characters, and must start with a letter and contain alphanumeric characters or underscores only.
map<string, .google.protobuf.Value> source_properties = 7;boolean hasSecurityMarks()
Output only. User specified security marks. These marks are entirely managed by the user and come from the SecurityMarks resource that belongs to the finding.
.google.cloud.securitycenter.v1.SecurityMarks security_marks = 8;SecurityMarks getSecurityMarks()
Output only. User specified security marks. These marks are entirely managed by the user and come from the SecurityMarks resource that belongs to the finding.
.google.cloud.securitycenter.v1.SecurityMarks security_marks = 8;SecurityMarksOrBuilder getSecurityMarksOrBuilder()
Output only. User specified security marks. These marks are entirely managed by the user and come from the SecurityMarks resource that belongs to the finding.
.google.cloud.securitycenter.v1.SecurityMarks security_marks = 8;boolean hasEventTime()
The time at which the event took place. For example, if the finding represents an open firewall it would capture the time the open firewall was detected.
.google.protobuf.Timestamp event_time = 9;com.google.protobuf.Timestamp getEventTime()
The time at which the event took place. For example, if the finding represents an open firewall it would capture the time the open firewall was detected.
.google.protobuf.Timestamp event_time = 9;com.google.protobuf.TimestampOrBuilder getEventTimeOrBuilder()
The time at which the event took place. For example, if the finding represents an open firewall it would capture the time the open firewall was detected.
.google.protobuf.Timestamp event_time = 9;boolean hasCreateTime()
The time at which the finding was created in Cloud SCC.
.google.protobuf.Timestamp create_time = 10;com.google.protobuf.Timestamp getCreateTime()
The time at which the finding was created in Cloud SCC.
.google.protobuf.Timestamp create_time = 10;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
The time at which the finding was created in Cloud SCC.
.google.protobuf.Timestamp create_time = 10;Copyright © 2019 Google LLC. All rights reserved.