com.google.ads.googleads.v17.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-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/common/customizer_value.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface CustomizerValueOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.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.v17.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.v17.enums.CustomizerAttributeTypeEnum.CustomizerAttributeType type = 1 [(.google.api.field_behavior) = REQUIRED];
* @return The type.
*/
com.google.ads.googleads.v17.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