Commit graph

91 commits

Author SHA1 Message Date
Google APIs
447f9a9a84 chore: fix go_gapic_library importpath
PiperOrigin-RevId: 527339330
2023-04-26 12:19:28 -07:00
Google APIs
d2aab76b6f chore: restore go_gapic_library importpath
PiperOrigin-RevId: 527025688
2023-04-25 11:29:50 -07:00
Google APIs
893a25b7d1 feat: add FetchConnectedGa4Property method to the Admin API v1alpha
feat: add `GetChannelGroup`, `ListChannelGroups`, `CreateChannelGroup`, `UpdateChannelGroup` methods to the Admin API v1alpha
feat: add `ChannelGroupFilter`, `ChannelGroupFilterExpression`, `ChannelGroupFilterExpressionList`, `GroupingRule`, `ChannelGroup` types to the Admin API v1alpha

PiperOrigin-RevId: 526740438
2023-04-24 13:34:59 -07:00
Google APIs
57b675c153 chore: update go_gapic_assembly_pkg with snippets archive
PiperOrigin-RevId: 524917171
2023-04-17 12:24:09 -07:00
Google APIs
1cfcea4fbe chore: update import paths for Go targets to match open source location
chore: update go_package in protos to match open source location
chore: add explicit release levels to Go gapic targets

PiperOrigin-RevId: 520705454
2023-03-30 12:02:14 -07:00
Google APIs
71bd02eaf0 feat: add RunAccessReport method (with bindings for account and property resources) to the Admin API v1beta
feat: add `AccessDimension`, `AccessMetric`, `AccessDateRange`, `AccessFilterExpression`, `AccessFilterExpressionList`, `AccessFilter`, `AccessStringFilter`, `AccessInListFilter`, `AccessNumericFilter`, `AccessBetweenFilter`, `NumericValue`, `AccessOrderBy`, `AccessDimensionHeader`, `AccessMetricHeader`, `AccessRow`, `AccessDimensionValue`, `AccessMetricValue`, `AccessQuota`, `AccessQuotaStatus` types to the Admin API v1beta

PiperOrigin-RevId: 519058583
2023-03-23 22:52:13 -07:00
Google APIs
061a9fb3c7 feat: add account-level binding for theRunAccessReport method (example: /v1alpha/accounts/1234567:runAccessReport)
feat: add `GetEnhancedMeasurementSettings`, `UpdateEnhancedMeasurementSettings` methods to the Admin API v1alpha
feat: add `CreateConnectedSiteTag`, `DeleteConnectedSiteTag`, `ListConnectedSiteTags` methods to the Admin API v1alpha
feat: add `EnhancedMeasurementSettings`, `ConnectedSiteTag` resource types to the Admin API v1alpha
feat: add `GetEnhancedMeasurementSettingsRequest`,
`UpdateEnhancedMeasurementSettingsRequest`,`CreateConnectedSiteTagRequest`, `CreateConnectedSiteTagResponse`, `DeleteConnectedSiteTagRequest`, `ListConnectedSiteTagsRequest`, `ListConnectedSiteTagsResponse`
feat: add `ENHANCED_MEASUREMENT_SETTINGS` option to the `ChangeHistoryResourceType` enum
feat: add `enhanced_measurement_settings` option to the `ChangeHistoryResource.resource` oneof field
feat: add `intraday_export_enabled` field to the `BigQueryLink` resource

PiperOrigin-RevId: 518088512
2023-03-20 15:08:57 -07:00
Google APIs
5544503224 feat: Support REST transport
PiperOrigin-RevId: 515156929
2023-03-08 15:20:57 -08:00
Google APIs
be1bdffd89 feat: Support REST transport
PiperOrigin-RevId: 514827824
2023-03-07 13:44:05 -08:00
Google APIs
b0f2af1e9b feat(typescript): enable REST transport
To use REST transport, pass {fallback: "rest"} to the client constructor.

PiperOrigin-RevId: 512747300
2023-02-27 15:25:03 -08:00
Google APIs
82655adac3 feat: add CreateAccessBinding, GetAccessBinding, UpdateAccessBinding, DeleteAccessBinding, ListAccessBindings, BatchCreateAccessBindings, BatchGetAccessBindings, BatchUpdateAccessBindings, BatchDeleteAccessBindings methods to the Admin API v1alpha
feat: add `GetExpandedDataSet`, `ListExpandedDataSets`, `CreateExpandedDataSet`, `UpdateExpandedDataSet`, `DeleteExpandedDataSet` methods to the Admin API v1alpha

feat: add `AccessBinding`, `ExpandedDataSet`, `ExpandedDataSetFilter`, `ExpandedDataSetFilterExpression`, `ExpandedDataSetFilterExpressionList` resource types to the Admin API v1alpha
PiperOrigin-RevId: 510499799
2023-02-17 12:49:24 -08:00
Google APIs
c35b98606b feat: Add appropriate mixin clients
PiperOrigin-RevId: 510193779
2023-02-16 11:11:54 -08:00
Google APIs
b221f5fb44 feat: add GetSearchAds360Link, ListSearchAds360Links, CreateSearchAds360Link, DeleteSearchAds360Link, UpdateSearchAds360Link methods to the Admin API v1alpha
feat: add `SetAutomatedGa4ConfigurationOptOut`, `FetchAutomatedGa4ConfigurationOptOut` methods to the Admin API v1alpha
feat: add `GetBigQueryLink`, `ListBigQueryLinks` methods to the Admin API v1alpha
feat: add `tokens_per_project_per_hour` field to `AccessQuota` type
feat: add `EXPANDED_DATA_SET`, `CHANNEL_GROUP` values to `ChangeHistoryResourceType` enum
feat: add `search_ads_360_link`, `expanded_data_set`, `bigquery_link` values to ChangeHistoryResource.resource oneof field
feat: add `BigQueryLink`, `SearchAds360Link` resource types to the Admin API v1alpha
fix!: remove `LESS_THAN_OR_EQUAL`, `GREATER_THAN_OR_EQUAL` values from NumericFilter.Operation enum
fix!: remove `PARTIAL_REGEXP` value from StringFilter.MatchType enum

PiperOrigin-RevId: 507839187
2023-02-07 11:31:15 -08:00
Google APIs
9f04c98877 feat(csharp): Enable REST transport in C#
This change does not affect other languages.

PiperOrigin-RevId: 503159211
2023-01-19 07:28:33 -08:00
Google APIs
fcff1cc412 feat(csharp): Enable REST transport in C#
This change does not affect other languages.

PiperOrigin-RevId: 503088494
2023-01-19 00:49:47 -08:00
Google APIs
758f0d1217 chore: Enable requesting numeric enums in "transport=rest" responses for services supporting this (Java, Go, Python, PHP, TypeScript, C#, and Ruby), even if they do not yet turn on REST transport
chore: disallow "transport=rest" for services where numeric enums are not confirmed to be supported (except in PHP and Java)
PiperOrigin-RevId: 493113566
2022-12-05 14:28:58 -08:00
Google APIs
013b7e1deb chore: Set transport parameter expclicitly for php, nodejs and remaining java gapic rules
PiperOrigin-RevId: 485725710
2022-11-02 16:32:36 -07:00
Google APIs
69fc6c5b87 chore: include generated samples dir for all google apis
PiperOrigin-RevId: 485653021
2022-11-02 11:44:34 -07:00
Google APIs
807125e795 chore: Set rest_numeric_enums = False for all gapic rules explicitly
PiperOrigin-RevId: 485623855
2022-11-02 10:02:17 -07:00
Google APIs
59b73bd6f7 feat: add subject_to_thresholding field to ResponseMetadata type
feat: add `tokens_per_project_per_hour` field to `PropertyQuota` type

PiperOrigin-RevId: 479394249
2022-10-06 13:11:25 -07:00
Google APIs
5a9ee4d5de feat: enable REST transport for Python Preview clients
PiperOrigin-RevId: 474571730
2022-09-15 08:43:58 -07:00
Google APIs
8f81accbe6 chore: Explicitly set transport to grpc for python targets
PiperOrigin-RevId: 474394710
2022-09-14 14:40:43 -07:00
Google APIs
f0e2be46a5 feat: Enable REST transport support for Python analytics-admin, media-translation and dataflow clients
PiperOrigin-RevId: 473076638
2022-09-08 13:54:22 -07:00
Google APIs
80bf61314c feat: add RunAccessReport method to the Admin API v1alpha
PiperOrigin-RevId: 465589484
2022-08-05 10:11:23 -07:00
Google APIs
2f00b9a069 feat: add GetAudience, 'ListAudience', 'CreateAudience', 'UpdateAudience', 'ArchiveAudience' methods to the Admin API v1alpha
feat: add `GetAttributionSettings`, `UpdateAttributionSettings` methods to the Admin API v1alpha

PiperOrigin-RevId: 465469599
2022-08-04 20:33:45 -07:00
Google APIs
abe15226ba fix: Add py_test targets
PiperOrigin-RevId: 463701296
2022-07-27 16:06:30 -07:00
Google APIs
6ef569eaf4 feat: release the Google Analytics Admin API V1 Beta
PiperOrigin-RevId: 458479633
2022-07-01 08:57:46 -07:00
Google APIs
8a251f5225 feat: Enable REST transport for most of Java and Go clients
PiperOrigin-RevId: 456641589
2022-06-22 17:01:19 -07:00
Google APIs
4849480747 fix!: rename the type FunnelFilter to FunnelFieldFilter
fix!: rename the `funnel_filter` field of the `FunnelFilterExpression` type to `funnel_field_filter`

PiperOrigin-RevId: 455204231
2022-06-15 13:19:09 -07:00
Google APIs
84fb82208e feat: Add Java REST transport to analytics, servicecontrol, servicemanagement, serviceusage and langauge APIs
PiperOrigin-RevId: 454254635
2022-06-10 15:30:46 -07:00
Google APIs
d018d545db fix: CustomDimension and CustomMetric resource configuration in Analytics Admin API
PiperOrigin-RevId: 448304423
2022-05-12 12:00:47 -07:00
Google APIs
6d3ae1aca7 feat: add runFunnelReport method to the Alpha version of the Data API
PiperOrigin-RevId: 446813357
2022-05-05 14:11:36 -07:00
Google APIs
3a976a38ed Synchronize new proto/yaml changes.
PiperOrigin-RevId: 446264416
2022-05-03 12:43:50 -07:00
Google APIs
43f6670734 feat: Remove dependency on the obsolete v1alpha version
PiperOrigin-RevId: 440975191
2022-04-11 13:06:39 -07:00
Google APIs
a079cb09ba feat!: remove WebDataStream, IosAppDataStream, AndroidAppDataStream resources
and corresponding operations, as they are replaced by the `DataStream` resource
feat: add `restricted_metric_type` field to the `CustomMetric` resource
feat!: move the `GlobalSiteTag` resource from the property level to the data stream level

PiperOrigin-RevId: 432342398
2022-03-03 19:45:05 -08:00
Google APIs
7bc124cb89 chore: Add service_yaml config to all BUILD.bazel files that generate C# GAPIC libraries
PiperOrigin-RevId: 429496116
2022-02-18 00:10:22 -08:00
Google APIs
54861b4934 feat: add the AcknowledgeUserDataCollection operation which acknowledges the terms of user data collection for the specified property
feat: add the new resource type `DataStream`, which is planned to eventually replace `WebDataStream`, `IosAppDataStream`, `AndroidAppDataStream` resources
fix!: remove `GetEnhancedMeasurementSettings`, `UpdateEnhancedMeasurementSettingsRequest`, `UpdateEnhancedMeasurementSettingsRequest` operations from the API
feat: add `CreateDataStream`, `DeleteDataStream`, `UpdateDataStream`, `ListDataStreams` operations to support the new `DataStream` resource
feat: add `DISPLAY_VIDEO_360_ADVERTISER_LINK`,  `DISPLAY_VIDEO_360_ADVERTISER_LINK_PROPOSAL` fields to `ChangeHistoryResourceType` enum
feat: add the `account` field to the `Property` type
docs: update the documentation with a new list of valid values for `UserLink.direct_roles` field

PiperOrigin-RevId: 416888961
2021-12-16 13:56:20 -08:00
Google APIs
5bb0518fbf docs: fix docstring formatting
Committer: @parthea
PiperOrigin-RevId: 408715661
2021-11-09 15:08:06 -08:00
Google APIs
8c7125522e chore(ruby): Add Bazel build rules for Ruby wrapper clients
PiperOrigin-RevId: 406897753
2021-11-01 12:52:22 -07:00
Google APIs
c1176cd314 feat: add the schema_restriction_response field to the ResponseMetaData type that contains the schema restrictions actively enforced in creating a report
feat: add the `currency_code`, `time_zone` fields to the `ResponseMetaData` type
feat: add the `empty_reason` field to the `ResponseMetaData` type that contains an empty report reason, if specified
feat: add the `blocked_reasons` field to the `MetricMetadata` type that contains reasons why access was blocked to a certain metric in a report, if specified

PiperOrigin-RevId: 406725448
2021-10-31 17:44:51 -07:00
Google APIs
fcf719d038 fix: remove classes for all v1alpha methods
PiperOrigin-RevId: 399249336
2021-09-27 12:12:12 -07:00
Google APIs
3c414afa91 feat: add CheckCompatibility method to the API
feat: add `DimensionCompatibility`, `MetricCompatibility`, `Compatibility` types to the API

feat: add `category` field to `DimensionMetadata`, `MetricMetadata` types
PiperOrigin-RevId: 394292123
2021-09-01 12:46:33 -07:00
Google APIs
9e617db503 feat: add GetDataRetentionSettings, UpdateDataRetentionSettings methods to the API
feat: add `GetDisplayVideo360AdvertiserLink`, `ListDisplayVideo360AdvertiserLinks`, `CreateDisplayVideo360AdvertiserLink`, `DeleteDisplayVideo360AdvertiserLink` methods to the API

feat: add `GetDisplayVideo360AdvertiserLinkProposal`, `ListDisplayVideo360AdvertiserLinkProposals`,`DeleteDisplayVideo360AdvertiserLinkProposal`, `CancelDisplayVideo360AdvertiserLinkProposal` methods to the API

feat: add `LinkProposalStatusDetails`, `DisplayVideo360AdvertiserLinkProposal`, `DisplayVideo360AdvertiserLink`
`LinkProposalState`, `LinkProposalInitiatingProduct`, `ServiceLevel`, `DataRetentionSettings` types to the API

feat: add `service_level` field to `Property` type

feat: add `display_video_360_advertiser_link`, `display_video_360_advertiser_link_proposal`, `data_retention_settings` fields to `ChangeHistoryChange.resource` oneof field.

feat: add `custom` output only field to `ConversionEvent` type

feat: change `measurement_unit` field to mutable in `CustomMetric` type

fix!: remove `UpdateFirebaseLink` method from the API

fix!: rename `is_deletable` field of `ConversionEvent` type to `deletable`

fix!: rename `email_address` field of `GoogleAdsLink` type to `creator_email_address`

fix!: remove `maximum_user_access` field from `FirebaseLink` type

fix!: remove `MaximumUserAccess` enum from the API

PiperOrigin-RevId: 392540180
2021-08-23 16:08:48 -07:00
Google APIs
41b50a3848 feat: add minute_ranges field to RunRealtimeReportRequest object which can be used to specify the time range (in minutes) for realtime report queries
docs: document the increase from 8 to 9 of the number of allowed dimensions in a report query

PiperOrigin-RevId: 383930639
2021-07-09 15:03:29 -07:00
Google APIs
b26f86aa17 chore(ruby): Populate Ruby generator configuration for new clients
PiperOrigin-RevId: 379815863
2021-06-16 14:49:16 -07:00
Google APIs
060218c3cc chore: rename PHP microgen Bazel rules, delete monolith rules in googleapis
Committer: @miraleung
PiperOrigin-RevId: 377518010
2021-06-04 08:36:42 -07:00
Google APIs
c3bf1b7275 feat: add GetMeasurementProtocolSecret, ListMeasurementProtocolSecrets, CreateMeasurementProtocolSecret, DeleteMeasurementProtocolSecret, UpdateMeasurementProtocolSecret methods to the API
feat: add `GetGoogleSignalsSettings`, `UpdateGoogleSignalsSettings` methods to the API
feat: add `CreateConversionEvent`, `GetConversionEvent`, `DeleteConversionEvent`, `ListConversionEvents` methods to the API
feat: add `CreateCustomDimension`, `GetCustomDimension`, `UpdateCustomDimension`, `ListCustomDimensions`, `ArchiveCustomDimension` methods to the API
feat: add `CreateCustomMetric`, `GetCustomMetric`, `UpdateCustomMetric`, `ListCustomMetrics`, `ArchiveCustomMetric` methods to the API
feat: add `GoogleSignalsState`, `GoogleSignalsConsent` types
feat: add `GoogleSignalsSettings`  type
feat: add `MeasurementProtocolSecret` type
feat: add `ConversionEvent` type
feat: add `CustomDimension` type
feat: add `CustomMetric` type
feat: extend `ChangeHistoryResourceType` enum to support `GOOGLE_SIGNALS_SETTINGS`, `CONVERSION_EVENT`, `MEASUREMENT_PROTOCOL_SECRET`, `CUSTOM_DIMENSION`, `CUSTOM_METRIC` values
fix: label `email_address` field of `UserLink` type as immutable
fix: label `name` field of `UserLink` type as output only

PiperOrigin-RevId: 375776214
2021-05-25 12:59:45 -07:00
Google APIs
264fbc84a5 chore: migrate analytics/admin to the PHP microgenerator
Committer: @miraleung
PiperOrigin-RevId: 371723066
2021-05-03 10:18:22 -07:00
Google APIs
cfa6e02c0f chore: migrate analytics/data to the PHP microgenerator
Committer: @miraleung
PiperOrigin-RevId: 370774919
2021-04-27 15:34:12 -07:00
Google APIs
2375bb4a8f fix!: remove CreateIosAppDataStream, CreateAndroidAppDataStream methods from the API
feat: add `SearchChangeHistoryEvents` method to the API
fix!: update `DeleteProperty` method to return the deleted property data as `Property` type instead of returning an empty response
feat: add `ActorType`, `ActionType`, `ChangeHistoryResourceType`, `ChangeHistoryEvent`, `ChangeHistoryChange` types used by `SearchChangeHistoryEvents` method
fix!: update `time_zone` field of `Property` type to be required
feat: add `delete_time`, `expire_time` output only fields to `Property` type
fix!: remove `deleted` field from `Property` type

PiperOrigin-RevId: 370749341
2021-04-27 13:21:20 -07:00