Package | Description |
---|---|
com.google.cloud.securitycenter.v1 |
A client to Security Command Center API
|
Modifier and Type | Method and Description |
---|---|
static MitreAttack.Tactic |
MitreAttack.Tactic.forNumber(int value) |
MitreAttack.Tactic |
MitreAttack.getAdditionalTactics(int index)
Additional MITRE ATT&CK tactics related to this finding, if any.
|
MitreAttack.Tactic |
MitreAttack.Builder.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.getPrimaryTactic()
The MITRE ATT&CK tactic most closely represented by this finding, if any.
|
MitreAttack.Tactic |
MitreAttack.Builder.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(Descriptors.EnumValueDescriptor desc) |
static MitreAttack.Tactic |
MitreAttack.Tactic.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
Modifier and Type | Method and Description |
---|---|
List<MitreAttack.Tactic> |
MitreAttack.getAdditionalTacticsList()
Additional MITRE ATT&CK tactics related to this finding, if any.
|
List<MitreAttack.Tactic> |
MitreAttack.Builder.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 Internal.EnumLiteMap<MitreAttack.Tactic> |
MitreAttack.Tactic.internalGetValueMap() |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
MitreAttack.Builder |
MitreAttack.Builder.addAllAdditionalTactics(Iterable<? extends MitreAttack.Tactic> values)
Additional MITRE ATT&CK tactics related to this finding, if any.
|
Copyright © 2022 Google LLC. All rights reserved.