com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilderAdxExt.PublisherExt, AdxExt.PublisherExt.Builderpublic static interface AdxExt.PublisherExtOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getCountry() |
The billing address country code of the publisher.
|
com.google.protobuf.ByteString |
getCountryBytes() |
The billing address country code of the publisher.
|
boolean |
hasCountry() |
The billing address country code of the publisher.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCountry()
The billing address country code of the publisher. This may be different from the hosting country of the website. For a complete list of country codes, please refer to https://developers.google.com/adwords/api/docs/appendix/codes-formats#country-codes
optional string country = 1;java.lang.String getCountry()
The billing address country code of the publisher. This may be different from the hosting country of the website. For a complete list of country codes, please refer to https://developers.google.com/adwords/api/docs/appendix/codes-formats#country-codes
optional string country = 1;com.google.protobuf.ByteString getCountryBytes()
The billing address country code of the publisher. This may be different from the hosting country of the website. For a complete list of country codes, please refer to https://developers.google.com/adwords/api/docs/appendix/codes-formats#country-codes
optional string country = 1;Copyright © 2019 Google, Inc.. All rights reserved.