Interface ListAttackPathsResponseOrBuilder (2.48.0)

public interface ListAttackPathsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAttackPaths(int index)

public abstract AttackPath getAttackPaths(int index)

The attack paths that the attack path simulation identified.

repeated .google.cloud.securitycenter.v2.AttackPath attack_paths = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
AttackPath

getAttackPathsCount()

public abstract int getAttackPathsCount()

The attack paths that the attack path simulation identified.

repeated .google.cloud.securitycenter.v2.AttackPath attack_paths = 1;

Returns
TypeDescription
int

getAttackPathsList()

public abstract List<AttackPath> getAttackPathsList()

The attack paths that the attack path simulation identified.

repeated .google.cloud.securitycenter.v2.AttackPath attack_paths = 1;

Returns
TypeDescription
List<AttackPath>

getAttackPathsOrBuilder(int index)

public abstract AttackPathOrBuilder getAttackPathsOrBuilder(int index)

The attack paths that the attack path simulation identified.

repeated .google.cloud.securitycenter.v2.AttackPath attack_paths = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
AttackPathOrBuilder

getAttackPathsOrBuilderList()

public abstract List<? extends AttackPathOrBuilder> getAttackPathsOrBuilderList()

The attack paths that the attack path simulation identified.

repeated .google.cloud.securitycenter.v2.AttackPath attack_paths = 1;

Returns
TypeDescription
List<? extends com.google.cloud.securitycenter.v2.AttackPathOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

Token to retrieve the next page of results, or empty if there are no more results.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Token to retrieve the next page of results, or empty if there are no more results.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.