Interface SearchProtectedResourcesResponseOrBuilder (0.31.0)

public interface SearchProtectedResourcesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getProtectedResources(int index)

public abstract ProtectedResource getProtectedResources(int index)

Protected resources for this page.

repeated .google.cloud.kms.inventory.v1.ProtectedResource protected_resources = 1;

Parameter
Name Description
index int
Returns
Type Description
ProtectedResource

getProtectedResourcesCount()

public abstract int getProtectedResourcesCount()

Protected resources for this page.

repeated .google.cloud.kms.inventory.v1.ProtectedResource protected_resources = 1;

Returns
Type Description
int

getProtectedResourcesList()

public abstract List<ProtectedResource> getProtectedResourcesList()

Protected resources for this page.

repeated .google.cloud.kms.inventory.v1.ProtectedResource protected_resources = 1;

Returns
Type Description
List<ProtectedResource>

getProtectedResourcesOrBuilder(int index)

public abstract ProtectedResourceOrBuilder getProtectedResourcesOrBuilder(int index)

Protected resources for this page.

repeated .google.cloud.kms.inventory.v1.ProtectedResource protected_resources = 1;

Parameter
Name Description
index int
Returns
Type Description
ProtectedResourceOrBuilder

getProtectedResourcesOrBuilderList()

public abstract List<? extends ProtectedResourceOrBuilder> getProtectedResourcesOrBuilderList()

Protected resources for this page.

repeated .google.cloud.kms.inventory.v1.ProtectedResource protected_resources = 1;

Returns
Type Description
List<? extends com.google.cloud.kms.inventory.v1.ProtectedResourceOrBuilder>