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

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

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

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

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

  /**
   * 
   * Immutable. The resource name of the ad group customizer.
   * Ad group customizer resource names have the form:
   *
   * `customers/{customer_id}/adGroupCustomizers/{ad_group_id}~{customizer_attribute_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 customizer.
   * Ad group customizer resource names have the form:
   *
   * `customers/{customer_id}/adGroupCustomizers/{ad_group_id}~{customizer_attribute_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 the customizer attribute 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 the customizer attribute 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(); /** *
   * Required. Immutable. The customizer attribute which is linked to the ad
   * group.
   * 
* * string customizer_attribute = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The customizerAttribute. */ java.lang.String getCustomizerAttribute(); /** *
   * Required. Immutable. The customizer attribute which is linked to the ad
   * group.
   * 
* * string customizer_attribute = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for customizerAttribute. */ com.google.protobuf.ByteString getCustomizerAttributeBytes(); /** *
   * Output only. The status of the ad group customizer.
   * 
* * .google.ads.googleads.v17.enums.CustomizerValueStatusEnum.CustomizerValueStatus 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 customizer.
   * 
* * .google.ads.googleads.v17.enums.CustomizerValueStatusEnum.CustomizerValueStatus status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The status. */ com.google.ads.googleads.v17.enums.CustomizerValueStatusEnum.CustomizerValueStatus getStatus(); /** *
   * Required. The value to associate with the customizer attribute at this
   * level. The value must be of the type specified for the CustomizerAttribute.
   * 
* * .google.ads.googleads.v17.common.CustomizerValue value = 5 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the value field is set. */ boolean hasValue(); /** *
   * Required. The value to associate with the customizer attribute at this
   * level. The value must be of the type specified for the CustomizerAttribute.
   * 
* * .google.ads.googleads.v17.common.CustomizerValue value = 5 [(.google.api.field_behavior) = REQUIRED]; * @return The value. */ com.google.ads.googleads.v17.common.CustomizerValue getValue(); /** *
   * Required. The value to associate with the customizer attribute at this
   * level. The value must be of the type specified for the CustomizerAttribute.
   * 
* * .google.ads.googleads.v17.common.CustomizerValue value = 5 [(.google.api.field_behavior) = REQUIRED]; */ com.google.ads.googleads.v17.common.CustomizerValueOrBuilder getValueOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy