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

com.google.ads.googleads.v17.resources.AssetGroupAssetOrBuilder Maven / Gradle / Ivy

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

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

public interface AssetGroupAssetOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.AssetGroupAsset)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Immutable. The resource name of the asset group asset.
   * Asset group asset resource name have the form:
   *
   * `customers/{customer_id}/assetGroupAssets/{asset_group_id}~{asset_id}~{field_type}`
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The resourceName. */ java.lang.String getResourceName(); /** *
   * Immutable. The resource name of the asset group asset.
   * Asset group asset resource name have the form:
   *
   * `customers/{customer_id}/assetGroupAssets/{asset_group_id}~{asset_id}~{field_type}`
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for resourceName. */ com.google.protobuf.ByteString getResourceNameBytes(); /** *
   * Immutable. The asset group which this asset group asset is linking.
   * 
* * string asset_group = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The assetGroup. */ java.lang.String getAssetGroup(); /** *
   * Immutable. The asset group which this asset group asset is linking.
   * 
* * string asset_group = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for assetGroup. */ com.google.protobuf.ByteString getAssetGroupBytes(); /** *
   * Immutable. The asset which this asset group asset is linking.
   * 
* * string asset = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The asset. */ java.lang.String getAsset(); /** *
   * Immutable. The asset which this asset group asset is linking.
   * 
* * string asset = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for asset. */ com.google.protobuf.ByteString getAssetBytes(); /** *
   * The description of the placement of the asset within the asset group. For
   * example: HEADLINE, YOUTUBE_VIDEO etc
   * 
* * .google.ads.googleads.v17.enums.AssetFieldTypeEnum.AssetFieldType field_type = 4; * @return The enum numeric value on the wire for fieldType. */ int getFieldTypeValue(); /** *
   * The description of the placement of the asset within the asset group. For
   * example: HEADLINE, YOUTUBE_VIDEO etc
   * 
* * .google.ads.googleads.v17.enums.AssetFieldTypeEnum.AssetFieldType field_type = 4; * @return The fieldType. */ com.google.ads.googleads.v17.enums.AssetFieldTypeEnum.AssetFieldType getFieldType(); /** *
   * The status of the link between an asset and asset group.
   * 
* * .google.ads.googleads.v17.enums.AssetLinkStatusEnum.AssetLinkStatus status = 5; * @return The enum numeric value on the wire for status. */ int getStatusValue(); /** *
   * The status of the link between an asset and asset group.
   * 
* * .google.ads.googleads.v17.enums.AssetLinkStatusEnum.AssetLinkStatus status = 5; * @return The status. */ com.google.ads.googleads.v17.enums.AssetLinkStatusEnum.AssetLinkStatus getStatus(); /** *
   * Output only. Provides the PrimaryStatus of this asset link.
   * Primary status is meant essentially to differentiate between the plain
   * "status" field, which has advertiser set values of enabled, paused, or
   * removed.  The primary status takes into account other signals (for assets
   * its mainly policy and quality approvals) to come up with a more
   * comprehensive status to indicate its serving state.
   * 
* * .google.ads.googleads.v17.enums.AssetLinkPrimaryStatusEnum.AssetLinkPrimaryStatus primary_status = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for primaryStatus. */ int getPrimaryStatusValue(); /** *
   * Output only. Provides the PrimaryStatus of this asset link.
   * Primary status is meant essentially to differentiate between the plain
   * "status" field, which has advertiser set values of enabled, paused, or
   * removed.  The primary status takes into account other signals (for assets
   * its mainly policy and quality approvals) to come up with a more
   * comprehensive status to indicate its serving state.
   * 
* * .google.ads.googleads.v17.enums.AssetLinkPrimaryStatusEnum.AssetLinkPrimaryStatus primary_status = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The primaryStatus. */ com.google.ads.googleads.v17.enums.AssetLinkPrimaryStatusEnum.AssetLinkPrimaryStatus getPrimaryStatus(); /** *
   * Output only. Provides a list of reasons for why an asset is not serving or
   * not serving at full capacity.
   * 
* * repeated .google.ads.googleads.v17.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason primary_status_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return A list containing the primaryStatusReasons. */ java.util.List getPrimaryStatusReasonsList(); /** *
   * Output only. Provides a list of reasons for why an asset is not serving or
   * not serving at full capacity.
   * 
* * repeated .google.ads.googleads.v17.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason primary_status_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The count of primaryStatusReasons. */ int getPrimaryStatusReasonsCount(); /** *
   * Output only. Provides a list of reasons for why an asset is not serving or
   * not serving at full capacity.
   * 
* * repeated .google.ads.googleads.v17.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason primary_status_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the element to return. * @return The primaryStatusReasons at the given index. */ com.google.ads.googleads.v17.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason getPrimaryStatusReasons(int index); /** *
   * Output only. Provides a list of reasons for why an asset is not serving or
   * not serving at full capacity.
   * 
* * repeated .google.ads.googleads.v17.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason primary_status_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return A list containing the enum numeric values on the wire for primaryStatusReasons. */ java.util.List getPrimaryStatusReasonsValueList(); /** *
   * Output only. Provides a list of reasons for why an asset is not serving or
   * not serving at full capacity.
   * 
* * repeated .google.ads.googleads.v17.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason primary_status_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the value to return. * @return The enum numeric value on the wire of primaryStatusReasons at the given index. */ int getPrimaryStatusReasonsValue(int index); /** *
   * Output only. Provides the details of the primary status and its associated
   * reasons.
   * 
* * repeated .google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails primary_status_details = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ java.util.List getPrimaryStatusDetailsList(); /** *
   * Output only. Provides the details of the primary status and its associated
   * reasons.
   * 
* * repeated .google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails primary_status_details = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails getPrimaryStatusDetails(int index); /** *
   * Output only. Provides the details of the primary status and its associated
   * reasons.
   * 
* * repeated .google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails primary_status_details = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ int getPrimaryStatusDetailsCount(); /** *
   * Output only. Provides the details of the primary status and its associated
   * reasons.
   * 
* * repeated .google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails primary_status_details = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ java.util.List getPrimaryStatusDetailsOrBuilderList(); /** *
   * Output only. Provides the details of the primary status and its associated
   * reasons.
   * 
* * repeated .google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails primary_status_details = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetailsOrBuilder getPrimaryStatusDetailsOrBuilder( int index); /** *
   * Output only. The performance of this asset group asset.
   * 
* * .google.ads.googleads.v17.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel performance_label = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for performanceLabel. */ int getPerformanceLabelValue(); /** *
   * Output only. The performance of this asset group asset.
   * 
* * .google.ads.googleads.v17.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel performance_label = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The performanceLabel. */ com.google.ads.googleads.v17.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel getPerformanceLabel(); /** *
   * Output only. The policy information for this asset group asset.
   * 
* * .google.ads.googleads.v17.common.PolicySummary policy_summary = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the policySummary field is set. */ boolean hasPolicySummary(); /** *
   * Output only. The policy information for this asset group asset.
   * 
* * .google.ads.googleads.v17.common.PolicySummary policy_summary = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The policySummary. */ com.google.ads.googleads.v17.common.PolicySummary getPolicySummary(); /** *
   * Output only. The policy information for this asset group asset.
   * 
* * .google.ads.googleads.v17.common.PolicySummary policy_summary = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.ads.googleads.v17.common.PolicySummaryOrBuilder getPolicySummaryOrBuilder(); /** *
   * Output only. Source of the asset group asset.
   * 
* * .google.ads.googleads.v17.enums.AssetSourceEnum.AssetSource source = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for source. */ int getSourceValue(); /** *
   * Output only. Source of the asset group asset.
   * 
* * .google.ads.googleads.v17.enums.AssetSourceEnum.AssetSource source = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The source. */ com.google.ads.googleads.v17.enums.AssetSourceEnum.AssetSource getSource(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy