public interface ListFeaturesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
A token to request the next page of resources from the
`ListFeatures` method.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token to request the next page of resources from the
`ListFeatures` method.
|
Feature |
getResources(int index)
The list of matching Features
|
int |
getResourcesCount()
The list of matching Features
|
List<Feature> |
getResourcesList()
The list of matching Features
|
FeatureOrBuilder |
getResourcesOrBuilder(int index)
The list of matching Features
|
List<? extends FeatureOrBuilder> |
getResourcesOrBuilderList()
The list of matching Features
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Feature> getResourcesList()
The list of matching Features
repeated .google.cloud.gkehub.v1alpha.Feature resources = 1;Feature getResources(int index)
The list of matching Features
repeated .google.cloud.gkehub.v1alpha.Feature resources = 1;int getResourcesCount()
The list of matching Features
repeated .google.cloud.gkehub.v1alpha.Feature resources = 1;List<? extends FeatureOrBuilder> getResourcesOrBuilderList()
The list of matching Features
repeated .google.cloud.gkehub.v1alpha.Feature resources = 1;FeatureOrBuilder getResourcesOrBuilder(int index)
The list of matching Features
repeated .google.cloud.gkehub.v1alpha.Feature resources = 1;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;com.google.protobuf.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;Copyright © 2024 Google LLC. All rights reserved.