public final class MitreAttack extends GeneratedMessageV3 implements MitreAttackOrBuilder
   
   MITRE ATT&CK tactics and techniques related to this finding.
 See: https://attack.mitre.org
 Protobuf type google.cloud.securitycenter.v2.MitreAttack
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
  
  ADDITIONAL_TACTICS_FIELD_NUMBER
  
    public static final int ADDITIONAL_TACTICS_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  ADDITIONAL_TECHNIQUES_FIELD_NUMBER
  
    public static final int ADDITIONAL_TECHNIQUES_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  PRIMARY_TACTIC_FIELD_NUMBER
  
    public static final int PRIMARY_TACTIC_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  PRIMARY_TECHNIQUES_FIELD_NUMBER
  
    public static final int PRIMARY_TECHNIQUES_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  VERSION_FIELD_NUMBER
  
    public static final int VERSION_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  Static Methods
  
  
  getDefaultInstance()
  
    public static MitreAttack getDefaultInstance()
   
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  
  newBuilder()
  
    public static MitreAttack.Builder newBuilder()
   
  
  
  newBuilder(MitreAttack prototype)
  
    public static MitreAttack.Builder newBuilder(MitreAttack prototype)
   
  
  
  
  
  
    public static MitreAttack parseDelimitedFrom(InputStream input)
   
  
  
  
  
  
  
    public static MitreAttack parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parseFrom(byte[] data)
  
    public static MitreAttack parseFrom(byte[] data)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | data | byte[]
 | 
    
  
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
  
    public static MitreAttack parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parseFrom(ByteString data)
  
    public static MitreAttack parseFrom(ByteString data)
   
  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
  
    public static MitreAttack parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  
  
    public static MitreAttack parseFrom(CodedInputStream input)
   
  
  
  
  
  
  
    public static MitreAttack parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  
  
    public static MitreAttack parseFrom(InputStream input)
   
  
  
  
  
  
  
    public static MitreAttack parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parseFrom(ByteBuffer data)
  
    public static MitreAttack parseFrom(ByteBuffer data)
   
  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
  
    public static MitreAttack parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parser()
  
    public static Parser<MitreAttack> parser()
   
  
  Methods
  
  
  equals(Object obj)
  
    public boolean equals(Object obj)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | obj | Object
 | 
    
  
  
  Overrides
  
  
  getAdditionalTactics(int index)
  
    public MitreAttack.Tactic getAdditionalTactics(int index)
   
   Additional MITRE ATT&CK tactics related to this finding, if any.
 repeated .google.cloud.securitycenter.v2.MitreAttack.Tactic additional_tactics = 3;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 The index of the element to return. | 
    
  
  
  
  getAdditionalTacticsCount()
  
    public int getAdditionalTacticsCount()
   
   Additional MITRE ATT&CK tactics related to this finding, if any.
 repeated .google.cloud.securitycenter.v2.MitreAttack.Tactic additional_tactics = 3;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int | The count of additionalTactics. | 
    
  
  
  getAdditionalTacticsList()
  
    public List<MitreAttack.Tactic> getAdditionalTacticsList()
   
   Additional MITRE ATT&CK tactics related to this finding, if any.
 repeated .google.cloud.securitycenter.v2.MitreAttack.Tactic additional_tactics = 3;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | List<Tactic> | A list containing the additionalTactics. | 
    
  
  
  getAdditionalTacticsValue(int index)
  
    public int getAdditionalTacticsValue(int index)
   
   Additional MITRE ATT&CK tactics related to this finding, if any.
 repeated .google.cloud.securitycenter.v2.MitreAttack.Tactic additional_tactics = 3;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 The index of the value to return. | 
    
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int | The enum numeric value on the wire of additionalTactics at the given index. | 
    
  
  
  getAdditionalTacticsValueList()
  
    public List<Integer> getAdditionalTacticsValueList()
   
   Additional MITRE ATT&CK tactics related to this finding, if any.
 repeated .google.cloud.securitycenter.v2.MitreAttack.Tactic additional_tactics = 3;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | List<Integer> | A list containing the enum numeric values on the wire for additionalTactics. | 
    
  
  
  getAdditionalTechniques(int index)
  
    public 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.v2.MitreAttack.Technique additional_techniques = 4;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 The index of the element to return. | 
    
  
  
  
  getAdditionalTechniquesCount()
  
    public 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.v2.MitreAttack.Technique additional_techniques = 4;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int | The count of additionalTechniques. | 
    
  
  
  getAdditionalTechniquesList()
  
    public 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.v2.MitreAttack.Technique additional_techniques = 4;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | List<Technique> | A list containing the additionalTechniques. | 
    
  
  
  getAdditionalTechniquesValue(int index)
  
    public 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.v2.MitreAttack.Technique additional_techniques = 4;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 The index of the value to return. | 
    
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int | The enum numeric value on the wire of additionalTechniques at the given index. | 
    
  
  
  getAdditionalTechniquesValueList()
  
    public 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.v2.MitreAttack.Technique additional_techniques = 4;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | List<Integer> | A list containing the enum numeric values on the wire for additionalTechniques. | 
    
  
  
  getDefaultInstanceForType()
  
    public MitreAttack getDefaultInstanceForType()
   
  
  
  getParserForType()
  
    public Parser<MitreAttack> getParserForType()
   
  
  Overrides
  
  
  getPrimaryTactic()
  
    public MitreAttack.Tactic getPrimaryTactic()
   
   The MITRE ATT&CK tactic most closely represented by this finding, if any.
 .google.cloud.securitycenter.v2.MitreAttack.Tactic primary_tactic = 1;
getPrimaryTacticValue()
  
    public int getPrimaryTacticValue()
   
   The MITRE ATT&CK tactic most closely represented by this finding, if any.
 .google.cloud.securitycenter.v2.MitreAttack.Tactic primary_tactic = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int | The enum numeric value on the wire for primaryTactic. | 
    
  
  
  getPrimaryTechniques(int index)
  
    public 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.v2.MitreAttack.Technique primary_techniques = 2;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 The index of the element to return. | 
    
  
  
  
  getPrimaryTechniquesCount()
  
    public 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.v2.MitreAttack.Technique primary_techniques = 2;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int | The count of primaryTechniques. | 
    
  
  
  getPrimaryTechniquesList()
  
    public 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.v2.MitreAttack.Technique primary_techniques = 2;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | List<Technique> | A list containing the primaryTechniques. | 
    
  
  
  getPrimaryTechniquesValue(int index)
  
    public 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.v2.MitreAttack.Technique primary_techniques = 2;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 The index of the value to return. | 
    
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int | The enum numeric value on the wire of primaryTechniques at the given index. | 
    
  
  
  getPrimaryTechniquesValueList()
  
    public 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.v2.MitreAttack.Technique primary_techniques = 2;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | List<Integer> | A list containing the enum numeric values on the wire for primaryTechniques. | 
    
  
  
  getSerializedSize()
  
    public int getSerializedSize()
   
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  Overrides
  
  
  getVersion()
  
    public String getVersion()
   
   The MITRE ATT&CK version referenced by the above fields. E.g. "8".
 string version = 5;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The version. | 
    
  
  
  getVersionBytes()
  
    public ByteString getVersionBytes()
   
   The MITRE ATT&CK version referenced by the above fields. E.g. "8".
 string version = 5;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for version. | 
    
  
  
  hashCode()
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  Overrides
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  newBuilderForType()
  
    public MitreAttack.Builder newBuilderForType()
   
  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent)
  
    protected MitreAttack.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
   
  
  
  Overrides
  
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
  
    protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
   
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Object |  | 
    
  
  Overrides
  
  
  toBuilder()
  
    public MitreAttack.Builder toBuilder()
   
  
  
  writeTo(CodedOutputStream output)
  
    public void writeTo(CodedOutputStream output)
   
  
  Overrides