| Modifier and Type | Method and Description |
|---|---|
static CohortsRange.Granularity |
CohortsRange.Granularity.forNumber(int value) |
CohortsRange.Granularity |
CohortsRangeOrBuilder.getGranularity()
The granularity used to interpret the `startOffset` and `endOffset` for the
extended reporting date range for a cohort report.
|
CohortsRange.Granularity |
CohortsRange.getGranularity()
The granularity used to interpret the `startOffset` and `endOffset` for the
extended reporting date range for a cohort report.
|
CohortsRange.Granularity |
CohortsRange.Builder.getGranularity()
The granularity used to interpret the `startOffset` and `endOffset` for the
extended reporting date range for a cohort report.
|
static CohortsRange.Granularity |
CohortsRange.Granularity.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CohortsRange.Granularity |
CohortsRange.Granularity.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CohortsRange.Granularity |
CohortsRange.Granularity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CohortsRange.Granularity[] |
CohortsRange.Granularity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<CohortsRange.Granularity> |
CohortsRange.Granularity.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
CohortsRange.Builder |
CohortsRange.Builder.setGranularity(CohortsRange.Granularity value)
The granularity used to interpret the `startOffset` and `endOffset` for the
extended reporting date range for a cohort report.
|
Copyright © 2021 Google LLC. All rights reserved.