Uses of Class
com.google.cloud.securitycenter.v1.MitreAttack.Technique
-
Packages that use MitreAttack.Technique Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center API -
-
Uses of MitreAttack.Technique in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return MitreAttack.Technique Modifier and Type Method Description static MitreAttack.Technique
MitreAttack.Technique. forNumber(int value)
MitreAttack.Technique
MitreAttack.Builder. getAdditionalTechniques(int index)
Additional MITRE ATT&CK techniques related to this finding, if any, along with any of their respective parent techniques.MitreAttack.Technique
MitreAttack. getAdditionalTechniques(int index)
Additional MITRE ATT&CK techniques related to this finding, if any, along with any of their respective parent techniques.MitreAttack.Technique
MitreAttackOrBuilder. getAdditionalTechniques(int index)
Additional MITRE ATT&CK techniques related to this finding, if any, along with any of their respective parent techniques.MitreAttack.Technique
MitreAttack.Builder. getPrimaryTechniques(int index)
The MITRE ATT&CK technique most closely represented by this finding, if any.MitreAttack.Technique
MitreAttack. getPrimaryTechniques(int index)
The MITRE ATT&CK technique most closely represented by this finding, if any.MitreAttack.Technique
MitreAttackOrBuilder. getPrimaryTechniques(int index)
The MITRE ATT&CK technique most closely represented by this finding, if any.static MitreAttack.Technique
MitreAttack.Technique. valueOf(int value)
Deprecated.static MitreAttack.Technique
MitreAttack.Technique. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static MitreAttack.Technique
MitreAttack.Technique. valueOf(String name)
Returns the enum constant of this type with the specified name.static MitreAttack.Technique[]
MitreAttack.Technique. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type MitreAttack.Technique Modifier and Type Method Description List<MitreAttack.Technique>
MitreAttack.Builder. getAdditionalTechniquesList()
Additional MITRE ATT&CK techniques related to this finding, if any, along with any of their respective parent techniques.List<MitreAttack.Technique>
MitreAttack. getAdditionalTechniquesList()
Additional MITRE ATT&CK techniques related to this finding, if any, along with any of their respective parent techniques.List<MitreAttack.Technique>
MitreAttackOrBuilder. getAdditionalTechniquesList()
Additional MITRE ATT&CK techniques related to this finding, if any, along with any of their respective parent techniques.List<MitreAttack.Technique>
MitreAttack.Builder. getPrimaryTechniquesList()
The MITRE ATT&CK technique most closely represented by this finding, if any.List<MitreAttack.Technique>
MitreAttack. getPrimaryTechniquesList()
The MITRE ATT&CK technique most closely represented by this finding, if any.List<MitreAttack.Technique>
MitreAttackOrBuilder. getPrimaryTechniquesList()
The MITRE ATT&CK technique most closely represented by this finding, if any.static com.google.protobuf.Internal.EnumLiteMap<MitreAttack.Technique>
MitreAttack.Technique. internalGetValueMap()
Methods in com.google.cloud.securitycenter.v1 with parameters of type MitreAttack.Technique Modifier and Type Method Description MitreAttack.Builder
MitreAttack.Builder. addAdditionalTechniques(MitreAttack.Technique value)
Additional MITRE ATT&CK techniques related to this finding, if any, along with any of their respective parent techniques.MitreAttack.Builder
MitreAttack.Builder. addPrimaryTechniques(MitreAttack.Technique value)
The MITRE ATT&CK technique most closely represented by this finding, if any.MitreAttack.Builder
MitreAttack.Builder. setAdditionalTechniques(int index, MitreAttack.Technique value)
Additional MITRE ATT&CK techniques related to this finding, if any, along with any of their respective parent techniques.MitreAttack.Builder
MitreAttack.Builder. setPrimaryTechniques(int index, MitreAttack.Technique value)
The MITRE ATT&CK technique most closely represented by this finding, if any.Method parameters in com.google.cloud.securitycenter.v1 with type arguments of type MitreAttack.Technique Modifier and Type Method Description MitreAttack.Builder
MitreAttack.Builder. addAllAdditionalTechniques(Iterable<? extends MitreAttack.Technique> values)
Additional MITRE ATT&CK techniques related to this finding, if any, along with any of their respective parent techniques.MitreAttack.Builder
MitreAttack.Builder. addAllPrimaryTechniques(Iterable<? extends MitreAttack.Technique> values)
The MITRE ATT&CK technique most closely represented by this finding, if any.
-