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
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Report.DateRange.FixedDateRangeImplements
Report.DateRange.FixedDateRangeOrBuilderStatic 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()
Returns | |
---|---|
Type | Description |
Report.DateRange.FixedDateRange |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static Report.DateRange.FixedDateRange.Builder newBuilder()
Returns | |
---|---|
Type | Description |
Report.DateRange.FixedDateRange.Builder |
newBuilder(Report.DateRange.FixedDateRange prototype)
public static Report.DateRange.FixedDateRange.Builder newBuilder(Report.DateRange.FixedDateRange prototype)
Parameter | |
---|---|
Name | Description |
prototype |
Report.DateRange.FixedDateRange |
Returns | |
---|---|
Type | Description |
Report.DateRange.FixedDateRange.Builder |
parseDelimitedFrom(InputStream input)
public static Report.DateRange.FixedDateRange parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
Report.DateRange.FixedDateRange |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Report.DateRange.FixedDateRange parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Report.DateRange.FixedDateRange |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static Report.DateRange.FixedDateRange parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
Report.DateRange.FixedDateRange |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Report.DateRange.FixedDateRange parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Report.DateRange.FixedDateRange |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Report.DateRange.FixedDateRange parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
Report.DateRange.FixedDateRange |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Report.DateRange.FixedDateRange parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Report.DateRange.FixedDateRange |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Report.DateRange.FixedDateRange parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
Report.DateRange.FixedDateRange |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Report.DateRange.FixedDateRange parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Report.DateRange.FixedDateRange |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static Report.DateRange.FixedDateRange parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
Report.DateRange.FixedDateRange |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Report.DateRange.FixedDateRange parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Report.DateRange.FixedDateRange |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Report.DateRange.FixedDateRange parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
Report.DateRange.FixedDateRange |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Report.DateRange.FixedDateRange parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Report.DateRange.FixedDateRange |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Report.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 |
getDefaultInstanceForType()
public Report.DateRange.FixedDateRange getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
Report.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<Report.DateRange.FixedDateRange> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<FixedDateRange> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
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 |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public Report.DateRange.FixedDateRange.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
Report.DateRange.FixedDateRange.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Report.DateRange.FixedDateRange.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
Report.DateRange.FixedDateRange.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public Report.DateRange.FixedDateRange.Builder toBuilder()
Returns | |
---|---|
Type | Description |
Report.DateRange.FixedDateRange.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |