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

com.google.ads.googleads.v10.common.LifeEventSegmentOrBuilder Maven / Gradle / Ivy

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

package com.google.ads.googleads.v10.common;

public interface LifeEventSegmentOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.LifeEventSegment)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The life event resource.
   * 
* * optional string life_event = 1; * @return Whether the lifeEvent field is set. */ boolean hasLifeEvent(); /** *
   * The life event resource.
   * 
* * optional string life_event = 1; * @return The lifeEvent. */ java.lang.String getLifeEvent(); /** *
   * The life event resource.
   * 
* * optional string life_event = 1; * @return The bytes for lifeEvent. */ com.google.protobuf.ByteString getLifeEventBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy