public interface ListTaxonomiesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
Token used to retrieve the next page of results, or empty if there are no
more results in the list.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Token used to retrieve the next page of results, or empty if there are no
more results in the list.
|
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.v1beta1.Taxonomy taxonomies = 1;Taxonomy getTaxonomies(int index)
Taxonomies that the project contains.
repeated .google.cloud.datacatalog.v1beta1.Taxonomy taxonomies = 1;int getTaxonomiesCount()
Taxonomies that the project contains.
repeated .google.cloud.datacatalog.v1beta1.Taxonomy taxonomies = 1;List<? extends TaxonomyOrBuilder> getTaxonomiesOrBuilderList()
Taxonomies that the project contains.
repeated .google.cloud.datacatalog.v1beta1.Taxonomy taxonomies = 1;TaxonomyOrBuilder getTaxonomiesOrBuilder(int index)
Taxonomies that the project contains.
repeated .google.cloud.datacatalog.v1beta1.Taxonomy taxonomies = 1;String getNextPageToken()
Token used to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
Token used to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;Copyright © 2025 Google LLC. All rights reserved.