Package com.google.analytics.data.v1alpha (0.51.0)

GitHub Repository

This package is not the latest GA version!

For this library, we recommend using the package associated with API version v1beta for new applications.

Prerelease Implications

This package is a prerelease version! Use with caution. Prerelease versions are considered unstable as they may be shut down. You can read more about Cloud API versioning strategy here. Each Cloud Java client library may contain multiple packages. Each package containing a version number in its name corresponds to a published version of the service. We recommend using the latest stable version for new production applications, which can be identified by the largest numeric version that does not contain a suffix. For example, if a client library has two packages: v1 and v2alpha, then the latest stable version is v1. If you use an unstable release, breaking changes may be introduced when upgrading.

Client Classes

Client classes are the main entry point to using a package. They contain several variations of Java methods for each of the API's methods.

Client Description
com.google.analytics.data.v1alpha.AlphaAnalyticsDataClient Service Description: Google Analytics reporting data service.

This class provides the ability to make remote calls to the backing service through method calls that map to API methods. Sample code to get started:

Settings Classes

Settings classes can be used to configure credentials, endpoints, and retry settings for a Client.

Settings Description
com.google.analytics.data.v1alpha.AlphaAnalyticsDataSettings Settings class to configure an instance of AlphaAnalyticsDataClient.

The default instance has everything set to sensible defaults:

Classes

Class Description
com.google.analytics.data.v1alpha.AlphaAnalyticsDataClient.ListAudienceListsFixedSizeCollection
com.google.analytics.data.v1alpha.AlphaAnalyticsDataClient.ListAudienceListsPage
com.google.analytics.data.v1alpha.AlphaAnalyticsDataClient.ListAudienceListsPagedResponse
com.google.analytics.data.v1alpha.AlphaAnalyticsDataClient.ListRecurringAudienceListsFixedSizeCollection
com.google.analytics.data.v1alpha.AlphaAnalyticsDataClient.ListRecurringAudienceListsPage
com.google.analytics.data.v1alpha.AlphaAnalyticsDataClient.ListRecurringAudienceListsPagedResponse
com.google.analytics.data.v1alpha.AlphaAnalyticsDataGrpc Google Analytics reporting data service.
com.google.analytics.data.v1alpha.AlphaAnalyticsDataGrpc.AlphaAnalyticsDataImplBase Base class for the server implementation of the service AlphaAnalyticsData. Google Analytics reporting data service.
com.google.analytics.data.v1alpha.AlphaAnalyticsDataSettings.Builder Builder for AlphaAnalyticsDataSettings.
com.google.analytics.data.v1alpha.AnalyticsDataApiProto
com.google.analytics.data.v1alpha.AudienceDimension An audience dimension is a user attribute. Specific user attributed are requested and then later returned in the QueryAudienceListResponse.
com.google.analytics.data.v1alpha.AudienceDimension.Builder An audience dimension is a user attribute. Specific user attributed are requested and then later returned in the QueryAudienceListResponse.
com.google.analytics.data.v1alpha.AudienceDimensionValue The value of a dimension.
com.google.analytics.data.v1alpha.AudienceDimensionValue.Builder The value of a dimension.
com.google.analytics.data.v1alpha.AudienceList An audience list is a list of users in an audience at the time of the list's creation. One audience may have multiple audience lists created for different days.
com.google.analytics.data.v1alpha.AudienceList.Builder An audience list is a list of users in an audience at the time of the list's creation. One audience may have multiple audience lists created for different days.
com.google.analytics.data.v1alpha.AudienceListMetadata This metadata is currently blank.
com.google.analytics.data.v1alpha.AudienceListMetadata.Builder This metadata is currently blank.
com.google.analytics.data.v1alpha.AudienceListName
com.google.analytics.data.v1alpha.AudienceListName.Builder Builder for properties/{property}/audienceLists/{audience_list}.
com.google.analytics.data.v1alpha.AudienceRow Dimension value attributes for the audience user row.
com.google.analytics.data.v1alpha.AudienceRow.Builder Dimension value attributes for the audience user row.
com.google.analytics.data.v1alpha.BetweenFilter To express that the result needs to be between two numbers (inclusive).
com.google.analytics.data.v1alpha.BetweenFilter.Builder To express that the result needs to be between two numbers (inclusive).
com.google.analytics.data.v1alpha.CreateAudienceListRequest A request to create a new audience list.
com.google.analytics.data.v1alpha.CreateAudienceListRequest.Builder A request to create a new audience list.
com.google.analytics.data.v1alpha.CreateRecurringAudienceListRequest A request to create a new recurring audience list.
com.google.analytics.data.v1alpha.CreateRecurringAudienceListRequest.Builder A request to create a new recurring audience list.
com.google.analytics.data.v1alpha.DateRange A contiguous set of days: startDate, startDate + 1, ..., endDate. Requests are allowed up to 4 date ranges.
com.google.analytics.data.v1alpha.DateRange.Builder A contiguous set of days: startDate, startDate + 1, ..., endDate. Requests are allowed up to 4 date ranges.
com.google.analytics.data.v1alpha.Dimension Dimensions are attributes of your data. For example, the dimension city indicates the city from which an event originates. Dimension values in report responses are strings; for example, the city could be "Paris" or "New York".
com.google.analytics.data.v1alpha.Dimension.Builder Dimensions are attributes of your data. For example, the dimension city indicates the city from which an event originates. Dimension values in report responses are strings; for example, the city could be "Paris" or "New York".
com.google.analytics.data.v1alpha.DimensionExpression Used to express a dimension which is the result of a formula of multiple dimensions. Example usages: 1) lower_case(dimension)
com.google.analytics.data.v1alpha.DimensionExpression.Builder Used to express a dimension which is the result of a formula of multiple dimensions. Example usages: 1) lower_case(dimension)
com.google.analytics.data.v1alpha.DimensionExpression.CaseExpression Used to convert a dimension value to a single case.
com.google.analytics.data.v1alpha.DimensionExpression.CaseExpression.Builder Used to convert a dimension value to a single case.
com.google.analytics.data.v1alpha.DimensionExpression.ConcatenateExpression Used to combine dimension values to a single dimension.
com.google.analytics.data.v1alpha.DimensionExpression.ConcatenateExpression.Builder Used to combine dimension values to a single dimension.
com.google.analytics.data.v1alpha.DimensionHeader Describes a dimension column in the report. Dimensions requested in a report produce column entries within rows and DimensionHeaders. However, dimensions used exclusively within filters or expressions do not produce columns in a
com.google.analytics.data.v1alpha.DimensionHeader.Builder Describes a dimension column in the report. Dimensions requested in a report produce column entries within rows and DimensionHeaders. However, dimensions used exclusively within filters or expressions do not produce columns in a
com.google.analytics.data.v1alpha.DimensionValue The value of a dimension.
com.google.analytics.data.v1alpha.DimensionValue.Builder The value of a dimension.
com.google.analytics.data.v1alpha.EventSegment Event segments are subsets of events that were triggered on your site or app. for example, all purchase events made in a particular location; app_exception events that occurred on a specific operating system.
com.google.analytics.data.v1alpha.EventSegment.Builder Event segments are subsets of events that were triggered on your site or app. for example, all purchase events made in a particular location; app_exception events that occurred on a specific operating system.
com.google.analytics.data.v1alpha.EventSegmentConditionGroup Conditions tell Analytics what data to include in or exclude from the segment.
com.google.analytics.data.v1alpha.EventSegmentConditionGroup.Builder Conditions tell Analytics what data to include in or exclude from the segment.
com.google.analytics.data.v1alpha.EventSegmentCriteria An event matches a criteria if the event meet the conditions in the criteria.
com.google.analytics.data.v1alpha.EventSegmentCriteria.Builder An event matches a criteria if the event meet the conditions in the criteria.
com.google.analytics.data.v1alpha.EventSegmentExclusion Specifies which events are excluded in this segment.
com.google.analytics.data.v1alpha.EventSegmentExclusion.Builder Specifies which events are excluded in this segment.
com.google.analytics.data.v1alpha.Filter An expression to filter dimension or metric values.
com.google.analytics.data.v1alpha.Filter.Builder An expression to filter dimension or metric values.
com.google.analytics.data.v1alpha.FilterExpression To express dimension or metric filters. The fields in the same FilterExpression need to be either all dimensions or all metrics.
com.google.analytics.data.v1alpha.FilterExpression.Builder To express dimension or metric filters. The fields in the same FilterExpression need to be either all dimensions or all metrics.
com.google.analytics.data.v1alpha.FilterExpressionList A list of filter expressions.
com.google.analytics.data.v1alpha.FilterExpressionList.Builder A list of filter expressions.
com.google.analytics.data.v1alpha.Funnel Configures the funnel in a funnel report request. A funnel reports on users as they pass through a sequence of steps.
com.google.analytics.data.v1alpha.Funnel.Builder Configures the funnel in a funnel report request. A funnel reports on users as they pass through a sequence of steps.
com.google.analytics.data.v1alpha.FunnelBreakdown Breakdowns add a dimension to the funnel table sub report response.
com.google.analytics.data.v1alpha.FunnelBreakdown.Builder Breakdowns add a dimension to the funnel table sub report response.
com.google.analytics.data.v1alpha.FunnelEventFilter Creates a filter that matches events of a single event name. If a parameter filter expression is specified, only the subset of events that match both the single event name and the parameter filter expressions match this event
com.google.analytics.data.v1alpha.FunnelEventFilter.Builder Creates a filter that matches events of a single event name. If a parameter filter expression is specified, only the subset of events that match both the single event name and the parameter filter expressions match this event
com.google.analytics.data.v1alpha.FunnelFieldFilter An expression to filter dimension or metric values.
com.google.analytics.data.v1alpha.FunnelFieldFilter.Builder An expression to filter dimension or metric values.
com.google.analytics.data.v1alpha.FunnelFilterExpression Expresses combinations of funnel filters.
com.google.analytics.data.v1alpha.FunnelFilterExpression.Builder Expresses combinations of funnel filters.
com.google.analytics.data.v1alpha.FunnelFilterExpressionList A list of funnel filter expressions.
com.google.analytics.data.v1alpha.FunnelFilterExpressionList.Builder A list of funnel filter expressions.
com.google.analytics.data.v1alpha.FunnelNextAction Next actions state the value for a dimension after the user has achieved a step but before the same user has achieved the next step. For example if the nextActionDimension is eventName, then nextActionDimension in the
com.google.analytics.data.v1alpha.FunnelNextAction.Builder Next actions state the value for a dimension after the user has achieved a step but before the same user has achieved the next step. For example if the nextActionDimension is eventName, then nextActionDimension in the
com.google.analytics.data.v1alpha.FunnelParameterFilter An expression to filter parameter values in a funnel.
com.google.analytics.data.v1alpha.FunnelParameterFilter.Builder An expression to filter parameter values in a funnel.
com.google.analytics.data.v1alpha.FunnelParameterFilterExpression Expresses combinations of funnel filters on parameters.
com.google.analytics.data.v1alpha.FunnelParameterFilterExpression.Builder Expresses combinations of funnel filters on parameters.
com.google.analytics.data.v1alpha.FunnelParameterFilterExpressionList A list of funnel parameter filter expressions.
com.google.analytics.data.v1alpha.FunnelParameterFilterExpressionList.Builder A list of funnel parameter filter expressions.
com.google.analytics.data.v1alpha.FunnelResponseMetadata The funnel report's response metadata carries additional information about the funnel report.
com.google.analytics.data.v1alpha.FunnelResponseMetadata.Builder The funnel report's response metadata carries additional information about the funnel report.
com.google.analytics.data.v1alpha.FunnelStep Steps define the user journey you want to measure. Steps contain one or more conditions that your users must meet to be included in that step of the funnel journey.
com.google.analytics.data.v1alpha.FunnelStep.Builder Steps define the user journey you want to measure. Steps contain one or more conditions that your users must meet to be included in that step of the funnel journey.
com.google.analytics.data.v1alpha.FunnelSubReport Funnel sub reports contain the dimension and metric data values. For example, 12 users reached the second step of the funnel.
com.google.analytics.data.v1alpha.FunnelSubReport.Builder Funnel sub reports contain the dimension and metric data values. For example, 12 users reached the second step of the funnel.
com.google.analytics.data.v1alpha.GetAudienceListRequest A request to retrieve configuration metadata about a specific audience list.
com.google.analytics.data.v1alpha.GetAudienceListRequest.Builder A request to retrieve configuration metadata about a specific audience list.
com.google.analytics.data.v1alpha.GetRecurringAudienceListRequest A request to retrieve configuration metadata about a specific recurring audience list.
com.google.analytics.data.v1alpha.GetRecurringAudienceListRequest.Builder A request to retrieve configuration metadata about a specific recurring audience list.
com.google.analytics.data.v1alpha.InListFilter The result needs to be in a list of string values.
com.google.analytics.data.v1alpha.InListFilter.Builder The result needs to be in a list of string values.
com.google.analytics.data.v1alpha.ListAudienceListsRequest A request to list all audience lists for a property.
com.google.analytics.data.v1alpha.ListAudienceListsRequest.Builder A request to list all audience lists for a property.
com.google.analytics.data.v1alpha.ListAudienceListsResponse A list of all audience lists for a property.
com.google.analytics.data.v1alpha.ListAudienceListsResponse.Builder A list of all audience lists for a property.
com.google.analytics.data.v1alpha.ListRecurringAudienceListsRequest A request to list all recurring audience lists for a property.
com.google.analytics.data.v1alpha.ListRecurringAudienceListsRequest.Builder A request to list all recurring audience lists for a property.
com.google.analytics.data.v1alpha.ListRecurringAudienceListsResponse A list of all recurring audience lists for a property.
com.google.analytics.data.v1alpha.ListRecurringAudienceListsResponse.Builder A list of all recurring audience lists for a property.
com.google.analytics.data.v1alpha.MetricHeader Describes a metric column in the report. Visible metrics requested in a report produce column entries within rows and MetricHeaders. However, metrics used exclusively within filters or expressions do not produce columns
com.google.analytics.data.v1alpha.MetricHeader.Builder Describes a metric column in the report. Visible metrics requested in a report produce column entries within rows and MetricHeaders. However, metrics used exclusively within filters or expressions do not produce columns
com.google.analytics.data.v1alpha.MetricValue The value of a metric.
com.google.analytics.data.v1alpha.MetricValue.Builder The value of a metric.
com.google.analytics.data.v1alpha.NumericFilter Filters for numeric or date values.
com.google.analytics.data.v1alpha.NumericFilter.Builder Filters for numeric or date values.
com.google.analytics.data.v1alpha.NumericValue To represent a number.
com.google.analytics.data.v1alpha.NumericValue.Builder To represent a number.
com.google.analytics.data.v1alpha.PropertyName
com.google.analytics.data.v1alpha.PropertyName.Builder Builder for properties/{property}.
com.google.analytics.data.v1alpha.PropertyQuota Current state of all quotas for this Analytics Property. If any quota for a property is exhausted, all requests to that property will return Resource Exhausted errors.
com.google.analytics.data.v1alpha.PropertyQuota.Builder Current state of all quotas for this Analytics Property. If any quota for a property is exhausted, all requests to that property will return Resource Exhausted errors.
com.google.analytics.data.v1alpha.QueryAudienceListRequest A request to list users in an audience list.
com.google.analytics.data.v1alpha.QueryAudienceListRequest.Builder A request to list users in an audience list.
com.google.analytics.data.v1alpha.QueryAudienceListResponse A list of users in an audience list.
com.google.analytics.data.v1alpha.QueryAudienceListResponse.Builder A list of users in an audience list.
com.google.analytics.data.v1alpha.QuotaStatus Current state for a particular quota group.
com.google.analytics.data.v1alpha.QuotaStatus.Builder Current state for a particular quota group.
com.google.analytics.data.v1alpha.RecurringAudienceList A recurring audience list produces new audience lists each day. Audience lists are users in an audience at the time of the list's creation. A recurring audience list ensures that you have audience list based on the most
com.google.analytics.data.v1alpha.RecurringAudienceList.Builder A recurring audience list produces new audience lists each day. Audience lists are users in an audience at the time of the list's creation. A recurring audience list ensures that you have audience list based on the most
com.google.analytics.data.v1alpha.RecurringAudienceListName
com.google.analytics.data.v1alpha.RecurringAudienceListName.Builder Builder for properties/{property}/recurringAudienceLists/{recurring_audience_list}.
com.google.analytics.data.v1alpha.ReportingApiProto
com.google.analytics.data.v1alpha.Row Report data for each row. For example if RunReportRequest contains:
com.google.analytics.data.v1alpha.Row.Builder Report data for each row. For example if RunReportRequest contains:
com.google.analytics.data.v1alpha.RunFunnelReportRequest The request for a funnel report.
com.google.analytics.data.v1alpha.RunFunnelReportRequest.Builder The request for a funnel report.
com.google.analytics.data.v1alpha.RunFunnelReportResponse The funnel report response contains two sub reports. The two sub reports are different combinations of dimensions and metrics.
com.google.analytics.data.v1alpha.RunFunnelReportResponse.Builder The funnel report response contains two sub reports. The two sub reports are different combinations of dimensions and metrics.
com.google.analytics.data.v1alpha.SamplingMetadata If funnel report results are sampled, this metadata describes what percentage of events were used in this funnel
com.google.analytics.data.v1alpha.SamplingMetadata.Builder If funnel report results are sampled, this metadata describes what percentage of events were used in this funnel
com.google.analytics.data.v1alpha.Segment A segment is a subset of your Analytics data. For example, of your entire set of users, one segment might be users from a particular country or city. Another segment might be users who purchase a particular line of products or
com.google.analytics.data.v1alpha.Segment.Builder A segment is a subset of your Analytics data. For example, of your entire set of users, one segment might be users from a particular country or city. Another segment might be users who purchase a particular line of products or
com.google.analytics.data.v1alpha.SegmentEventFilter Creates a filter that matches events of a single event name. If a parameter filter expression is specified, only the subset of events that match both the single event name and the parameter filter expressions match this event
com.google.analytics.data.v1alpha.SegmentEventFilter.Builder Creates a filter that matches events of a single event name. If a parameter filter expression is specified, only the subset of events that match both the single event name and the parameter filter expressions match this event
com.google.analytics.data.v1alpha.SegmentFilter An expression to filter dimension or metric values.
com.google.analytics.data.v1alpha.SegmentFilter.Builder An expression to filter dimension or metric values.
com.google.analytics.data.v1alpha.SegmentFilterExpression Expresses combinations of segment filters.
com.google.analytics.data.v1alpha.SegmentFilterExpression.Builder Expresses combinations of segment filters.
com.google.analytics.data.v1alpha.SegmentFilterExpressionList A list of segment filter expressions.
com.google.analytics.data.v1alpha.SegmentFilterExpressionList.Builder A list of segment filter expressions.
com.google.analytics.data.v1alpha.SegmentFilterScoping Scopings specify how the dimensions & metrics of multiple events should be considered when evaluating a segment filter.
com.google.analytics.data.v1alpha.SegmentFilterScoping.Builder Scopings specify how the dimensions & metrics of multiple events should be considered when evaluating a segment filter.
com.google.analytics.data.v1alpha.SegmentParameterFilter An expression to filter parameter values in a segment.
com.google.analytics.data.v1alpha.SegmentParameterFilter.Builder An expression to filter parameter values in a segment.
com.google.analytics.data.v1alpha.SegmentParameterFilterExpression Expresses combinations of segment filter on parameters.
com.google.analytics.data.v1alpha.SegmentParameterFilterExpression.Builder Expresses combinations of segment filter on parameters.
com.google.analytics.data.v1alpha.SegmentParameterFilterExpressionList A list of segment parameter filter expressions.
com.google.analytics.data.v1alpha.SegmentParameterFilterExpressionList.Builder A list of segment parameter filter expressions.
com.google.analytics.data.v1alpha.SegmentParameterFilterScoping Scopings specify how multiple events should be considered when evaluating a segment parameter filter.
com.google.analytics.data.v1alpha.SegmentParameterFilterScoping.Builder Scopings specify how multiple events should be considered when evaluating a segment parameter filter.
com.google.analytics.data.v1alpha.SessionSegment Session segments are subsets of the sessions that occurred on your site or app: for example, all the sessions that originated from a particular advertising campaign.
com.google.analytics.data.v1alpha.SessionSegment.Builder Session segments are subsets of the sessions that occurred on your site or app: for example, all the sessions that originated from a particular advertising campaign.
com.google.analytics.data.v1alpha.SessionSegmentConditionGroup Conditions tell Analytics what data to include in or exclude from the segment.
com.google.analytics.data.v1alpha.SessionSegmentConditionGroup.Builder Conditions tell Analytics what data to include in or exclude from the segment.
com.google.analytics.data.v1alpha.SessionSegmentCriteria A session matches a criteria if the session's events meet the conditions in the criteria.
com.google.analytics.data.v1alpha.SessionSegmentCriteria.Builder A session matches a criteria if the session's events meet the conditions in the criteria.
com.google.analytics.data.v1alpha.SessionSegmentExclusion Specifies which sessions are excluded in this segment.
com.google.analytics.data.v1alpha.SessionSegmentExclusion.Builder Specifies which sessions are excluded in this segment.
com.google.analytics.data.v1alpha.SheetExportAudienceListRequest A request to export users in an audience list to a Google Sheet.
com.google.analytics.data.v1alpha.SheetExportAudienceListRequest.Builder A request to export users in an audience list to a Google Sheet.
com.google.analytics.data.v1alpha.SheetExportAudienceListResponse The created Google Sheet with the list of users in an audience list.
com.google.analytics.data.v1alpha.SheetExportAudienceListResponse.Builder The created Google Sheet with the list of users in an audience list.
com.google.analytics.data.v1alpha.StringFilter The filter for string
com.google.analytics.data.v1alpha.StringFilter.Builder The filter for string
com.google.analytics.data.v1alpha.UserSegment User segments are subsets of users who engaged with your site or app. For example, users who have previously purchased; users who added items to their shopping carts, but didn’t complete a purchase.
com.google.analytics.data.v1alpha.UserSegment.Builder User segments are subsets of users who engaged with your site or app. For example, users who have previously purchased; users who added items to their shopping carts, but didn’t complete a purchase.
com.google.analytics.data.v1alpha.UserSegmentConditionGroup Conditions tell Analytics what data to include in or exclude from the segment.
com.google.analytics.data.v1alpha.UserSegmentConditionGroup.Builder Conditions tell Analytics what data to include in or exclude from the segment.
com.google.analytics.data.v1alpha.UserSegmentCriteria A user matches a criteria if the user's events meet the conditions in the criteria.
com.google.analytics.data.v1alpha.UserSegmentCriteria.Builder A user matches a criteria if the user's events meet the conditions in the criteria.
com.google.analytics.data.v1alpha.UserSegmentExclusion Specifies which users are excluded in this segment.
com.google.analytics.data.v1alpha.UserSegmentExclusion.Builder Specifies which users are excluded in this segment.
com.google.analytics.data.v1alpha.UserSegmentSequenceGroup Define conditions that must occur in a specific order for the user to be a member of the segment.
com.google.analytics.data.v1alpha.UserSegmentSequenceGroup.Builder Define conditions that must occur in a specific order for the user to be a member of the segment.
com.google.analytics.data.v1alpha.UserSequenceStep A condition that must occur in the specified step order for this user to match the sequence.
com.google.analytics.data.v1alpha.UserSequenceStep.Builder A condition that must occur in the specified step order for this user to match the sequence.
com.google.analytics.data.v1alpha.WebhookNotification Configures a long-running operation resource to send a webhook notification from the Google Analytics Data API to your webhook server when the resource updates.
com.google.analytics.data.v1alpha.WebhookNotification.Builder Configures a long-running operation resource to send a webhook notification from the Google Analytics Data API to your webhook server when the resource updates.

Interfaces

Interface Description
com.google.analytics.data.v1alpha.AlphaAnalyticsDataGrpc.AsyncService Google Analytics reporting data service.
com.google.analytics.data.v1alpha.AudienceDimensionOrBuilder
com.google.analytics.data.v1alpha.AudienceDimensionValueOrBuilder
com.google.analytics.data.v1alpha.AudienceListMetadataOrBuilder
com.google.analytics.data.v1alpha.AudienceListOrBuilder
com.google.analytics.data.v1alpha.AudienceRowOrBuilder
com.google.analytics.data.v1alpha.BetweenFilterOrBuilder
com.google.analytics.data.v1alpha.CreateAudienceListRequestOrBuilder
com.google.analytics.data.v1alpha.CreateRecurringAudienceListRequestOrBuilder
com.google.analytics.data.v1alpha.DateRangeOrBuilder
com.google.analytics.data.v1alpha.DimensionExpression.CaseExpressionOrBuilder
com.google.analytics.data.v1alpha.DimensionExpression.ConcatenateExpressionOrBuilder
com.google.analytics.data.v1alpha.DimensionExpressionOrBuilder
com.google.analytics.data.v1alpha.DimensionHeaderOrBuilder
com.google.analytics.data.v1alpha.DimensionOrBuilder
com.google.analytics.data.v1alpha.DimensionValueOrBuilder
com.google.analytics.data.v1alpha.EventSegmentConditionGroupOrBuilder
com.google.analytics.data.v1alpha.EventSegmentCriteriaOrBuilder
com.google.analytics.data.v1alpha.EventSegmentExclusionOrBuilder
com.google.analytics.data.v1alpha.EventSegmentOrBuilder
com.google.analytics.data.v1alpha.FilterExpressionListOrBuilder
com.google.analytics.data.v1alpha.FilterExpressionOrBuilder
com.google.analytics.data.v1alpha.FilterOrBuilder
com.google.analytics.data.v1alpha.FunnelBreakdownOrBuilder
com.google.analytics.data.v1alpha.FunnelEventFilterOrBuilder
com.google.analytics.data.v1alpha.FunnelFieldFilterOrBuilder
com.google.analytics.data.v1alpha.FunnelFilterExpressionListOrBuilder
com.google.analytics.data.v1alpha.FunnelFilterExpressionOrBuilder
com.google.analytics.data.v1alpha.FunnelNextActionOrBuilder
com.google.analytics.data.v1alpha.FunnelOrBuilder
com.google.analytics.data.v1alpha.FunnelParameterFilterExpressionListOrBuilder
com.google.analytics.data.v1alpha.FunnelParameterFilterExpressionOrBuilder
com.google.analytics.data.v1alpha.FunnelParameterFilterOrBuilder
com.google.analytics.data.v1alpha.FunnelResponseMetadataOrBuilder
com.google.analytics.data.v1alpha.FunnelStepOrBuilder
com.google.analytics.data.v1alpha.FunnelSubReportOrBuilder
com.google.analytics.data.v1alpha.GetAudienceListRequestOrBuilder
com.google.analytics.data.v1alpha.GetRecurringAudienceListRequestOrBuilder
com.google.analytics.data.v1alpha.InListFilterOrBuilder
com.google.analytics.data.v1alpha.ListAudienceListsRequestOrBuilder
com.google.analytics.data.v1alpha.ListAudienceListsResponseOrBuilder
com.google.analytics.data.v1alpha.ListRecurringAudienceListsRequestOrBuilder
com.google.analytics.data.v1alpha.ListRecurringAudienceListsResponseOrBuilder
com.google.analytics.data.v1alpha.MetricHeaderOrBuilder
com.google.analytics.data.v1alpha.MetricValueOrBuilder
com.google.analytics.data.v1alpha.NumericFilterOrBuilder
com.google.analytics.data.v1alpha.NumericValueOrBuilder
com.google.analytics.data.v1alpha.PropertyQuotaOrBuilder
com.google.analytics.data.v1alpha.QueryAudienceListRequestOrBuilder
com.google.analytics.data.v1alpha.QueryAudienceListResponseOrBuilder
com.google.analytics.data.v1alpha.QuotaStatusOrBuilder
com.google.analytics.data.v1alpha.RecurringAudienceListOrBuilder
com.google.analytics.data.v1alpha.RowOrBuilder
com.google.analytics.data.v1alpha.RunFunnelReportRequestOrBuilder
com.google.analytics.data.v1alpha.RunFunnelReportResponseOrBuilder
com.google.analytics.data.v1alpha.SamplingMetadataOrBuilder
com.google.analytics.data.v1alpha.SegmentEventFilterOrBuilder
com.google.analytics.data.v1alpha.SegmentFilterExpressionListOrBuilder
com.google.analytics.data.v1alpha.SegmentFilterExpressionOrBuilder
com.google.analytics.data.v1alpha.SegmentFilterOrBuilder
com.google.analytics.data.v1alpha.SegmentFilterScopingOrBuilder
com.google.analytics.data.v1alpha.SegmentOrBuilder
com.google.analytics.data.v1alpha.SegmentParameterFilterExpressionListOrBuilder
com.google.analytics.data.v1alpha.SegmentParameterFilterExpressionOrBuilder
com.google.analytics.data.v1alpha.SegmentParameterFilterOrBuilder
com.google.analytics.data.v1alpha.SegmentParameterFilterScopingOrBuilder
com.google.analytics.data.v1alpha.SessionSegmentConditionGroupOrBuilder
com.google.analytics.data.v1alpha.SessionSegmentCriteriaOrBuilder
com.google.analytics.data.v1alpha.SessionSegmentExclusionOrBuilder
com.google.analytics.data.v1alpha.SessionSegmentOrBuilder
com.google.analytics.data.v1alpha.SheetExportAudienceListRequestOrBuilder
com.google.analytics.data.v1alpha.SheetExportAudienceListResponseOrBuilder
com.google.analytics.data.v1alpha.StringFilterOrBuilder
com.google.analytics.data.v1alpha.UserSegmentConditionGroupOrBuilder
com.google.analytics.data.v1alpha.UserSegmentCriteriaOrBuilder
com.google.analytics.data.v1alpha.UserSegmentExclusionOrBuilder
com.google.analytics.data.v1alpha.UserSegmentOrBuilder
com.google.analytics.data.v1alpha.UserSegmentSequenceGroupOrBuilder
com.google.analytics.data.v1alpha.UserSequenceStepOrBuilder
com.google.analytics.data.v1alpha.WebhookNotificationOrBuilder

Enums

Enum Description
com.google.analytics.data.v1alpha.AudienceDimensionValue.OneValueCase
com.google.analytics.data.v1alpha.AudienceList.State The AudienceList currently exists in this state.
com.google.analytics.data.v1alpha.DimensionExpression.OneExpressionCase
com.google.analytics.data.v1alpha.DimensionValue.OneValueCase
com.google.analytics.data.v1alpha.EventCriteriaScoping Scoping specifies which events are considered when evaluating if an event meets a criteria.
com.google.analytics.data.v1alpha.EventExclusionDuration Enumerates options for how long an exclusion will last if an event matches the eventExclusionCriteria.
com.google.analytics.data.v1alpha.Filter.OneFilterCase
com.google.analytics.data.v1alpha.FilterExpression.ExprCase
com.google.analytics.data.v1alpha.FunnelFieldFilter.OneFilterCase
com.google.analytics.data.v1alpha.FunnelFilterExpression.ExprCase
com.google.analytics.data.v1alpha.FunnelParameterFilter.OneFilterCase
com.google.analytics.data.v1alpha.FunnelParameterFilter.OneParameterCase
com.google.analytics.data.v1alpha.FunnelParameterFilterExpression.ExprCase
com.google.analytics.data.v1alpha.MetricType A metric's value type.
com.google.analytics.data.v1alpha.MetricValue.OneValueCase
com.google.analytics.data.v1alpha.NumericFilter.Operation The operation applied to a numeric filter
com.google.analytics.data.v1alpha.NumericValue.OneValueCase
com.google.analytics.data.v1alpha.RunFunnelReportRequest.FunnelVisualizationType Controls the dimensions present in the funnel visualization sub report response.
com.google.analytics.data.v1alpha.Segment.OneSegmentScopeCase
com.google.analytics.data.v1alpha.SegmentFilter.OneFilterCase
com.google.analytics.data.v1alpha.SegmentFilterExpression.ExprCase
com.google.analytics.data.v1alpha.SegmentParameterFilter.OneFilterCase
com.google.analytics.data.v1alpha.SegmentParameterFilter.OneParameterCase
com.google.analytics.data.v1alpha.SegmentParameterFilterExpression.ExprCase
com.google.analytics.data.v1alpha.SessionCriteriaScoping Scoping specifies which events are considered when evaluating if a session meets a criteria.
com.google.analytics.data.v1alpha.SessionExclusionDuration Enumerates options for how long an exclusion will last if a session matches the sessionExclusionCriteria.
com.google.analytics.data.v1alpha.StringFilter.MatchType The match type of a string filter
com.google.analytics.data.v1alpha.UserCriteriaScoping Scoping specifies which events are considered when evaluating if a user meets a criteria.
com.google.analytics.data.v1alpha.UserExclusionDuration Enumerates options for how long an exclusion will last if a user matches the userExclusionCriteria.