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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAppId()Required.com.google.protobuf.ByteStringgetAppIdBytes()Required.MobileAppVendorEnum.MobileAppVendorgetAppStore()Required.intgetAppStoreValue()Required.java.lang.StringgetEndDate()Last date of when this asset is effective and still serving, in yyyy-MM-dd format.com.google.protobuf.ByteStringgetEndDateBytes()Last date of when this asset is effective and still serving, in yyyy-MM-dd format.java.lang.StringgetLinkText()Required.com.google.protobuf.ByteStringgetLinkTextBytes()Required.java.lang.StringgetStartDate()Start date of when this asset is effective and can begin serving, in yyyy-MM-dd format.com.google.protobuf.ByteStringgetStartDateBytes()Start date of when this asset is effective and can begin serving, in yyyy-MM-dd format.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAppId
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];- 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.v10.enums.MobileAppVendorEnum.MobileAppVendor app_store = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The enum numeric value on the wire for appStore.
-
getAppStore
MobileAppVendorEnum.MobileAppVendor getAppStore()
Required. The application store that distributes this specific app.
.google.ads.googleads.v10.enums.MobileAppVendorEnum.MobileAppVendor app_store = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The appStore.
-
getLinkText
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];- 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
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;- 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
java.lang.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.
-
-