All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.securitycenter.v2.MitreAttackOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.62.0
Show newest version
/*
 * Copyright 2024 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/securitycenter/v2/mitre_attack.proto

// Protobuf Java Version: 3.25.3
package com.google.cloud.securitycenter.v2;

public interface MitreAttackOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.securitycenter.v2.MitreAttack)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * The MITRE ATT&CK tactic most closely represented by this finding, if any.
   * 
* * .google.cloud.securitycenter.v2.MitreAttack.Tactic primary_tactic = 1; * * @return The enum numeric value on the wire for primaryTactic. */ int getPrimaryTacticValue(); /** * * *
   * The MITRE ATT&CK tactic most closely represented by this finding, if any.
   * 
* * .google.cloud.securitycenter.v2.MitreAttack.Tactic primary_tactic = 1; * * @return The primaryTactic. */ com.google.cloud.securitycenter.v2.MitreAttack.Tactic getPrimaryTactic(); /** * * *
   * 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; * * * @return A list containing the primaryTechniques. */ java.util.List 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; * * * @return The count of primaryTechniques. */ 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; * * * @param index The index of the element to return. * @return The primaryTechniques at the given index. */ com.google.cloud.securitycenter.v2.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; * * * @return A list containing the enum numeric values on the wire for primaryTechniques. */ java.util.List 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; * * * @param index The index of the value to return. * @return The enum numeric value on the wire of primaryTechniques at the given index. */ int getPrimaryTechniquesValue(int index); /** * * *
   * Additional MITRE ATT&CK tactics related to this finding, if any.
   * 
* * repeated .google.cloud.securitycenter.v2.MitreAttack.Tactic additional_tactics = 3; * * * @return A list containing the additionalTactics. */ java.util.List getAdditionalTacticsList(); /** * * *
   * Additional MITRE ATT&CK tactics related to this finding, if any.
   * 
* * repeated .google.cloud.securitycenter.v2.MitreAttack.Tactic additional_tactics = 3; * * * @return The count of additionalTactics. */ int getAdditionalTacticsCount(); /** * * *
   * Additional MITRE ATT&CK tactics related to this finding, if any.
   * 
* * repeated .google.cloud.securitycenter.v2.MitreAttack.Tactic additional_tactics = 3; * * * @param index The index of the element to return. * @return The additionalTactics at the given index. */ com.google.cloud.securitycenter.v2.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; * * * @return A list containing the enum numeric values on the wire for additionalTactics. */ java.util.List getAdditionalTacticsValueList(); /** * * *
   * Additional MITRE ATT&CK tactics related to this finding, if any.
   * 
* * repeated .google.cloud.securitycenter.v2.MitreAttack.Tactic additional_tactics = 3; * * * @param index The index of the value to return. * @return The enum numeric value on the wire of additionalTactics at the given index. */ int getAdditionalTacticsValue(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; * * * @return A list containing the additionalTechniques. */ java.util.List 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; * * * @return The count of additionalTechniques. */ 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; * * * @param index The index of the element to return. * @return The additionalTechniques at the given index. */ com.google.cloud.securitycenter.v2.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; * * * @return A list containing the enum numeric values on the wire for additionalTechniques. */ java.util.List 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; * * * @param index The index of the value to return. * @return The enum numeric value on the wire of additionalTechniques at the given index. */ int getAdditionalTechniquesValue(int index); /** * * *
   * The MITRE ATT&CK version referenced by the above fields. E.g. "8".
   * 
* * string version = 5; * * @return The version. */ java.lang.String getVersion(); /** * * *
   * The MITRE ATT&CK version referenced by the above fields. E.g. "8".
   * 
* * string version = 5; * * @return The bytes for version. */ com.google.protobuf.ByteString getVersionBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy