Send feedback
Class Report.DateRange.FixedDateRange (0.11.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.11.0 keyboard_arrow_down
public static final class Report . DateRange . FixedDateRange extends GeneratedMessageV3 implements Report . DateRange . FixedDateRangeOrBuilder
A date range between two fixed dates (inclusive of end date).
Protobuf type google.ads.admanager.v1.Report.DateRange.FixedDateRange
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
END_DATE_FIELD_NUMBER
public static final int END_DATE_FIELD_NUMBER
Field Value
Type
Description
int
START_DATE_FIELD_NUMBER
public static final int START_DATE_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static Report . DateRange . FixedDateRange getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static Report . DateRange . FixedDateRange . Builder newBuilder ()
newBuilder(Report.DateRange.FixedDateRange prototype)
public static Report . DateRange . FixedDateRange . Builder newBuilder ( Report . DateRange . FixedDateRange prototype )
public static Report . DateRange . FixedDateRange parseDelimitedFrom ( InputStream input )
public static Report . DateRange . FixedDateRange parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static Report . DateRange . FixedDateRange parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Report . DateRange . FixedDateRange parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static Report . DateRange . FixedDateRange parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Report . DateRange . FixedDateRange parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static Report . DateRange . FixedDateRange parseFrom ( CodedInputStream input )
public static Report . DateRange . FixedDateRange parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static Report . DateRange . FixedDateRange parseFrom ( InputStream input )
public static Report . DateRange . FixedDateRange parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static Report . DateRange . FixedDateRange parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Report . DateRange . FixedDateRange parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<Report . DateRange . FixedDateRange > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public Report . DateRange . FixedDateRange getDefaultInstanceForType ()
getEndDate()
Required. The end date (inclusive) of this date range.
.google.type.Date end_date = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
com.google.type.Date
The endDate.
getEndDateOrBuilder()
public DateOrBuilder getEndDateOrBuilder ()
Required. The end date (inclusive) of this date range.
.google.type.Date end_date = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
com.google.type.DateOrBuilder
getParserForType()
public Parser<Report . DateRange . FixedDateRange > getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getStartDate()
public Date getStartDate ()
Required. The start date of this date range.
.google.type.Date start_date = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
com.google.type.Date
The startDate.
getStartDateOrBuilder()
public DateOrBuilder getStartDateOrBuilder ()
Required. The start date of this date range.
.google.type.Date start_date = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
com.google.type.DateOrBuilder
hasEndDate()
public boolean hasEndDate ()
Required. The end date (inclusive) of this date range.
.google.type.Date end_date = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
boolean
Whether the endDate field is set.
hasStartDate()
public boolean hasStartDate ()
Required. The start date of this date range.
.google.type.Date start_date = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
boolean
Whether the startDate field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public Report . DateRange . FixedDateRange . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Report . DateRange . FixedDateRange . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public Report . DateRange . FixedDateRange . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-21 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `Report.DateRange.FixedDateRange` class, which defines a date range between two fixed dates in the Google Ad Manager API."],["The `FixedDateRange` class is part of the `google.ads.admanager.v1` Protobuf type and extends `GeneratedMessageV3`, implementing the `Report.DateRange.FixedDateRangeOrBuilder` interface."],["The latest version is 0.19.0, and the documentation covers versions back to 0.1.0 for this class, showing backwards compatibility."],["The class requires a start and end date, both of which are of the `google.type.Date` format and are inclusive in the date range."],["The webpage supplies a list of methods and fields for the FixedDateRange class, including static methods for parsing, building and retrieving information about the class, and also includes the fields necessary to implement the class."]]],[]]