public final class AccessDateRange extends GeneratedMessageV3 implements AccessDateRangeOrBuilder
A contiguous range of days: startDate, startDate + 1, ..., endDate.
Protobuf type google.analytics.admin.v1alpha.AccessDateRange
Static Fields
END_DATE_FIELD_NUMBER
public static final int END_DATE_FIELD_NUMBER
Field Value
START_DATE_FIELD_NUMBER
public static final int START_DATE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static AccessDateRange getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static AccessDateRange.Builder newBuilder()
Returns
newBuilder(AccessDateRange prototype)
public static AccessDateRange.Builder newBuilder(AccessDateRange prototype)
Parameter
Returns
public static AccessDateRange parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static AccessDateRange parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static AccessDateRange parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AccessDateRange parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static AccessDateRange parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AccessDateRange parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static AccessDateRange parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static AccessDateRange parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static AccessDateRange parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static AccessDateRange parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static AccessDateRange parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AccessDateRange parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<AccessDateRange> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public AccessDateRange getDefaultInstanceForType()
Returns
getEndDate()
public String getEndDate()
The inclusive end date for the query in the format YYYY-MM-DD
. Cannot
be before startDate
. The format NdaysAgo
, yesterday
, or today
is
also accepted, and in that case, the date is inferred based on the current
time in the request's time zone.
string end_date = 2;
Returns
Type | Description |
String | The endDate.
|
getEndDateBytes()
public ByteString getEndDateBytes()
The inclusive end date for the query in the format YYYY-MM-DD
. Cannot
be before startDate
. The format NdaysAgo
, yesterday
, or today
is
also accepted, and in that case, the date is inferred based on the current
time in the request's time zone.
string end_date = 2;
Returns
getParserForType()
public Parser<AccessDateRange> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getStartDate()
public String getStartDate()
The inclusive start date for the query in the format YYYY-MM-DD
. Cannot
be after endDate
. The format NdaysAgo
, yesterday
, or today
is also
accepted, and in that case, the date is inferred based on the current time
in the request's time zone.
string start_date = 1;
Returns
Type | Description |
String | The startDate.
|
getStartDateBytes()
public ByteString getStartDateBytes()
The inclusive start date for the query in the format YYYY-MM-DD
. Cannot
be after endDate
. The format NdaysAgo
, yesterday
, or today
is also
accepted, and in that case, the date is inferred based on the current time
in the request's time zone.
string start_date = 1;
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public AccessDateRange.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AccessDateRange.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public AccessDateRange.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions