Skip to content

Commit a50eda1

Browse files
Google APIscopybara-github
authored andcommitted
feat: add the SheetExportAudienceList method to the Data API v1 alpha
feat: add `creation_quota_tokens_charged`, `row_count`, `error_message` to the `AudienceList` resource fix: add `optional` annotation to the `page_token` field of the `ListAudienceListsRequest` type fix: add `optional` annotation to the `offset`, `limit` fields of the `QueryAudienceListRequest` type fix: add `required` annotation to the `name` field of the `QueryAudienceListRequest` type fix: add `optional` annotation to the `dimension_name` field of the `AudienceDimension` type fix: add `optional` annotation to the `property`, `date_ranges`, `funnel`, `funnel_breakdown`, `funnel_visualization_type`, `segments`, `dimension_filter`, `return_property_quota`, `limit` fields of the `RunFunnelReportRequest` type fix!: change the resource pattern value to `properties/{property}/audienceLists/{audience_list}` for the resource definition `analyticsdata.googleapis.com/AudienceList` fix!: change the resource pattern value to `properties/{property}` for the resource definition `analyticsadmin.googleapis.com/Property` PiperOrigin-RevId: 580634757
1 parent 0c9912b commit a50eda1

4 files changed

Lines changed: 261 additions & 91 deletions

File tree

google/analytics/data/v1alpha/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,6 @@ load(
322322

323323
csharp_proto_library(
324324
name = "data_csharp_proto",
325-
extra_opts = [],
326325
deps = [":data_proto"],
327326
)
328327

0 commit comments

Comments
 (0)