com.google.ads.googleads.v10.common.CustomParameterOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/common/custom_parameter.proto
package com.google.ads.googleads.v10.common;
public interface CustomParameterOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.CustomParameter)
com.google.protobuf.MessageOrBuilder {
/**
*
* The key matching the parameter tag name.
*
*
* optional string key = 3;
* @return Whether the key field is set.
*/
boolean hasKey();
/**
*
* The key matching the parameter tag name.
*
*
* optional string key = 3;
* @return The key.
*/
java.lang.String getKey();
/**
*
* The key matching the parameter tag name.
*
*
* optional string key = 3;
* @return The bytes for key.
*/
com.google.protobuf.ByteString
getKeyBytes();
/**
*
* The value to be substituted.
*
*
* optional string value = 4;
* @return Whether the value field is set.
*/
boolean hasValue();
/**
*
* The value to be substituted.
*
*
* optional string value = 4;
* @return The value.
*/
java.lang.String getValue();
/**
*
* The value to be substituted.
*
*
* optional string value = 4;
* @return The bytes for value.
*/
com.google.protobuf.ByteString
getValueBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy