com.google.ads.googleads.v17.common.CustomParameterOrBuilder 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/custom_parameter.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface CustomParameterOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.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 - 2024 Weber Informatics LLC | Privacy Policy