com.google.ads.googleads.v10.common.HotelLengthOfStayInfoOrBuilder Maven / Gradle / Ivy
// 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 HotelLengthOfStayInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.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 - 2025 Weber Informatics LLC | Privacy Policy