Package | Description |
---|---|
com.google.api.services.analyticsreporting.v4.model |
Modifier and Type | Method and Description |
---|---|
Segment |
Segment.clone() |
Segment |
Segment.set(String fieldName,
Object value) |
Segment |
Segment.setDynamicSegment(DynamicSegment dynamicSegment)
A dynamic segment definition in the request.
|
Segment |
Segment.setSegmentId(String segmentId)
The segment ID of a built-in or custom segment, for example `gaid::-3`.
|
Modifier and Type | Method and Description |
---|---|
List<Segment> |
ReportRequest.getSegments()
Segment the data returned for the request.
|
Modifier and Type | Method and Description |
---|---|
ReportRequest |
ReportRequest.setSegments(List<Segment> segments)
Segment the data returned for the request.
|
Copyright © 2011–2022 Google. All rights reserved.