com.google.ads.googleads.v17.common.AddressInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/common/criteria.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface AddressInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.AddressInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* Postal code.
*
*
* optional string postal_code = 8;
* @return Whether the postalCode field is set.
*/
boolean hasPostalCode();
/**
*
* Postal code.
*
*
* optional string postal_code = 8;
* @return The postalCode.
*/
java.lang.String getPostalCode();
/**
*
* Postal code.
*
*
* optional string postal_code = 8;
* @return The bytes for postalCode.
*/
com.google.protobuf.ByteString
getPostalCodeBytes();
/**
*
* Province or state code.
*
*
* optional string province_code = 9;
* @return Whether the provinceCode field is set.
*/
boolean hasProvinceCode();
/**
*
* Province or state code.
*
*
* optional string province_code = 9;
* @return The provinceCode.
*/
java.lang.String getProvinceCode();
/**
*
* Province or state code.
*
*
* optional string province_code = 9;
* @return The bytes for provinceCode.
*/
com.google.protobuf.ByteString
getProvinceCodeBytes();
/**
*
* Country code.
*
*
* optional string country_code = 10;
* @return Whether the countryCode field is set.
*/
boolean hasCountryCode();
/**
*
* Country code.
*
*
* optional string country_code = 10;
* @return The countryCode.
*/
java.lang.String getCountryCode();
/**
*
* Country code.
*
*
* optional string country_code = 10;
* @return The bytes for countryCode.
*/
com.google.protobuf.ByteString
getCountryCodeBytes();
/**
*
* Province or state name.
*
*
* optional string province_name = 11;
* @return Whether the provinceName field is set.
*/
boolean hasProvinceName();
/**
*
* Province or state name.
*
*
* optional string province_name = 11;
* @return The provinceName.
*/
java.lang.String getProvinceName();
/**
*
* Province or state name.
*
*
* optional string province_name = 11;
* @return The bytes for provinceName.
*/
com.google.protobuf.ByteString
getProvinceNameBytes();
/**
*
* Street address line 1.
*
*
* optional string street_address = 12;
* @return Whether the streetAddress field is set.
*/
boolean hasStreetAddress();
/**
*
* Street address line 1.
*
*
* optional string street_address = 12;
* @return The streetAddress.
*/
java.lang.String getStreetAddress();
/**
*
* Street address line 1.
*
*
* optional string street_address = 12;
* @return The bytes for streetAddress.
*/
com.google.protobuf.ByteString
getStreetAddressBytes();
/**
*
* Street address line 2. This field is write-only. It is only used for
* calculating the longitude and latitude of an address when geo_point is
* empty.
*
*
* optional string street_address2 = 13;
* @return Whether the streetAddress2 field is set.
*/
boolean hasStreetAddress2();
/**
*
* Street address line 2. This field is write-only. It is only used for
* calculating the longitude and latitude of an address when geo_point is
* empty.
*
*
* optional string street_address2 = 13;
* @return The streetAddress2.
*/
java.lang.String getStreetAddress2();
/**
*
* Street address line 2. This field is write-only. It is only used for
* calculating the longitude and latitude of an address when geo_point is
* empty.
*
*
* optional string street_address2 = 13;
* @return The bytes for streetAddress2.
*/
com.google.protobuf.ByteString
getStreetAddress2Bytes();
/**
*
* Name of the city.
*
*
* optional string city_name = 14;
* @return Whether the cityName field is set.
*/
boolean hasCityName();
/**
*
* Name of the city.
*
*
* optional string city_name = 14;
* @return The cityName.
*/
java.lang.String getCityName();
/**
*
* Name of the city.
*
*
* optional string city_name = 14;
* @return The bytes for cityName.
*/
com.google.protobuf.ByteString
getCityNameBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy