All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.common.MobileAppAssetOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/common/asset_types.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;

public interface MobileAppAssetOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.MobileAppAsset)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Required. A string that uniquely identifies a mobile application. It should
   * just contain the platform native id, like "com.android.ebay" for Android or
   * "12345689" for iOS.
   * 
* * string app_id = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The appId. */ java.lang.String getAppId(); /** *
   * Required. A string that uniquely identifies a mobile application. It should
   * just contain the platform native id, like "com.android.ebay" for Android or
   * "12345689" for iOS.
   * 
* * string app_id = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The bytes for appId. */ com.google.protobuf.ByteString getAppIdBytes(); /** *
   * Required. The application store that distributes this specific app.
   * 
* * .google.ads.googleads.v17.enums.MobileAppVendorEnum.MobileAppVendor app_store = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The enum numeric value on the wire for appStore. */ int getAppStoreValue(); /** *
   * Required. The application store that distributes this specific app.
   * 
* * .google.ads.googleads.v17.enums.MobileAppVendorEnum.MobileAppVendor app_store = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The appStore. */ com.google.ads.googleads.v17.enums.MobileAppVendorEnum.MobileAppVendor getAppStore(); /** *
   * Required. The visible text displayed when the link is rendered in an ad.
   * The length of this string should be between 1 and 25, inclusive.
   * 
* * string link_text = 3 [(.google.api.field_behavior) = REQUIRED]; * @return The linkText. */ java.lang.String getLinkText(); /** *
   * Required. The visible text displayed when the link is rendered in an ad.
   * The length of this string should be between 1 and 25, inclusive.
   * 
* * string link_text = 3 [(.google.api.field_behavior) = REQUIRED]; * @return The bytes for linkText. */ com.google.protobuf.ByteString getLinkTextBytes(); /** *
   * Start date of when this asset is effective and can begin serving, in
   * yyyy-MM-dd format.
   * 
* * string start_date = 4; * @return The startDate. */ java.lang.String getStartDate(); /** *
   * Start date of when this asset is effective and can begin serving, in
   * yyyy-MM-dd format.
   * 
* * string start_date = 4; * @return The bytes for startDate. */ com.google.protobuf.ByteString getStartDateBytes(); /** *
   * Last date of when this asset is effective and still serving, in yyyy-MM-dd
   * format.
   * 
* * string end_date = 5; * @return The endDate. */ java.lang.String getEndDate(); /** *
   * Last date of when this asset is effective and still serving, in yyyy-MM-dd
   * format.
   * 
* * string end_date = 5; * @return The bytes for endDate. */ com.google.protobuf.ByteString getEndDateBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy