public interface ListTaxonomyCategoriesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken() A token, which can be sent as page_token to retrieve the next page.
 If this field is omitted, there are no subsequent pages.
 string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description | 
| String | The nextPageToken. | 
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() A token, which can be sent as page_token to retrieve the next page.
 If this field is omitted, there are no subsequent pages.
 string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for nextPageToken. | 
getTaxonomyCategories(int index)
public abstract TaxonomyCategory getTaxonomyCategories(int index) The TaxonomyCategory objects.
 repeated .google.ads.admanager.v1.TaxonomyCategory taxonomy_categories = 1;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| TaxonomyCategory | |
getTaxonomyCategoriesCount()
public abstract int getTaxonomyCategoriesCount() The TaxonomyCategory objects.
 repeated .google.ads.admanager.v1.TaxonomyCategory taxonomy_categories = 1;
| Returns | |
|---|---|
| Type | Description | 
| int | |
getTaxonomyCategoriesList()
public abstract List<TaxonomyCategory> getTaxonomyCategoriesList() The TaxonomyCategory objects.
 repeated .google.ads.admanager.v1.TaxonomyCategory taxonomy_categories = 1;
| Returns | |
|---|---|
| Type | Description | 
| List<TaxonomyCategory> | |
getTaxonomyCategoriesOrBuilder(int index)
public abstract TaxonomyCategoryOrBuilder getTaxonomyCategoriesOrBuilder(int index) The TaxonomyCategory objects.
 repeated .google.ads.admanager.v1.TaxonomyCategory taxonomy_categories = 1;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| TaxonomyCategoryOrBuilder | |
getTaxonomyCategoriesOrBuilderList()
public abstract List<? extends TaxonomyCategoryOrBuilder> getTaxonomyCategoriesOrBuilderList() The TaxonomyCategory objects.
 repeated .google.ads.admanager.v1.TaxonomyCategory taxonomy_categories = 1;
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.ads.admanager.v1.TaxonomyCategoryOrBuilder> | |
getTotalSize()
public abstract int getTotalSize() Total number of TaxonomyCategory objects.
 If a filter was included in the request, this reflects the total number
 after the filtering is applied.
 total_size will not be calculated in the response unless it has been
 included in a response field mask. The response field mask can be provided
 to the method by using the URL parameter $fields or fields, or by using
 the HTTP/gRPC header X-Goog-FieldMask.
For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
 int32 total_size = 3;
| Returns | |
|---|---|
| Type | Description | 
| int | The totalSize. |