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

com.google.ads.googleads.v17.common.ProductCustomAttributeInfoOrBuilder Maven / Gradle / Ivy

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

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

public interface ProductCustomAttributeInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.ProductCustomAttributeInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * String value of the product custom attribute.
   * 
* * optional string value = 3; * @return Whether the value field is set. */ boolean hasValue(); /** *
   * String value of the product custom attribute.
   * 
* * optional string value = 3; * @return The value. */ java.lang.String getValue(); /** *
   * String value of the product custom attribute.
   * 
* * optional string value = 3; * @return The bytes for value. */ com.google.protobuf.ByteString getValueBytes(); /** *
   * Indicates the index of the custom attribute.
   * 
* * .google.ads.googleads.v17.enums.ProductCustomAttributeIndexEnum.ProductCustomAttributeIndex index = 2; * @return The enum numeric value on the wire for index. */ int getIndexValue(); /** *
   * Indicates the index of the custom attribute.
   * 
* * .google.ads.googleads.v17.enums.ProductCustomAttributeIndexEnum.ProductCustomAttributeIndex index = 2; * @return The index. */ com.google.ads.googleads.v17.enums.ProductCustomAttributeIndexEnum.ProductCustomAttributeIndex getIndex(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy