Interface ListValuedResourcesResponseOrBuilder (2.50.0)

public interface ListValuedResourcesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.

getTotalSize()

public abstract int getTotalSize()

The estimated total number of results matching the query.

int32 total_size = 3;

Returns
Type Description
int

The totalSize.

getValuedResources(int index)

public abstract ValuedResource getValuedResources(int index)

The valued resources that the attack path simulation identified.

repeated .google.cloud.securitycenter.v2.ValuedResource valued_resources = 1;

Parameter
Name Description
index int
Returns
Type Description
ValuedResource

getValuedResourcesCount()

public abstract int getValuedResourcesCount()

The valued resources that the attack path simulation identified.

repeated .google.cloud.securitycenter.v2.ValuedResource valued_resources = 1;

Returns
Type Description
int

getValuedResourcesList()

public abstract List<ValuedResource> getValuedResourcesList()

The valued resources that the attack path simulation identified.

repeated .google.cloud.securitycenter.v2.ValuedResource valued_resources = 1;

Returns
Type Description
List<ValuedResource>

getValuedResourcesOrBuilder(int index)

public abstract ValuedResourceOrBuilder getValuedResourcesOrBuilder(int index)

The valued resources that the attack path simulation identified.

repeated .google.cloud.securitycenter.v2.ValuedResource valued_resources = 1;

Parameter
Name Description
index int
Returns
Type Description
ValuedResourceOrBuilder

getValuedResourcesOrBuilderList()

public abstract List<? extends ValuedResourceOrBuilder> getValuedResourcesOrBuilderList()

The valued resources that the attack path simulation identified.

repeated .google.cloud.securitycenter.v2.ValuedResource valued_resources = 1;

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