public interface CohortSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CohortReportSettings |
getCohortReportSettings()
Optional settings for a cohort report.
|
CohortReportSettingsOrBuilder |
getCohortReportSettingsOrBuilder()
Optional settings for a cohort report.
|
Cohort |
getCohorts(int index)
Defines the selection criteria to group users into cohorts.
|
int |
getCohortsCount()
Defines the selection criteria to group users into cohorts.
|
List<Cohort> |
getCohortsList()
Defines the selection criteria to group users into cohorts.
|
CohortOrBuilder |
getCohortsOrBuilder(int index)
Defines the selection criteria to group users into cohorts.
|
List<? extends CohortOrBuilder> |
getCohortsOrBuilderList()
Defines the selection criteria to group users into cohorts.
|
CohortsRange |
getCohortsRange()
Cohort reports follow cohorts over an extended reporting date range.
|
CohortsRangeOrBuilder |
getCohortsRangeOrBuilder()
Cohort reports follow cohorts over an extended reporting date range.
|
boolean |
hasCohortReportSettings()
Optional settings for a cohort report.
|
boolean |
hasCohortsRange()
Cohort reports follow cohorts over an extended reporting date range.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;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;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;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;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;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;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;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;boolean hasCohortReportSettings()
Optional settings for a cohort report.
.google.analytics.data.v1beta.CohortReportSettings cohort_report_settings = 3;CohortReportSettings getCohortReportSettings()
Optional settings for a cohort report.
.google.analytics.data.v1beta.CohortReportSettings cohort_report_settings = 3;CohortReportSettingsOrBuilder getCohortReportSettingsOrBuilder()
Optional settings for a cohort report.
.google.analytics.data.v1beta.CohortReportSettings cohort_report_settings = 3;Copyright © 2022 Google LLC. All rights reserved.