
com.google.ads.googleads.v11.common.ProductCustomAttributeInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v11 Show documentation
Show all versions of google-ads-stubs-v11 Show documentation
Stubs for GAAPI version google-ads-stubs-v11
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v11/common/criteria.proto
package com.google.ads.googleads.v11.common;
public interface ProductCustomAttributeInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v11.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.v11.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.v11.enums.ProductCustomAttributeIndexEnum.ProductCustomAttributeIndex index = 2;
* @return The index.
*/
com.google.ads.googleads.v11.enums.ProductCustomAttributeIndexEnum.ProductCustomAttributeIndex getIndex();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy