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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Taxonomy |
|
getTaxonomiesCount()
public abstract int getTaxonomiesCount()Taxonomies that the project contains.
repeated .google.cloud.datacatalog.v1.Taxonomy taxonomies = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getTaxonomiesList()
public abstract List<Taxonomy> getTaxonomiesList()Taxonomies that the project contains.
repeated .google.cloud.datacatalog.v1.Taxonomy taxonomies = 1;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TaxonomyOrBuilder |
|
getTaxonomiesOrBuilderList()
public abstract List<? extends TaxonomyOrBuilder> getTaxonomiesOrBuilderList()Taxonomies that the project contains.
repeated .google.cloud.datacatalog.v1.Taxonomy taxonomies = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.datacatalog.v1.TaxonomyOrBuilder> |
|