public interface ListEntryGroupsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
EntryGroup |
getEntryGroups(int index)
Entry group details.
|
int |
getEntryGroupsCount()
Entry group details.
|
List<EntryGroup> |
getEntryGroupsList()
Entry group details.
|
EntryGroupOrBuilder |
getEntryGroupsOrBuilder(int index)
Entry group details.
|
List<? extends EntryGroupOrBuilder> |
getEntryGroupsOrBuilderList()
Entry group details.
|
String |
getNextPageToken()
Pagination token to specify in the next call to retrieve the next page of
results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Pagination token to specify in the next call to retrieve the next page of
results.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<EntryGroup> getEntryGroupsList()
Entry group details.
repeated .google.cloud.datacatalog.v1.EntryGroup entry_groups = 1;EntryGroup getEntryGroups(int index)
Entry group details.
repeated .google.cloud.datacatalog.v1.EntryGroup entry_groups = 1;int getEntryGroupsCount()
Entry group details.
repeated .google.cloud.datacatalog.v1.EntryGroup entry_groups = 1;List<? extends EntryGroupOrBuilder> getEntryGroupsOrBuilderList()
Entry group details.
repeated .google.cloud.datacatalog.v1.EntryGroup entry_groups = 1;EntryGroupOrBuilder getEntryGroupsOrBuilder(int index)
Entry group details.
repeated .google.cloud.datacatalog.v1.EntryGroup entry_groups = 1;String getNextPageToken()
Pagination token to specify in the next call to retrieve the next page of results. Empty if there are no more items.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
Pagination token to specify in the next call to retrieve the next page of results. Empty if there are no more items.
string next_page_token = 2;Copyright © 2023 Google LLC. All rights reserved.