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

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

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/common/criteria.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;

public interface ActivityIdInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.ActivityIdInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * String value of the activity ID.
   * 
* * optional string value = 1; * @return Whether the value field is set. */ boolean hasValue(); /** *
   * String value of the activity ID.
   * 
* * optional string value = 1; * @return The value. */ java.lang.String getValue(); /** *
   * String value of the activity ID.
   * 
* * optional string value = 1; * @return The bytes for value. */ com.google.protobuf.ByteString getValueBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy