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

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

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

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

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

  /**
   * 
   * The Geo Target Constant resource name.
   * 
* * optional string state_criterion = 2; * @return Whether the stateCriterion field is set. */ boolean hasStateCriterion(); /** *
   * The Geo Target Constant resource name.
   * 
* * optional string state_criterion = 2; * @return The stateCriterion. */ java.lang.String getStateCriterion(); /** *
   * The Geo Target Constant resource name.
   * 
* * optional string state_criterion = 2; * @return The bytes for stateCriterion. */ com.google.protobuf.ByteString getStateCriterionBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy