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