Package com.google.cloud.datacatalog.v1
Interface ListEntryGroupsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListEntryGroupsResponse,ListEntryGroupsResponse.Builder
@Generated
public interface ListEntryGroupsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetEntryGroups(int index) Entry group details.intEntry group details.Entry group details.getEntryGroupsOrBuilder(int index) Entry group details.List<? extends EntryGroupOrBuilder>Entry group details.Pagination token to specify in the next call to retrieve the next page of results.com.google.protobuf.ByteStringPagination token to specify in the next call to retrieve the next page of results.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getEntryGroupsList
List<EntryGroup> getEntryGroupsList()Entry group details.
repeated .google.cloud.datacatalog.v1.EntryGroup entry_groups = 1; -
getEntryGroups
Entry group details.
repeated .google.cloud.datacatalog.v1.EntryGroup entry_groups = 1; -
getEntryGroupsCount
int getEntryGroupsCount()Entry group details.
repeated .google.cloud.datacatalog.v1.EntryGroup entry_groups = 1; -
getEntryGroupsOrBuilderList
List<? extends EntryGroupOrBuilder> getEntryGroupsOrBuilderList()Entry group details.
repeated .google.cloud.datacatalog.v1.EntryGroup entry_groups = 1; -
getEntryGroupsOrBuilder
Entry group details.
repeated .google.cloud.datacatalog.v1.EntryGroup entry_groups = 1; -
getNextPageToken
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;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
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;- Returns:
- The bytes for nextPageToken.
-