public interface ListAppProfilesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AppProfile |
getAppProfiles(int index)
The list of requested app profiles.
|
int |
getAppProfilesCount()
The list of requested app profiles.
|
List<AppProfile> |
getAppProfilesList()
The list of requested app profiles.
|
AppProfileOrBuilder |
getAppProfilesOrBuilder(int index)
The list of requested app profiles.
|
List<? extends AppProfileOrBuilder> |
getAppProfilesOrBuilderList()
The list of requested app profiles.
|
String |
getNextPageToken()
Set if not all app profiles could be returned in a single response.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Set if not all app profiles could be returned in a single response.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<AppProfile> getAppProfilesList()
The list of requested app profiles.
repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;AppProfile getAppProfiles(int index)
The list of requested app profiles.
repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;int getAppProfilesCount()
The list of requested app profiles.
repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;List<? extends AppProfileOrBuilder> getAppProfilesOrBuilderList()
The list of requested app profiles.
repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;AppProfileOrBuilder getAppProfilesOrBuilder(int index)
The list of requested app profiles.
repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;String getNextPageToken()
Set if not all app profiles could be returned in a single response. Pass this value to `page_token` in another request to get the next page of results.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
Set if not all app profiles could be returned in a single response. Pass this value to `page_token` in another request to get the next page of results.
string next_page_token = 2;Copyright © 2018 Google LLC. All rights reserved.