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
Modifier and TypeMethodDescriptiongetAppId()The ID of the mobile app.com.google.protobuf.ByteStringThe ID of the mobile app.The app store the mobile app is available in.intThe app store the mobile app is available in.The first description line of the ad.com.google.protobuf.ByteStringThe first description line of the ad.The second description line of the ad.com.google.protobuf.ByteStringThe second description line of the ad.The headline of the ad.com.google.protobuf.ByteStringThe headline of the ad.booleanhasAppId()The ID of the mobile app.booleanThe first description line of the ad.booleanThe second description line of the ad.booleanThe headline of the ad.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasAppId
boolean hasAppId()The ID of the mobile app.
optional string app_id = 6;- Returns:
- Whether the appId field is set.
-
getAppId
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.v18.enums.LegacyAppInstallAdAppStoreEnum.LegacyAppInstallAdAppStore app_store = 2;- Returns:
- The enum numeric value on the wire for appStore.
-
getAppStore
The app store the mobile app is available in.
.google.ads.googleads.v18.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
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
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
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.
-