Interface ListFeaturesResponseOrBuilder (0.5.4)

public interface ListFeaturesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

A token to request the next page of resources from the ListFeatures method. The value of an empty string means that there are no more resources to return.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token to request the next page of resources from the ListFeatures method. The value of an empty string means that there are no more resources to return.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getResources(int index)

public abstract Feature getResources(int index)

The list of matching Features

repeated .google.cloud.gkehub.v1.Feature resources = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Feature

getResourcesCount()

public abstract int getResourcesCount()

The list of matching Features

repeated .google.cloud.gkehub.v1.Feature resources = 1;

Returns
TypeDescription
int

getResourcesList()

public abstract List<Feature> getResourcesList()

The list of matching Features

repeated .google.cloud.gkehub.v1.Feature resources = 1;

Returns
TypeDescription
List<Feature>

getResourcesOrBuilder(int index)

public abstract FeatureOrBuilder getResourcesOrBuilder(int index)

The list of matching Features

repeated .google.cloud.gkehub.v1.Feature resources = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
FeatureOrBuilder

getResourcesOrBuilderList()

public abstract List<? extends FeatureOrBuilder> getResourcesOrBuilderList()

The list of matching Features

repeated .google.cloud.gkehub.v1.Feature resources = 1;

Returns
TypeDescription
List<? extends com.google.cloud.gkehub.v1.FeatureOrBuilder>