Interface LegacyAppInstallAdInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LegacyAppInstallAdInfo,LegacyAppInstallAdInfo.Builder
public interface LegacyAppInstallAdInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAppId()The ID of the mobile app.com.google.protobuf.ByteStringgetAppIdBytes()The ID of the mobile app.LegacyAppInstallAdAppStoreEnum.LegacyAppInstallAdAppStoregetAppStore()The app store the mobile app is available in.intgetAppStoreValue()The app store the mobile app is available in.java.lang.StringgetDescription1()The first description line of the ad.com.google.protobuf.ByteStringgetDescription1Bytes()The first description line of the ad.java.lang.StringgetDescription2()The second description line of the ad.com.google.protobuf.ByteStringgetDescription2Bytes()The second description line of the ad.java.lang.StringgetHeadline()The headline of the ad.com.google.protobuf.ByteStringgetHeadlineBytes()The headline of the ad.booleanhasAppId()The ID of the mobile app.booleanhasDescription1()The first description line of the ad.booleanhasDescription2()The second description line of the ad.booleanhasHeadline()The headline of the ad.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAppId
boolean hasAppId()
The ID of the mobile app.
optional string app_id = 6;- Returns:
- Whether the appId field is set.
-
getAppId
java.lang.String getAppId()
The ID of the mobile app.
optional string app_id = 6;- Returns:
- The appId.
-
getAppIdBytes
com.google.protobuf.ByteString getAppIdBytes()
The ID of the mobile app.
optional string app_id = 6;- Returns:
- The bytes for appId.
-
getAppStoreValue
int getAppStoreValue()
The app store the mobile app is available in.
.google.ads.googleads.v10.enums.LegacyAppInstallAdAppStoreEnum.LegacyAppInstallAdAppStore app_store = 2;- Returns:
- The enum numeric value on the wire for appStore.
-
getAppStore
LegacyAppInstallAdAppStoreEnum.LegacyAppInstallAdAppStore getAppStore()
The app store the mobile app is available in.
.google.ads.googleads.v10.enums.LegacyAppInstallAdAppStoreEnum.LegacyAppInstallAdAppStore app_store = 2;- Returns:
- The appStore.
-
hasHeadline
boolean hasHeadline()
The headline of the ad.
optional string headline = 7;- Returns:
- Whether the headline field is set.
-
getHeadline
java.lang.String getHeadline()
The headline of the ad.
optional string headline = 7;- Returns:
- The headline.
-
getHeadlineBytes
com.google.protobuf.ByteString getHeadlineBytes()
The headline of the ad.
optional string headline = 7;- Returns:
- The bytes for headline.
-
hasDescription1
boolean hasDescription1()
The first description line of the ad.
optional string description1 = 8;- Returns:
- Whether the description1 field is set.
-
getDescription1
java.lang.String getDescription1()
The first description line of the ad.
optional string description1 = 8;- Returns:
- The description1.
-
getDescription1Bytes
com.google.protobuf.ByteString getDescription1Bytes()
The first description line of the ad.
optional string description1 = 8;- Returns:
- The bytes for description1.
-
hasDescription2
boolean hasDescription2()
The second description line of the ad.
optional string description2 = 9;- Returns:
- Whether the description2 field is set.
-
getDescription2
java.lang.String getDescription2()
The second description line of the ad.
optional string description2 = 9;- Returns:
- The description2.
-
getDescription2Bytes
com.google.protobuf.ByteString getDescription2Bytes()
The second description line of the ad.
optional string description2 = 9;- Returns:
- The bytes for description2.
-
-