Class ReportDefinition.DateRange.FixedDateRange (0.39.0)

public static final class ReportDefinition.DateRange.FixedDateRange extends GeneratedMessageV3 implements ReportDefinition.DateRange.FixedDateRangeOrBuilder

A date range between two fixed dates (inclusive of end date).

Protobuf type google.ads.admanager.v1.ReportDefinition.DateRange.FixedDateRange

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ReportDefinition.DateRange.FixedDateRange

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 ReportDefinition.DateRange.FixedDateRange getDefaultInstance()
Returns
Type Description
ReportDefinition.DateRange.FixedDateRange

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static ReportDefinition.DateRange.FixedDateRange.Builder newBuilder()
Returns
Type Description
ReportDefinition.DateRange.FixedDateRange.Builder

newBuilder(ReportDefinition.DateRange.FixedDateRange prototype)

public static ReportDefinition.DateRange.FixedDateRange.Builder newBuilder(ReportDefinition.DateRange.FixedDateRange prototype)
Parameter
Name Description
prototype ReportDefinition.DateRange.FixedDateRange
Returns
Type Description
ReportDefinition.DateRange.FixedDateRange.Builder

parseDelimitedFrom(InputStream input)

public static ReportDefinition.DateRange.FixedDateRange parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ReportDefinition.DateRange.FixedDateRange
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ReportDefinition.DateRange.FixedDateRange parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ReportDefinition.DateRange.FixedDateRange
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ReportDefinition.DateRange.FixedDateRange parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ReportDefinition.DateRange.FixedDateRange
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ReportDefinition.DateRange.FixedDateRange parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ReportDefinition.DateRange.FixedDateRange
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ReportDefinition.DateRange.FixedDateRange parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ReportDefinition.DateRange.FixedDateRange
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ReportDefinition.DateRange.FixedDateRange parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ReportDefinition.DateRange.FixedDateRange
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ReportDefinition.DateRange.FixedDateRange parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ReportDefinition.DateRange.FixedDateRange
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ReportDefinition.DateRange.FixedDateRange parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ReportDefinition.DateRange.FixedDateRange
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ReportDefinition.DateRange.FixedDateRange parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ReportDefinition.DateRange.FixedDateRange
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ReportDefinition.DateRange.FixedDateRange parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ReportDefinition.DateRange.FixedDateRange
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ReportDefinition.DateRange.FixedDateRange parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ReportDefinition.DateRange.FixedDateRange
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ReportDefinition.DateRange.FixedDateRange parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ReportDefinition.DateRange.FixedDateRange
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ReportDefinition.DateRange.FixedDateRange> parser()
Returns
Type Description
Parser<FixedDateRange>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public ReportDefinition.DateRange.FixedDateRange getDefaultInstanceForType()
Returns
Type Description
ReportDefinition.DateRange.FixedDateRange

getEndDate()

public Date 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<ReportDefinition.DateRange.FixedDateRange> getParserForType()
Returns
Type Description
Parser<FixedDateRange>
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()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ReportDefinition.DateRange.FixedDateRange.Builder newBuilderForType()
Returns
Type Description
ReportDefinition.DateRange.FixedDateRange.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ReportDefinition.DateRange.FixedDateRange.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ReportDefinition.DateRange.FixedDateRange.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public ReportDefinition.DateRange.FixedDateRange.Builder toBuilder()
Returns
Type Description
ReportDefinition.DateRange.FixedDateRange.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException