Class AttackPath (2.50.0)

public final class AttackPath extends GeneratedMessageV3 implements AttackPathOrBuilder

A path that an attacker could take to reach an exposed resource.

Protobuf type google.cloud.securitycenter.v2.AttackPath

Implements

AttackPathOrBuilder

Static Fields

EDGES_FIELD_NUMBER

public static final int EDGES_FIELD_NUMBER
Field Value
Type Description
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

PATH_NODES_FIELD_NUMBER

public static final int PATH_NODES_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static AttackPath getDefaultInstance()
Returns
Type Description
AttackPath

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static AttackPath.Builder newBuilder()
Returns
Type Description
AttackPath.Builder

newBuilder(AttackPath prototype)

public static AttackPath.Builder newBuilder(AttackPath prototype)
Parameter
Name Description
prototype AttackPath
Returns
Type Description
AttackPath.Builder

parseDelimitedFrom(InputStream input)

public static AttackPath parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
AttackPath
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AttackPath parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AttackPath
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static AttackPath parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
AttackPath
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static AttackPath parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AttackPath
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static AttackPath parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
AttackPath
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static AttackPath parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AttackPath
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static AttackPath parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
AttackPath
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static AttackPath parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AttackPath
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static AttackPath parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
AttackPath
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AttackPath parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AttackPath
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static AttackPath parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
AttackPath
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static AttackPath parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AttackPath
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<AttackPath> parser()
Returns
Type Description
Parser<AttackPath>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public AttackPath getDefaultInstanceForType()
Returns
Type Description
AttackPath

getEdges(int index)

public AttackPath.AttackPathEdge getEdges(int index)

A list of the edges between nodes in this attack path.

repeated .google.cloud.securitycenter.v2.AttackPath.AttackPathEdge edges = 3;

Parameter
Name Description
index int
Returns
Type Description
AttackPath.AttackPathEdge

getEdgesCount()

public int getEdgesCount()

A list of the edges between nodes in this attack path.

repeated .google.cloud.securitycenter.v2.AttackPath.AttackPathEdge edges = 3;

Returns
Type Description
int

getEdgesList()

public List<AttackPath.AttackPathEdge> getEdgesList()

A list of the edges between nodes in this attack path.

repeated .google.cloud.securitycenter.v2.AttackPath.AttackPathEdge edges = 3;

Returns
Type Description
List<AttackPathEdge>

getEdgesOrBuilder(int index)

public AttackPath.AttackPathEdgeOrBuilder getEdgesOrBuilder(int index)

A list of the edges between nodes in this attack path.

repeated .google.cloud.securitycenter.v2.AttackPath.AttackPathEdge edges = 3;

Parameter
Name Description
index int
Returns
Type Description
AttackPath.AttackPathEdgeOrBuilder

getEdgesOrBuilderList()

public List<? extends AttackPath.AttackPathEdgeOrBuilder> getEdgesOrBuilderList()

A list of the edges between nodes in this attack path.

repeated .google.cloud.securitycenter.v2.AttackPath.AttackPathEdge edges = 3;

Returns
Type Description
List<? extends com.google.cloud.securitycenter.v2.AttackPath.AttackPathEdgeOrBuilder>

getName()

public String getName()

The attack path name, for example, organizations/12/simulations/34/valuedResources/56/attackPaths/78

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

The attack path name, for example, organizations/12/simulations/34/valuedResources/56/attackPaths/78

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

getParserForType()

public Parser<AttackPath> getParserForType()
Returns
Type Description
Parser<AttackPath>
Overrides

getPathNodes(int index)

public AttackPath.AttackPathNode getPathNodes(int index)

A list of nodes that exist in this attack path.

repeated .google.cloud.securitycenter.v2.AttackPath.AttackPathNode path_nodes = 2;

Parameter
Name Description
index int
Returns
Type Description
AttackPath.AttackPathNode

getPathNodesCount()

public int getPathNodesCount()

A list of nodes that exist in this attack path.

repeated .google.cloud.securitycenter.v2.AttackPath.AttackPathNode path_nodes = 2;

Returns
Type Description
int

getPathNodesList()

public List<AttackPath.AttackPathNode> getPathNodesList()

A list of nodes that exist in this attack path.

repeated .google.cloud.securitycenter.v2.AttackPath.AttackPathNode path_nodes = 2;

Returns
Type Description
List<AttackPathNode>

getPathNodesOrBuilder(int index)

public AttackPath.AttackPathNodeOrBuilder getPathNodesOrBuilder(int index)

A list of nodes that exist in this attack path.

repeated .google.cloud.securitycenter.v2.AttackPath.AttackPathNode path_nodes = 2;

Parameter
Name Description
index int
Returns
Type Description
AttackPath.AttackPathNodeOrBuilder

getPathNodesOrBuilderList()

public List<? extends AttackPath.AttackPathNodeOrBuilder> getPathNodesOrBuilderList()

A list of nodes that exist in this attack path.

repeated .google.cloud.securitycenter.v2.AttackPath.AttackPathNode path_nodes = 2;

Returns
Type Description
List<? extends com.google.cloud.securitycenter.v2.AttackPath.AttackPathNodeOrBuilder>

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public AttackPath.Builder newBuilderForType()
Returns
Type Description
AttackPath.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected AttackPath.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
AttackPath.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public AttackPath.Builder toBuilder()
Returns
Type Description
AttackPath.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException