Skip to content

Commit

Permalink
feat: add CreateAudienceExport, QueryAudienceExport, `GetAudience…
Browse files Browse the repository at this point in the history
…Export`, `ListAudienceExports` methods to the Data API v1 beta

feat: add `sampling_metadatas` field to `ResponseMetaData`
feat: add `SamplingMetadata`, `AudienceExport`, `AudienceExportMetadata`, `AudienceDimensionValue` types
fix!: add `optional` label to `consumed`, `remaining` fields of the `QuotaStatus` type
docs: updated comments

PiperOrigin-RevId: 589214160
  • Loading branch information
Google APIs authored and Copybara-Service committed Dec 8, 2023
1 parent fb1d93b commit c3ee218
Show file tree
Hide file tree
Showing 4 changed files with 412 additions and 14 deletions.
12 changes: 11 additions & 1 deletion google/analytics/data/v1beta/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ proto_library(
"//google/api:client_proto",
"//google/api:field_behavior_proto",
"//google/api:resource_proto",
"//google/longrunning:operations_proto",
"@com_google_protobuf//:timestamp_proto",
],
)

Expand Down Expand Up @@ -119,6 +121,7 @@ go_proto_library(
protos = [":data_proto"],
deps = [
"//google/api:annotations_go_proto",
"//google/longrunning:longrunning_go_proto",
],
)

Expand All @@ -128,11 +131,15 @@ go_gapic_library(
grpc_service_config = "analytics_data_grpc_service_config.json",
importpath = "google.golang.org/google/analytics/data/v1beta;data",
metadata = True,
release_level = "beta",
rest_numeric_enums = True,
service_yaml = "analyticsdata_v1beta.yaml",
transport = "grpc+rest",
deps = [
":data_go_proto",
"//google/longrunning:longrunning_go_proto",
"@com_google_cloud_go_longrunning//:go_default_library",
"@com_google_cloud_go_longrunning//autogen:go_default_library",
],
)

Expand Down Expand Up @@ -210,7 +217,9 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "analyticsdata_v1beta.yaml",
transport = "grpc+rest",
deps = [":data_php_proto"],
deps = [
":data_php_proto",
],
)

# Open Source Packages
Expand Down Expand Up @@ -320,6 +329,7 @@ load(

csharp_proto_library(
name = "data_csharp_proto",
extra_opts = [],
deps = [":data_proto"],
)

Expand Down
Loading

0 comments on commit c3ee218

Please sign in to comment.