com.google.ads.googleads.v17.common.HotelLengthOfStayInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
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