public interface ListEntryGroupsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
EntryGroup |
getEntryGroups(int index)
EntryGroup details.
|
int |
getEntryGroupsCount()
EntryGroup details.
|
List<EntryGroup> |
getEntryGroupsList()
EntryGroup details.
|
EntryGroupOrBuilder |
getEntryGroupsOrBuilder(int index)
EntryGroup details.
|
List<? extends EntryGroupOrBuilder> |
getEntryGroupsOrBuilderList()
EntryGroup details.
|
String |
getNextPageToken()
Token to retrieve the next page of results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Token to retrieve the next page of results.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<EntryGroup> getEntryGroupsList()
EntryGroup details.
repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;EntryGroup getEntryGroups(int index)
EntryGroup details.
repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;int getEntryGroupsCount()
EntryGroup details.
repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;List<? extends EntryGroupOrBuilder> getEntryGroupsOrBuilderList()
EntryGroup details.
repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;EntryGroupOrBuilder getEntryGroupsOrBuilder(int index)
EntryGroup details.
repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;String getNextPageToken()
Token to retrieve the next page of results. It is set to empty if no items remain in results.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
Token to retrieve the next page of results. It is set to empty if no items remain in results.
string next_page_token = 2;Copyright © 2025 Google LLC. All rights reserved.