Interface SearchProtectedResourcesResponseOrBuilder (0.30.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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
ProtectedResource

getProtectedResourcesCount()

public abstract int getProtectedResourcesCount()

Protected resources for this page.

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

Returns
TypeDescription
int

getProtectedResourcesList()

public abstract List<ProtectedResource> getProtectedResourcesList()

Protected resources for this page.

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

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
ProtectedResourceOrBuilder

getProtectedResourcesOrBuilderList()

public abstract List<? extends ProtectedResourceOrBuilder> getProtectedResourcesOrBuilderList()

Protected resources for this page.

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

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