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

com.google.ads.googleads.v17.common.HotelLengthOfStayInfoOrBuilder 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 HotelLengthOfStayInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.HotelLengthOfStayInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Low end of the number of nights in the stay.
   * 
* * optional int64 min_nights = 3; * @return Whether the minNights field is set. */ boolean hasMinNights(); /** *
   * Low end of the number of nights in the stay.
   * 
* * optional int64 min_nights = 3; * @return The minNights. */ long getMinNights(); /** *
   * High end of the number of nights in the stay.
   * 
* * optional int64 max_nights = 4; * @return Whether the maxNights field is set. */ boolean hasMaxNights(); /** *
   * High end of the number of nights in the stay.
   * 
* * optional int64 max_nights = 4; * @return The maxNights. */ long getMaxNights(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy