com.google.ads.googleads.v10.common.CustomizerValueOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v10 Show documentation
Show all versions of google-ads-stubs-v10 Show documentation
Stubs for GAAPI version google-ads-stubs-v10
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/common/customizer_value.proto
package com.google.ads.googleads.v10.common;
public interface CustomizerValueOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.CustomizerValue)
com.google.protobuf.MessageOrBuilder {
/**
*
* Required. The data type for the customizer value. It must match the attribute type.
* The string_value content must match the constraints associated with the
* type.
*
*
* .google.ads.googleads.v10.enums.CustomizerAttributeTypeEnum.CustomizerAttributeType type = 1 [(.google.api.field_behavior) = REQUIRED];
* @return The enum numeric value on the wire for type.
*/
int getTypeValue();
/**
*
* Required. The data type for the customizer value. It must match the attribute type.
* The string_value content must match the constraints associated with the
* type.
*
*
* .google.ads.googleads.v10.enums.CustomizerAttributeTypeEnum.CustomizerAttributeType type = 1 [(.google.api.field_behavior) = REQUIRED];
* @return The type.
*/
com.google.ads.googleads.v10.enums.CustomizerAttributeTypeEnum.CustomizerAttributeType getType();
/**
*
* Required. Value to insert in creative text. Customizer values of all types are stored
* as string to make formatting unambiguous.
*
*
* string string_value = 2 [(.google.api.field_behavior) = REQUIRED];
* @return The stringValue.
*/
java.lang.String getStringValue();
/**
*
* Required. Value to insert in creative text. Customizer values of all types are stored
* as string to make formatting unambiguous.
*
*
* string string_value = 2 [(.google.api.field_behavior) = REQUIRED];
* @return The bytes for stringValue.
*/
com.google.protobuf.ByteString
getStringValueBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy