Interface MobileAppAssetOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MobileAppAsset, MobileAppAsset.Builder

public interface MobileAppAssetOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Required.
    com.google.protobuf.ByteString
    Required.
    Required.
    int
    Required.
    Last date of when this asset is effective and still serving, in yyyy-MM-dd format.
    com.google.protobuf.ByteString
    Last date of when this asset is effective and still serving, in yyyy-MM-dd format.
    Required.
    com.google.protobuf.ByteString
    Required.
    Start date of when this asset is effective and can begin serving, in yyyy-MM-dd format.
    com.google.protobuf.ByteString
    Start date of when this asset is effective and can begin serving, in yyyy-MM-dd format.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getAppId

      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];
      Returns:
      The appId.
    • getAppIdBytes

      com.google.protobuf.ByteString getAppIdBytes()
       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];
      Returns:
      The bytes for appId.
    • getAppStoreValue

      int getAppStoreValue()
       Required. The application store that distributes this specific app.
       
      .google.ads.googleads.v18.enums.MobileAppVendorEnum.MobileAppVendor app_store = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The enum numeric value on the wire for appStore.
    • getAppStore

       Required. The application store that distributes this specific app.
       
      .google.ads.googleads.v18.enums.MobileAppVendorEnum.MobileAppVendor app_store = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The appStore.
    • getLinkText

      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];
      Returns:
      The linkText.
    • getLinkTextBytes

      com.google.protobuf.ByteString getLinkTextBytes()
       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];
      Returns:
      The bytes for linkText.
    • getStartDate

      String getStartDate()
       Start date of when this asset is effective and can begin serving, in
       yyyy-MM-dd format.
       
      string start_date = 4;
      Returns:
      The startDate.
    • getStartDateBytes

      com.google.protobuf.ByteString getStartDateBytes()
       Start date of when this asset is effective and can begin serving, in
       yyyy-MM-dd format.
       
      string start_date = 4;
      Returns:
      The bytes for startDate.
    • getEndDate

      String getEndDate()
       Last date of when this asset is effective and still serving, in yyyy-MM-dd
       format.
       
      string end_date = 5;
      Returns:
      The endDate.
    • getEndDateBytes

      com.google.protobuf.ByteString getEndDateBytes()
       Last date of when this asset is effective and still serving, in yyyy-MM-dd
       format.
       
      string end_date = 5;
      Returns:
      The bytes for endDate.