public interface ApplicationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAppStoreDisplayName()
public abstract String getAppStoreDisplayName()Output only. The name of the application on the app store.
optional string app_store_display_name = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The appStoreDisplayName. |
getAppStoreDisplayNameBytes()
public abstract ByteString getAppStoreDisplayNameBytes()Output only. The name of the application on the app store.
optional string app_store_display_name = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for appStoreDisplayName. |
getAppStoreId()
public abstract String getAppStoreId()Optional. The app store ID of the app to claim.
optional string app_store_id = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The appStoreId. |
getAppStoreIdBytes()
public abstract ByteString getAppStoreIdBytes()Optional. The app store ID of the app to claim.
optional string app_store_id = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for appStoreId. |
getAppStores(int index)
public abstract ApplicationStoreEnum.ApplicationStore getAppStores(int index)Optional. The app stores the application belongs to. This attribute is mutable to allow for third party app store linking.
repeated .google.ads.admanager.v1.ApplicationStoreEnum.ApplicationStore app_stores = 7 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
ApplicationStoreEnum.ApplicationStore |
The appStores at the given index. |
getAppStoresCount()
public abstract int getAppStoresCount()Optional. The app stores the application belongs to. This attribute is mutable to allow for third party app store linking.
repeated .google.ads.admanager.v1.ApplicationStoreEnum.ApplicationStore app_stores = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The count of appStores. |
getAppStoresList()
public abstract List<ApplicationStoreEnum.ApplicationStore> getAppStoresList()Optional. The app stores the application belongs to. This attribute is mutable to allow for third party app store linking.
repeated .google.ads.admanager.v1.ApplicationStoreEnum.ApplicationStore app_stores = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<ApplicationStore> |
A list containing the appStores. |
getAppStoresValue(int index)
public abstract int getAppStoresValue(int index)Optional. The app stores the application belongs to. This attribute is mutable to allow for third party app store linking.
repeated .google.ads.admanager.v1.ApplicationStoreEnum.ApplicationStore app_stores = 7 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire of appStores at the given index. |
getAppStoresValueList()
public abstract List<Integer> getAppStoresValueList()Optional. The app stores the application belongs to. This attribute is mutable to allow for third party app store linking.
repeated .google.ads.admanager.v1.ApplicationStoreEnum.ApplicationStore app_stores = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<Integer> |
A list containing the enum numeric values on the wire for appStores. |
getApplicationCode()
public abstract String getApplicationCode()Output only. The application code used to identify the app in the SDK.
Note that the UI refers to this as "App ID".
optional string application_code = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The applicationCode. |
getApplicationCodeBytes()
public abstract ByteString getApplicationCodeBytes()Output only. The application code used to identify the app in the SDK.
Note that the UI refers to this as "App ID".
optional string application_code = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for applicationCode. |
getApprovalStatus()
public abstract ApplicationApprovalStatusEnum.ApplicationApprovalStatus getApprovalStatus()Output only. The approval status for the application.
optional .google.ads.admanager.v1.ApplicationApprovalStatusEnum.ApplicationApprovalStatus approval_status = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ApplicationApprovalStatusEnum.ApplicationApprovalStatus |
The approvalStatus. |
getApprovalStatusValue()
public abstract int getApprovalStatusValue()Output only. The approval status for the application.
optional .google.ads.admanager.v1.ApplicationApprovalStatusEnum.ApplicationApprovalStatus approval_status = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for approvalStatus. |
getArchived()
public abstract boolean getArchived()Output only. The archival status of the application.
When true, an application cannot be targeted and will not serve ads,
regardless of its status.
optional bool archived = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
The archived. |
getDeveloper()
public abstract String getDeveloper()Output only. The name of the developer of the application.
optional string developer = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The developer. |
getDeveloperBytes()
public abstract ByteString getDeveloperBytes()Output only. The name of the developer of the application.
optional string developer = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for developer. |
getDisplayName()
public abstract String getDisplayName()Required. The display name of the application.
optional string display_name = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()Required. The display name of the application.
optional string display_name = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getDownloadUrl()
public abstract String getDownloadUrl()Output only. The download URL of the application on the app store it belongs to.
optional string download_url = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The downloadUrl. |
getDownloadUrlBytes()
public abstract ByteString getDownloadUrlBytes()Output only. The download URL of the application on the app store it belongs to.
optional string download_url = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for downloadUrl. |
getFree()
public abstract boolean getFree()Output only. Whether the application is free on the app store it belongs to.
optional bool free = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
The free. |
getName()
public abstract String getName() Identifier. The resource name of the Application.
Format: networks/{network_code}/applications/{application_id}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() Identifier. The resource name of the Application.
Format: networks/{network_code}/applications/{application_id}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getPlatform()
public abstract ApplicationPlatformEnum.ApplicationPlatform getPlatform()Output only. The platform the application runs on.
optional .google.ads.admanager.v1.ApplicationPlatformEnum.ApplicationPlatform platform = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ApplicationPlatformEnum.ApplicationPlatform |
The platform. |
getPlatformValue()
public abstract int getPlatformValue()Output only. The platform the application runs on.
optional .google.ads.admanager.v1.ApplicationPlatformEnum.ApplicationPlatform platform = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for platform. |
getWebviewClaimingStatus()
public abstract WebviewClaimingStatusEnum.WebviewClaimingStatus getWebviewClaimingStatus()Output only. The webview claiming status for the application.
optional .google.ads.admanager.v1.WebviewClaimingStatusEnum.WebviewClaimingStatus webview_claiming_status = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
WebviewClaimingStatusEnum.WebviewClaimingStatus |
The webviewClaimingStatus. |
getWebviewClaimingStatusValue()
public abstract int getWebviewClaimingStatusValue()Output only. The webview claiming status for the application.
optional .google.ads.admanager.v1.WebviewClaimingStatusEnum.WebviewClaimingStatus webview_claiming_status = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for webviewClaimingStatus. |
hasAppStoreDisplayName()
public abstract boolean hasAppStoreDisplayName()Output only. The name of the application on the app store.
optional string app_store_display_name = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the appStoreDisplayName field is set. |
hasAppStoreId()
public abstract boolean hasAppStoreId()Optional. The app store ID of the app to claim.
optional string app_store_id = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the appStoreId field is set. |
hasApplicationCode()
public abstract boolean hasApplicationCode()Output only. The application code used to identify the app in the SDK.
Note that the UI refers to this as "App ID".
optional string application_code = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the applicationCode field is set. |
hasApprovalStatus()
public abstract boolean hasApprovalStatus()Output only. The approval status for the application.
optional .google.ads.admanager.v1.ApplicationApprovalStatusEnum.ApplicationApprovalStatus approval_status = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the approvalStatus field is set. |
hasArchived()
public abstract boolean hasArchived()Output only. The archival status of the application.
When true, an application cannot be targeted and will not serve ads,
regardless of its status.
optional bool archived = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the archived field is set. |
hasDeveloper()
public abstract boolean hasDeveloper()Output only. The name of the developer of the application.
optional string developer = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the developer field is set. |
hasDisplayName()
public abstract boolean hasDisplayName()Required. The display name of the application.
optional string display_name = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the displayName field is set. |
hasDownloadUrl()
public abstract boolean hasDownloadUrl()Output only. The download URL of the application on the app store it belongs to.
optional string download_url = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the downloadUrl field is set. |
hasFree()
public abstract boolean hasFree()Output only. Whether the application is free on the app store it belongs to.
optional bool free = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the free field is set. |
hasPlatform()
public abstract boolean hasPlatform()Output only. The platform the application runs on.
optional .google.ads.admanager.v1.ApplicationPlatformEnum.ApplicationPlatform platform = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the platform field is set. |
hasWebviewClaimingStatus()
public abstract boolean hasWebviewClaimingStatus()Output only. The webview claiming status for the application.
optional .google.ads.admanager.v1.WebviewClaimingStatusEnum.WebviewClaimingStatus webview_claiming_status = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the webviewClaimingStatus field is set. |