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

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

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

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

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

  /**
   * 
   * Immutable. The resource name of the ad group asset set.
   * Ad group asset set resource names have the form:
   *
   * `customers/{customer_id}/adGroupAssetSets/{ad_group_id}~{asset_set_id}`
   * 
* * 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 ad group asset set.
   * Ad group asset set resource names have the form:
   *
   * `customers/{customer_id}/adGroupAssetSets/{ad_group_id}~{asset_set_id}`
   * 
* * 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 ad group to which this asset set is linked.
   * 
* * string ad_group = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The adGroup. */ java.lang.String getAdGroup(); /** *
   * Immutable. The ad group to which this asset set is linked.
   * 
* * string ad_group = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for adGroup. */ com.google.protobuf.ByteString getAdGroupBytes(); /** *
   * Immutable. The asset set which is linked to the ad group.
   * 
* * string asset_set = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The assetSet. */ java.lang.String getAssetSet(); /** *
   * Immutable. The asset set which is linked to the ad group.
   * 
* * string asset_set = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for assetSet. */ com.google.protobuf.ByteString getAssetSetBytes(); /** *
   * Output only. The status of the ad group asset set. Read-only.
   * 
* * .google.ads.googleads.v17.enums.AssetSetLinkStatusEnum.AssetSetLinkStatus status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for status. */ int getStatusValue(); /** *
   * Output only. The status of the ad group asset set. Read-only.
   * 
* * .google.ads.googleads.v17.enums.AssetSetLinkStatusEnum.AssetSetLinkStatus status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The status. */ com.google.ads.googleads.v17.enums.AssetSetLinkStatusEnum.AssetSetLinkStatus getStatus(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy