All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.common.CustomParameterOrBuilder Maven / Gradle / Ivy

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