public interface ListTaxonomiesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()Pagination token of the next results page. Empty if there are no more results in the list.
string next_page_token = 2;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()Pagination token of the next results page. Empty if there are no more results in the list.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |
getTaxonomies(int index)
public abstract Taxonomy getTaxonomies(int index)Taxonomies that the project contains.
repeated .google.cloud.datacatalog.v1.Taxonomy taxonomies = 1;
| Name | Description |
| index | int |
| Type | Description |
| Taxonomy |
getTaxonomiesCount()
public abstract int getTaxonomiesCount()Taxonomies that the project contains.
repeated .google.cloud.datacatalog.v1.Taxonomy taxonomies = 1;
| Type | Description |
| int |
getTaxonomiesList()
public abstract List<Taxonomy> getTaxonomiesList()Taxonomies that the project contains.
repeated .google.cloud.datacatalog.v1.Taxonomy taxonomies = 1;
| Type | Description |
| List<Taxonomy> |
getTaxonomiesOrBuilder(int index)
public abstract TaxonomyOrBuilder getTaxonomiesOrBuilder(int index)Taxonomies that the project contains.
repeated .google.cloud.datacatalog.v1.Taxonomy taxonomies = 1;
| Name | Description |
| index | int |
| Type | Description |
| TaxonomyOrBuilder |
getTaxonomiesOrBuilderList()
public abstract List<? extends TaxonomyOrBuilder> getTaxonomiesOrBuilderList()Taxonomies that the project contains.
repeated .google.cloud.datacatalog.v1.Taxonomy taxonomies = 1;
| Type | Description |
| List<? extends com.google.cloud.datacatalog.v1.TaxonomyOrBuilder> |