Interface ListValuedResourcesResponseOrBuilder (2.49.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
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.

getTotalSize()

public abstract int getTotalSize()

The estimated total number of results matching the query.

int32 total_size = 3;

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.cloud.securitycenter.v2.ValuedResourceOrBuilder>