| Modifier and Type | Method and Description |
|---|---|
Cohort.Builder |
CohortSpec.Builder.addCohortsBuilder()
Defines the selection criteria to group users into cohorts.
|
Cohort.Builder |
CohortSpec.Builder.addCohortsBuilder(int index)
Defines the selection criteria to group users into cohorts.
|
Cohort.Builder |
Cohort.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Cohort.Builder |
Cohort.Builder.clear() |
Cohort.Builder |
Cohort.Builder.clearDateRange()
The cohort selects users whose first touch date is between start date and
end date defined in the `dateRange`.
|
Cohort.Builder |
Cohort.Builder.clearDimension()
Dimension used by the cohort.
|
Cohort.Builder |
Cohort.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Cohort.Builder |
Cohort.Builder.clearName()
Assigns a name to this cohort.
|
Cohort.Builder |
Cohort.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Cohort.Builder |
Cohort.Builder.clone() |
Cohort.Builder |
CohortSpec.Builder.getCohortsBuilder(int index)
Defines the selection criteria to group users into cohorts.
|
Cohort.Builder |
Cohort.Builder.mergeDateRange(DateRange value)
The cohort selects users whose first touch date is between start date and
end date defined in the `dateRange`.
|
Cohort.Builder |
Cohort.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Cohort.Builder |
Cohort.Builder.mergeFrom(Cohort other) |
Cohort.Builder |
Cohort.Builder.mergeFrom(com.google.protobuf.Message other) |
Cohort.Builder |
Cohort.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Cohort.Builder |
Cohort.newBuilder() |
static Cohort.Builder |
Cohort.newBuilder(Cohort prototype) |
Cohort.Builder |
Cohort.newBuilderForType() |
protected Cohort.Builder |
Cohort.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Cohort.Builder |
Cohort.Builder.setDateRange(DateRange.Builder builderForValue)
The cohort selects users whose first touch date is between start date and
end date defined in the `dateRange`.
|
Cohort.Builder |
Cohort.Builder.setDateRange(DateRange value)
The cohort selects users whose first touch date is between start date and
end date defined in the `dateRange`.
|
Cohort.Builder |
Cohort.Builder.setDimension(String value)
Dimension used by the cohort.
|
Cohort.Builder |
Cohort.Builder.setDimensionBytes(com.google.protobuf.ByteString value)
Dimension used by the cohort.
|
Cohort.Builder |
Cohort.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Cohort.Builder |
Cohort.Builder.setName(String value)
Assigns a name to this cohort.
|
Cohort.Builder |
Cohort.Builder.setNameBytes(com.google.protobuf.ByteString value)
Assigns a name to this cohort.
|
Cohort.Builder |
Cohort.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Cohort.Builder |
Cohort.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Cohort.Builder |
Cohort.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<Cohort.Builder> |
CohortSpec.Builder.getCohortsBuilderList()
Defines the selection criteria to group users into cohorts.
|
| Modifier and Type | Method and Description |
|---|---|
CohortSpec.Builder |
CohortSpec.Builder.addCohorts(Cohort.Builder builderForValue)
Defines the selection criteria to group users into cohorts.
|
CohortSpec.Builder |
CohortSpec.Builder.addCohorts(int index,
Cohort.Builder builderForValue)
Defines the selection criteria to group users into cohorts.
|
CohortSpec.Builder |
CohortSpec.Builder.setCohorts(int index,
Cohort.Builder builderForValue)
Defines the selection criteria to group users into cohorts.
|
Copyright © 2022 Google LLC. All rights reserved.