public interface ListFeaturesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getResources(int index)
public abstract Feature getResources(int index)The list of matching Features
repeated .google.cloud.gkehub.v1beta.Feature resources = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Feature |
|
getResourcesCount()
public abstract int getResourcesCount()The list of matching Features
repeated .google.cloud.gkehub.v1beta.Feature resources = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getResourcesList()
public abstract List<Feature> getResourcesList()The list of matching Features
repeated .google.cloud.gkehub.v1beta.Feature resources = 1;
| Returns | |
|---|---|
| Type | Description |
List<Feature> |
|
getResourcesOrBuilder(int index)
public abstract FeatureOrBuilder getResourcesOrBuilder(int index)The list of matching Features
repeated .google.cloud.gkehub.v1beta.Feature resources = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FeatureOrBuilder |
|
getResourcesOrBuilderList()
public abstract List<? extends FeatureOrBuilder> getResourcesOrBuilderList()The list of matching Features
repeated .google.cloud.gkehub.v1beta.Feature resources = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.gkehub.v1beta.FeatureOrBuilder> |
|