Package com.google.doubleclick
Interface AdxExt.PublisherExtOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdxExt.PublisherExt,AdxExt.PublisherExt.Builder
- Enclosing class:
- AdxExt
public static interface AdxExt.PublisherExtOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCountry()The billing address country code of the publisher.com.google.protobuf.ByteStringgetCountryBytes()The billing address country code of the publisher.StringgetHostPublisherId()The ID of the host publisher.com.google.protobuf.ByteStringgetHostPublisherIdBytes()The ID of the host publisher.booleanhasCountry()The billing address country code of the publisher.booleanhasHostPublisherId()The ID of the host publisher.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCountry
boolean 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;- Returns:
- Whether the country field is set.
-
getCountry
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;- Returns:
- The country.
-
getCountryBytes
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;- Returns:
- The bytes for country.
-
hasHostPublisherId
boolean hasHostPublisherId()
The ID of the host publisher. When populated, indicates that the host publisher participated in revenue sharing, and the ID can be used to authorize ads.txt.
optional string host_publisher_id = 2;- Returns:
- Whether the hostPublisherId field is set.
-
getHostPublisherId
String getHostPublisherId()
The ID of the host publisher. When populated, indicates that the host publisher participated in revenue sharing, and the ID can be used to authorize ads.txt.
optional string host_publisher_id = 2;- Returns:
- The hostPublisherId.
-
getHostPublisherIdBytes
com.google.protobuf.ByteString getHostPublisherIdBytes()
The ID of the host publisher. When populated, indicates that the host publisher participated in revenue sharing, and the ID can be used to authorize ads.txt.
optional string host_publisher_id = 2;- Returns:
- The bytes for hostPublisherId.
-
-