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;
| 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;
| 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.v1.Feature resources = 1;
| Name | Description |
| index | int |
| Type | Description |
| Feature |
getResourcesCount()
public abstract int getResourcesCount()The list of matching Features
repeated .google.cloud.gkehub.v1.Feature resources = 1;
| Type | Description |
| int |
getResourcesList()
public abstract List<Feature> getResourcesList()The list of matching Features
repeated .google.cloud.gkehub.v1.Feature resources = 1;
| Type | Description |
| List<Feature> |
getResourcesOrBuilder(int index)
public abstract FeatureOrBuilder getResourcesOrBuilder(int index)The list of matching Features
repeated .google.cloud.gkehub.v1.Feature resources = 1;
| Name | Description |
| index | int |
| Type | Description |
| FeatureOrBuilder |
getResourcesOrBuilderList()
public abstract List<? extends FeatureOrBuilder> getResourcesOrBuilderList()The list of matching Features
repeated .google.cloud.gkehub.v1.Feature resources = 1;
| Type | Description |
| List<? extends com.google.cloud.gkehub.v1.FeatureOrBuilder> |