Class ReportingDataAnnotation.DateRange (0.72.0)

public static final class ReportingDataAnnotation.DateRange extends GeneratedMessageV3 implements ReportingDataAnnotation.DateRangeOrBuilder

Represents a Reporting Data Annotation's date range, both start and end dates are inclusive. Time zones are based on the parent property.

Protobuf type google.analytics.admin.v1alpha.ReportingDataAnnotation.DateRange

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ReportingDataAnnotation.DateRange

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

getDescriptor()

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

newBuilder()

public static ReportingDataAnnotation.DateRange.Builder newBuilder()
Returns
Type Description
ReportingDataAnnotation.DateRange.Builder

newBuilder(ReportingDataAnnotation.DateRange prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public ReportingDataAnnotation.DateRange getDefaultInstanceForType()
Returns
Type Description
ReportingDataAnnotation.DateRange

getEndDate()

public Date getEndDate()

Required. The end date for this range. Must be a valid date with year, month, and day set. This date must be greater than or equal to the start date.

.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 for this range. Must be a valid date with year, month, and day set. This date must be greater than or equal to the start date.

.google.type.Date end_date = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
com.google.type.DateOrBuilder

getParserForType()

public Parser<ReportingDataAnnotation.DateRange> getParserForType()
Returns
Type Description
Parser<DateRange>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getStartDate()

public Date getStartDate()

Required. The start date for this range. Must be a valid date with year, month, and day set. The date may be in the past, present, or future.

.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 for this range. Must be a valid date with year, month, and day set. The date may be in the past, present, or future.

.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 for this range. Must be a valid date with year, month, and day set. This date must be greater than or equal to the start date.

.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 for this range. Must be a valid date with year, month, and day set. The date may be in the past, present, or future.

.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 ReportingDataAnnotation.DateRange.Builder newBuilderForType()
Returns
Type Description
ReportingDataAnnotation.DateRange.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public ReportingDataAnnotation.DateRange.Builder toBuilder()
Returns
Type Description
ReportingDataAnnotation.DateRange.Builder

writeTo(CodedOutputStream output)

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