public interface MitreAttackOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
MitreAttack.Tactic |
getAdditionalTactics(int index)
Additional MITRE ATT&CK tactics related to this finding, if any.
|
int |
getAdditionalTacticsCount()
Additional MITRE ATT&CK tactics related to this finding, if any.
|
List<MitreAttack.Tactic> |
getAdditionalTacticsList()
Additional MITRE ATT&CK tactics related to this finding, if any.
|
int |
getAdditionalTacticsValue(int index)
Additional MITRE ATT&CK tactics related to this finding, if any.
|
List<Integer> |
getAdditionalTacticsValueList()
Additional MITRE ATT&CK tactics related to this finding, if any.
|
MitreAttack.Technique |
getAdditionalTechniques(int index)
Additional MITRE ATT&CK techniques related to this finding, if any, along
with any of their respective parent techniques.
|
int |
getAdditionalTechniquesCount()
Additional MITRE ATT&CK techniques related to this finding, if any, along
with any of their respective parent techniques.
|
List<MitreAttack.Technique> |
getAdditionalTechniquesList()
Additional MITRE ATT&CK techniques related to this finding, if any, along
with any of their respective parent techniques.
|
int |
getAdditionalTechniquesValue(int index)
Additional MITRE ATT&CK techniques related to this finding, if any, along
with any of their respective parent techniques.
|
List<Integer> |
getAdditionalTechniquesValueList()
Additional MITRE ATT&CK techniques related to this finding, if any, along
with any of their respective parent techniques.
|
MitreAttack.Tactic |
getPrimaryTactic()
The MITRE ATT&CK tactic most closely represented by this finding, if any.
|
int |
getPrimaryTacticValue()
The MITRE ATT&CK tactic most closely represented by this finding, if any.
|
MitreAttack.Technique |
getPrimaryTechniques(int index)
The MITRE ATT&CK technique most closely represented by this finding, if
any.
|
int |
getPrimaryTechniquesCount()
The MITRE ATT&CK technique most closely represented by this finding, if
any.
|
List<MitreAttack.Technique> |
getPrimaryTechniquesList()
The MITRE ATT&CK technique most closely represented by this finding, if
any.
|
int |
getPrimaryTechniquesValue(int index)
The MITRE ATT&CK technique most closely represented by this finding, if
any.
|
List<Integer> |
getPrimaryTechniquesValueList()
The MITRE ATT&CK technique most closely represented by this finding, if
any.
|
String |
getVersion()
The MITRE ATT&CK version referenced by the above fields.
|
ByteString |
getVersionBytes()
The MITRE ATT&CK version referenced by the above fields.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
int getPrimaryTacticValue()
The MITRE ATT&CK tactic most closely represented by this finding, if any.
.google.cloud.securitycenter.v1.MitreAttack.Tactic primary_tactic = 1;
MitreAttack.Tactic getPrimaryTactic()
The MITRE ATT&CK tactic most closely represented by this finding, if any.
.google.cloud.securitycenter.v1.MitreAttack.Tactic primary_tactic = 1;
List<MitreAttack.Technique> getPrimaryTechniquesList()
The MITRE ATT&CK technique most closely represented by this finding, if any. primary_techniques is a repeated field because there are multiple levels of MITRE ATT&CK techniques. If the technique most closely represented by this finding is a sub-technique (e.g. `SCANNING_IP_BLOCKS`), both the sub-technique and its parent technique(s) will be listed (e.g. `SCANNING_IP_BLOCKS`, `ACTIVE_SCANNING`).
repeated .google.cloud.securitycenter.v1.MitreAttack.Technique primary_techniques = 2;
int getPrimaryTechniquesCount()
The MITRE ATT&CK technique most closely represented by this finding, if any. primary_techniques is a repeated field because there are multiple levels of MITRE ATT&CK techniques. If the technique most closely represented by this finding is a sub-technique (e.g. `SCANNING_IP_BLOCKS`), both the sub-technique and its parent technique(s) will be listed (e.g. `SCANNING_IP_BLOCKS`, `ACTIVE_SCANNING`).
repeated .google.cloud.securitycenter.v1.MitreAttack.Technique primary_techniques = 2;
MitreAttack.Technique getPrimaryTechniques(int index)
The MITRE ATT&CK technique most closely represented by this finding, if any. primary_techniques is a repeated field because there are multiple levels of MITRE ATT&CK techniques. If the technique most closely represented by this finding is a sub-technique (e.g. `SCANNING_IP_BLOCKS`), both the sub-technique and its parent technique(s) will be listed (e.g. `SCANNING_IP_BLOCKS`, `ACTIVE_SCANNING`).
repeated .google.cloud.securitycenter.v1.MitreAttack.Technique primary_techniques = 2;
index
- The index of the element to return.List<Integer> getPrimaryTechniquesValueList()
The MITRE ATT&CK technique most closely represented by this finding, if any. primary_techniques is a repeated field because there are multiple levels of MITRE ATT&CK techniques. If the technique most closely represented by this finding is a sub-technique (e.g. `SCANNING_IP_BLOCKS`), both the sub-technique and its parent technique(s) will be listed (e.g. `SCANNING_IP_BLOCKS`, `ACTIVE_SCANNING`).
repeated .google.cloud.securitycenter.v1.MitreAttack.Technique primary_techniques = 2;
int getPrimaryTechniquesValue(int index)
The MITRE ATT&CK technique most closely represented by this finding, if any. primary_techniques is a repeated field because there are multiple levels of MITRE ATT&CK techniques. If the technique most closely represented by this finding is a sub-technique (e.g. `SCANNING_IP_BLOCKS`), both the sub-technique and its parent technique(s) will be listed (e.g. `SCANNING_IP_BLOCKS`, `ACTIVE_SCANNING`).
repeated .google.cloud.securitycenter.v1.MitreAttack.Technique primary_techniques = 2;
index
- The index of the value to return.List<MitreAttack.Tactic> getAdditionalTacticsList()
Additional MITRE ATT&CK tactics related to this finding, if any.
repeated .google.cloud.securitycenter.v1.MitreAttack.Tactic additional_tactics = 3;
int getAdditionalTacticsCount()
Additional MITRE ATT&CK tactics related to this finding, if any.
repeated .google.cloud.securitycenter.v1.MitreAttack.Tactic additional_tactics = 3;
MitreAttack.Tactic getAdditionalTactics(int index)
Additional MITRE ATT&CK tactics related to this finding, if any.
repeated .google.cloud.securitycenter.v1.MitreAttack.Tactic additional_tactics = 3;
index
- The index of the element to return.List<Integer> getAdditionalTacticsValueList()
Additional MITRE ATT&CK tactics related to this finding, if any.
repeated .google.cloud.securitycenter.v1.MitreAttack.Tactic additional_tactics = 3;
int getAdditionalTacticsValue(int index)
Additional MITRE ATT&CK tactics related to this finding, if any.
repeated .google.cloud.securitycenter.v1.MitreAttack.Tactic additional_tactics = 3;
index
- The index of the value to return.List<MitreAttack.Technique> getAdditionalTechniquesList()
Additional MITRE ATT&CK techniques related to this finding, if any, along with any of their respective parent techniques.
repeated .google.cloud.securitycenter.v1.MitreAttack.Technique additional_techniques = 4;
int getAdditionalTechniquesCount()
Additional MITRE ATT&CK techniques related to this finding, if any, along with any of their respective parent techniques.
repeated .google.cloud.securitycenter.v1.MitreAttack.Technique additional_techniques = 4;
MitreAttack.Technique getAdditionalTechniques(int index)
Additional MITRE ATT&CK techniques related to this finding, if any, along with any of their respective parent techniques.
repeated .google.cloud.securitycenter.v1.MitreAttack.Technique additional_techniques = 4;
index
- The index of the element to return.List<Integer> getAdditionalTechniquesValueList()
Additional MITRE ATT&CK techniques related to this finding, if any, along with any of their respective parent techniques.
repeated .google.cloud.securitycenter.v1.MitreAttack.Technique additional_techniques = 4;
int getAdditionalTechniquesValue(int index)
Additional MITRE ATT&CK techniques related to this finding, if any, along with any of their respective parent techniques.
repeated .google.cloud.securitycenter.v1.MitreAttack.Technique additional_techniques = 4;
index
- The index of the value to return.String getVersion()
The MITRE ATT&CK version referenced by the above fields. E.g. "8".
string version = 5;
ByteString getVersionBytes()
The MITRE ATT&CK version referenced by the above fields. E.g. "8".
string version = 5;
Copyright © 2022 Google LLC. All rights reserved.