Interface CustomizerAttributeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CustomizerAttribute, CustomizerAttribute.Builder

public interface CustomizerAttributeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getResourceName

      String getResourceName()
       Immutable. The resource name of the customizer attribute.
       Customizer Attribute resource names have the form:
      
       `customers/{customer_id}/customizerAttributes/{customizer_attribute_id}`
       
      string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Returns:
      The resourceName.
    • getResourceNameBytes

      com.google.protobuf.ByteString getResourceNameBytes()
       Immutable. The resource name of the customizer attribute.
       Customizer Attribute resource names have the form:
      
       `customers/{customer_id}/customizerAttributes/{customizer_attribute_id}`
       
      string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for resourceName.
    • getId

      long getId()
       Output only. The ID of the customizer attribute.
       
      int64 id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The id.
    • getName

      String getName()
       Required. Immutable. Name of the customizer attribute. Required. It must
       have a minimum length of 1 and maximum length of 40. Name of an enabled
       customizer attribute must be unique (case insensitive).
       
      string name = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Required. Immutable. Name of the customizer attribute. Required. It must
       have a minimum length of 1 and maximum length of 40. Name of an enabled
       customizer attribute must be unique (case insensitive).
       
      string name = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
      Returns:
      The bytes for name.
    • getTypeValue

      int getTypeValue()
       Immutable. The type of the customizer attribute.
       
      .google.ads.googleads.v18.enums.CustomizerAttributeTypeEnum.CustomizerAttributeType type = 4 [(.google.api.field_behavior) = IMMUTABLE];
      Returns:
      The enum numeric value on the wire for type.
    • getType

       Immutable. The type of the customizer attribute.
       
      .google.ads.googleads.v18.enums.CustomizerAttributeTypeEnum.CustomizerAttributeType type = 4 [(.google.api.field_behavior) = IMMUTABLE];
      Returns:
      The type.
    • getStatusValue

      int getStatusValue()
       Output only. The status of the customizer attribute.
       
      .google.ads.googleads.v18.enums.CustomizerAttributeStatusEnum.CustomizerAttributeStatus status = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The enum numeric value on the wire for status.
    • getStatus

       Output only. The status of the customizer attribute.
       
      .google.ads.googleads.v18.enums.CustomizerAttributeStatusEnum.CustomizerAttributeStatus status = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The status.