Package com.google.cloud.datacatalog.v1
Interface ListTaxonomiesResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListTaxonomiesResponse,ListTaxonomiesResponse.Builder
@Generated
public interface ListTaxonomiesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionPagination token of the next results page.com.google.protobuf.ByteStringPagination token of the next results page.getTaxonomies(int index) Taxonomies that the project contains.intTaxonomies that the project contains.Taxonomies that the project contains.getTaxonomiesOrBuilder(int index) Taxonomies that the project contains.List<? extends TaxonomyOrBuilder>Taxonomies that the project contains.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
-
getTaxonomiesList
Taxonomies that the project contains.
repeated .google.cloud.datacatalog.v1.Taxonomy taxonomies = 1; -
getTaxonomies
Taxonomies that the project contains.
repeated .google.cloud.datacatalog.v1.Taxonomy taxonomies = 1; -
getTaxonomiesCount
int getTaxonomiesCount()Taxonomies that the project contains.
repeated .google.cloud.datacatalog.v1.Taxonomy taxonomies = 1; -
getTaxonomiesOrBuilderList
List<? extends TaxonomyOrBuilder> getTaxonomiesOrBuilderList()Taxonomies that the project contains.
repeated .google.cloud.datacatalog.v1.Taxonomy taxonomies = 1; -
getTaxonomiesOrBuilder
Taxonomies that the project contains.
repeated .google.cloud.datacatalog.v1.Taxonomy taxonomies = 1; -
getNextPageToken
String getNextPageToken()Pagination token of the next results page. Empty if there are no more results in the list.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()Pagination token of the next results page. Empty if there are no more results in the list.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-