public interface CohortSpecOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCohortReportSettings()
public abstract CohortReportSettings getCohortReportSettings()Optional settings for a cohort report.
.google.analytics.data.v1beta.CohortReportSettings cohort_report_settings = 3;
| Type | Description |
| CohortReportSettings | The cohortReportSettings. |
getCohortReportSettingsOrBuilder()
public abstract CohortReportSettingsOrBuilder getCohortReportSettingsOrBuilder()Optional settings for a cohort report.
.google.analytics.data.v1beta.CohortReportSettings cohort_report_settings = 3;
| Type | Description |
| CohortReportSettingsOrBuilder |
getCohorts(int index)
public abstract Cohort getCohorts(int index)Defines the selection criteria to group users into cohorts. Most cohort reports define only a single cohort. If multiple cohorts are specified, each cohort can be recognized in the report by their name.
repeated .google.analytics.data.v1beta.Cohort cohorts = 1;
| Name | Description |
| index | int |
| Type | Description |
| Cohort |
getCohortsCount()
public abstract int getCohortsCount()Defines the selection criteria to group users into cohorts. Most cohort reports define only a single cohort. If multiple cohorts are specified, each cohort can be recognized in the report by their name.
repeated .google.analytics.data.v1beta.Cohort cohorts = 1;
| Type | Description |
| int |
getCohortsList()
public abstract List<Cohort> getCohortsList()Defines the selection criteria to group users into cohorts. Most cohort reports define only a single cohort. If multiple cohorts are specified, each cohort can be recognized in the report by their name.
repeated .google.analytics.data.v1beta.Cohort cohorts = 1;
| Type | Description |
| List<Cohort> |
getCohortsOrBuilder(int index)
public abstract CohortOrBuilder getCohortsOrBuilder(int index)Defines the selection criteria to group users into cohorts. Most cohort reports define only a single cohort. If multiple cohorts are specified, each cohort can be recognized in the report by their name.
repeated .google.analytics.data.v1beta.Cohort cohorts = 1;
| Name | Description |
| index | int |
| Type | Description |
| CohortOrBuilder |
getCohortsOrBuilderList()
public abstract List<? extends CohortOrBuilder> getCohortsOrBuilderList()Defines the selection criteria to group users into cohorts. Most cohort reports define only a single cohort. If multiple cohorts are specified, each cohort can be recognized in the report by their name.
repeated .google.analytics.data.v1beta.Cohort cohorts = 1;
| Type | Description |
| List<? extends com.google.analytics.data.v1beta.CohortOrBuilder> |
getCohortsRange()
public abstract CohortsRange getCohortsRange()Cohort reports follow cohorts over an extended reporting date range. This range specifies an offset duration to follow the cohorts over.
.google.analytics.data.v1beta.CohortsRange cohorts_range = 2;
| Type | Description |
| CohortsRange | The cohortsRange. |
getCohortsRangeOrBuilder()
public abstract CohortsRangeOrBuilder getCohortsRangeOrBuilder()Cohort reports follow cohorts over an extended reporting date range. This range specifies an offset duration to follow the cohorts over.
.google.analytics.data.v1beta.CohortsRange cohorts_range = 2;
| Type | Description |
| CohortsRangeOrBuilder |
hasCohortReportSettings()
public abstract boolean hasCohortReportSettings()Optional settings for a cohort report.
.google.analytics.data.v1beta.CohortReportSettings cohort_report_settings = 3;
| Type | Description |
| boolean | Whether the cohortReportSettings field is set. |
hasCohortsRange()
public abstract boolean hasCohortsRange()Cohort reports follow cohorts over an extended reporting date range. This range specifies an offset duration to follow the cohorts over.
.google.analytics.data.v1beta.CohortsRange cohorts_range = 2;
| Type | Description |
| boolean | Whether the cohortsRange field is set. |