public interface ListAttackPathsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAttackPaths(int index)
public abstract AttackPath getAttackPaths(int index)The attack paths that the attack path simulation identified.
repeated .google.cloud.securitycenter.v1.AttackPath attack_paths = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AttackPath |
|
getAttackPathsCount()
public abstract int getAttackPathsCount()The attack paths that the attack path simulation identified.
repeated .google.cloud.securitycenter.v1.AttackPath attack_paths = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getAttackPathsList()
public abstract List<AttackPath> getAttackPathsList()The attack paths that the attack path simulation identified.
repeated .google.cloud.securitycenter.v1.AttackPath attack_paths = 1;
| Returns | |
|---|---|
| Type | Description |
List<AttackPath> |
|
getAttackPathsOrBuilder(int index)
public abstract AttackPathOrBuilder getAttackPathsOrBuilder(int index)The attack paths that the attack path simulation identified.
repeated .google.cloud.securitycenter.v1.AttackPath attack_paths = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AttackPathOrBuilder |
|
getAttackPathsOrBuilderList()
public abstract List<? extends AttackPathOrBuilder> getAttackPathsOrBuilderList()The attack paths that the attack path simulation identified.
repeated .google.cloud.securitycenter.v1.AttackPath attack_paths = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.securitycenter.v1.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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |