Uses of Class
com.google.cloud.securitycenter.v1.MitreAttack.Tactic
-
Packages that use MitreAttack.Tactic Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center API -
-
Uses of MitreAttack.Tactic in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return MitreAttack.Tactic Modifier and Type Method Description static MitreAttack.Tactic
MitreAttack.Tactic. forNumber(int value)
MitreAttack.Tactic
MitreAttack.Builder. getAdditionalTactics(int index)
Additional MITRE ATT&CK tactics related to this finding, if any.MitreAttack.Tactic
MitreAttack. getAdditionalTactics(int index)
Additional MITRE ATT&CK tactics related to this finding, if any.MitreAttack.Tactic
MitreAttackOrBuilder. getAdditionalTactics(int index)
Additional MITRE ATT&CK tactics related to this finding, if any.MitreAttack.Tactic
MitreAttack.Builder. getPrimaryTactic()
The MITRE ATT&CK tactic most closely represented by this finding, if any.MitreAttack.Tactic
MitreAttack. getPrimaryTactic()
The MITRE ATT&CK tactic most closely represented by this finding, if any.MitreAttack.Tactic
MitreAttackOrBuilder. getPrimaryTactic()
The MITRE ATT&CK tactic most closely represented by this finding, if any.static MitreAttack.Tactic
MitreAttack.Tactic. valueOf(int value)
Deprecated.static MitreAttack.Tactic
MitreAttack.Tactic. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static MitreAttack.Tactic
MitreAttack.Tactic. valueOf(String name)
Returns the enum constant of this type with the specified name.static MitreAttack.Tactic[]
MitreAttack.Tactic. 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.Tactic Modifier and Type Method Description List<MitreAttack.Tactic>
MitreAttack.Builder. getAdditionalTacticsList()
Additional MITRE ATT&CK tactics related to this finding, if any.List<MitreAttack.Tactic>
MitreAttack. getAdditionalTacticsList()
Additional MITRE ATT&CK tactics related to this finding, if any.List<MitreAttack.Tactic>
MitreAttackOrBuilder. getAdditionalTacticsList()
Additional MITRE ATT&CK tactics related to this finding, if any.static com.google.protobuf.Internal.EnumLiteMap<MitreAttack.Tactic>
MitreAttack.Tactic. internalGetValueMap()
Methods in com.google.cloud.securitycenter.v1 with parameters of type MitreAttack.Tactic Modifier and Type Method Description MitreAttack.Builder
MitreAttack.Builder. addAdditionalTactics(MitreAttack.Tactic value)
Additional MITRE ATT&CK tactics related to this finding, if any.MitreAttack.Builder
MitreAttack.Builder. setAdditionalTactics(int index, MitreAttack.Tactic value)
Additional MITRE ATT&CK tactics related to this finding, if any.MitreAttack.Builder
MitreAttack.Builder. setPrimaryTactic(MitreAttack.Tactic value)
The MITRE ATT&CK tactic most closely represented by this finding, if any.Method parameters in com.google.cloud.securitycenter.v1 with type arguments of type MitreAttack.Tactic Modifier and Type Method Description MitreAttack.Builder
MitreAttack.Builder. addAllAdditionalTactics(Iterable<? extends MitreAttack.Tactic> values)
Additional MITRE ATT&CK tactics related to this finding, if any.
-