com.google.ads.googleads.v17.common.LegacyAppInstallAdInfoOrBuilder 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/ad_type_infos.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface LegacyAppInstallAdInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.LegacyAppInstallAdInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* The ID of the mobile app.
*
*
* optional string app_id = 6;
* @return Whether the appId field is set.
*/
boolean hasAppId();
/**
*
* The ID of the mobile app.
*
*
* optional string app_id = 6;
* @return The appId.
*/
java.lang.String getAppId();
/**
*
* The ID of the mobile app.
*
*
* optional string app_id = 6;
* @return The bytes for appId.
*/
com.google.protobuf.ByteString
getAppIdBytes();
/**
*
* The app store the mobile app is available in.
*
*
* .google.ads.googleads.v17.enums.LegacyAppInstallAdAppStoreEnum.LegacyAppInstallAdAppStore app_store = 2;
* @return The enum numeric value on the wire for appStore.
*/
int getAppStoreValue();
/**
*
* The app store the mobile app is available in.
*
*
* .google.ads.googleads.v17.enums.LegacyAppInstallAdAppStoreEnum.LegacyAppInstallAdAppStore app_store = 2;
* @return The appStore.
*/
com.google.ads.googleads.v17.enums.LegacyAppInstallAdAppStoreEnum.LegacyAppInstallAdAppStore getAppStore();
/**
*
* The headline of the ad.
*
*
* optional string headline = 7;
* @return Whether the headline field is set.
*/
boolean hasHeadline();
/**
*
* The headline of the ad.
*
*
* optional string headline = 7;
* @return The headline.
*/
java.lang.String getHeadline();
/**
*
* The headline of the ad.
*
*
* optional string headline = 7;
* @return The bytes for headline.
*/
com.google.protobuf.ByteString
getHeadlineBytes();
/**
*
* The first description line of the ad.
*
*
* optional string description1 = 8;
* @return Whether the description1 field is set.
*/
boolean hasDescription1();
/**
*
* The first description line of the ad.
*
*
* optional string description1 = 8;
* @return The description1.
*/
java.lang.String getDescription1();
/**
*
* The first description line of the ad.
*
*
* optional string description1 = 8;
* @return The bytes for description1.
*/
com.google.protobuf.ByteString
getDescription1Bytes();
/**
*
* The second description line of the ad.
*
*
* optional string description2 = 9;
* @return Whether the description2 field is set.
*/
boolean hasDescription2();
/**
*
* The second description line of the ad.
*
*
* optional string description2 = 9;
* @return The description2.
*/
java.lang.String getDescription2();
/**
*
* The second description line of the ad.
*
*
* optional string description2 = 9;
* @return The bytes for description2.
*/
com.google.protobuf.ByteString
getDescription2Bytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy