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

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

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

package com.google.ads.googleads.v10.resources;

public interface AssetGroupAssetOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.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.v10.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.v10.enums.AssetFieldTypeEnum.AssetFieldType field_type = 4; * @return The fieldType. */ com.google.ads.googleads.v10.enums.AssetFieldTypeEnum.AssetFieldType getFieldType(); /** *
   * The status of the link between an asset and asset group.
   * 
* * .google.ads.googleads.v10.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.v10.enums.AssetLinkStatusEnum.AssetLinkStatus status = 5; * @return The status. */ com.google.ads.googleads.v10.enums.AssetLinkStatusEnum.AssetLinkStatus getStatus(); /** *
   * Output only. The performance of this asset group asset.
   * 
* * .google.ads.googleads.v10.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.v10.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel performance_label = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The performanceLabel. */ com.google.ads.googleads.v10.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel getPerformanceLabel(); /** *
   * Output only. The policy information for this asset group asset.
   * 
* * .google.ads.googleads.v10.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.v10.common.PolicySummary policy_summary = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The policySummary. */ com.google.ads.googleads.v10.common.PolicySummary getPolicySummary(); /** *
   * Output only. The policy information for this asset group asset.
   * 
* * .google.ads.googleads.v10.common.PolicySummary policy_summary = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.ads.googleads.v10.common.PolicySummaryOrBuilder getPolicySummaryOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy