com.google.ads.googleads.v17.common.YearMonthRangeOrBuilder 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/dates.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface YearMonthRangeOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.YearMonthRange)
com.google.protobuf.MessageOrBuilder {
/**
*
* The inclusive start year month.
*
*
* .google.ads.googleads.v17.common.YearMonth start = 1;
* @return Whether the start field is set.
*/
boolean hasStart();
/**
*
* The inclusive start year month.
*
*
* .google.ads.googleads.v17.common.YearMonth start = 1;
* @return The start.
*/
com.google.ads.googleads.v17.common.YearMonth getStart();
/**
*
* The inclusive start year month.
*
*
* .google.ads.googleads.v17.common.YearMonth start = 1;
*/
com.google.ads.googleads.v17.common.YearMonthOrBuilder getStartOrBuilder();
/**
*
* The inclusive end year month.
*
*
* .google.ads.googleads.v17.common.YearMonth end = 2;
* @return Whether the end field is set.
*/
boolean hasEnd();
/**
*
* The inclusive end year month.
*
*
* .google.ads.googleads.v17.common.YearMonth end = 2;
* @return The end.
*/
com.google.ads.googleads.v17.common.YearMonth getEnd();
/**
*
* The inclusive end year month.
*
*
* .google.ads.googleads.v17.common.YearMonth end = 2;
*/
com.google.ads.googleads.v17.common.YearMonthOrBuilder getEndOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy