public interface ListTaxonomiesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
Pagination token of the next results page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Pagination token of the next results page.
|
Taxonomy |
getTaxonomies(int index)
Taxonomies that the project contains.
|
int |
getTaxonomiesCount()
Taxonomies that the project contains.
|
List<Taxonomy> |
getTaxonomiesList()
Taxonomies that the project contains.
|
TaxonomyOrBuilder |
getTaxonomiesOrBuilder(int index)
Taxonomies that the project contains.
|
List<? extends TaxonomyOrBuilder> |
getTaxonomiesOrBuilderList()
Taxonomies that the project contains.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Taxonomy> getTaxonomiesList()
Taxonomies that the project contains.
repeated .google.cloud.datacatalog.v1.Taxonomy taxonomies = 1;Taxonomy getTaxonomies(int index)
Taxonomies that the project contains.
repeated .google.cloud.datacatalog.v1.Taxonomy taxonomies = 1;int getTaxonomiesCount()
Taxonomies that the project contains.
repeated .google.cloud.datacatalog.v1.Taxonomy taxonomies = 1;List<? extends TaxonomyOrBuilder> getTaxonomiesOrBuilderList()
Taxonomies that the project contains.
repeated .google.cloud.datacatalog.v1.Taxonomy taxonomies = 1;TaxonomyOrBuilder getTaxonomiesOrBuilder(int index)
Taxonomies that the project contains.
repeated .google.cloud.datacatalog.v1.Taxonomy taxonomies = 1;String getNextPageToken()
Pagination token of the next results page. Empty if there are no more results in the list.
string next_page_token = 2;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;Copyright © 2023 Google LLC. All rights reserved.