google-apis-analyticsadmin_v1beta 0.17.0 → 0.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/analyticsadmin_v1beta/classes.rb +1 -22
- data/lib/google/apis/analyticsadmin_v1beta/gem_version.rb +2 -2
- data/lib/google/apis/analyticsadmin_v1beta/representations.rb +0 -13
- data/lib/google/apis/analyticsadmin_v1beta/service.rb +15 -44
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b77a05254c19b362e097d314b77fab81fb982578fb1c2caa4805ddad5605932a
|
|
4
|
+
data.tar.gz: 768d3baec5cd15ee9321744df85e59bad6485cf004139fee0f1f7ae36849ee0c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5e607c70832e5016ff8fac1f4e7c77f1b0c4189c019923decafe80b9bb589a8ae12ac294d495a0a196dc57203486a7c0bc091129424daecba859df80e7d7fa16
|
|
7
|
+
data.tar.gz: 750a15e21e8a9223357a3b1624a176d27db80428cf15c8d17a547e79ab85b67c023e9d9e7a45655daa929f2f7d92973ad792df2cc9f6d64bc9b3f1860aa0ef7b
|
data/CHANGELOG.md
CHANGED
|
@@ -2085,27 +2085,6 @@ module Google
|
|
|
2085
2085
|
end
|
|
2086
2086
|
end
|
|
2087
2087
|
|
|
2088
|
-
# Request message for ReorderEventEditRules RPC.
|
|
2089
|
-
class GoogleAnalyticsAdminV1betaReorderEventEditRulesRequest
|
|
2090
|
-
include Google::Apis::Core::Hashable
|
|
2091
|
-
|
|
2092
|
-
# Required. EventEditRule resource names for the specified data stream, in the
|
|
2093
|
-
# needed processing order. All EventEditRules for the stream must be present in
|
|
2094
|
-
# the list.
|
|
2095
|
-
# Corresponds to the JSON property `eventEditRules`
|
|
2096
|
-
# @return [Array<String>]
|
|
2097
|
-
attr_accessor :event_edit_rules
|
|
2098
|
-
|
|
2099
|
-
def initialize(**args)
|
|
2100
|
-
update!(**args)
|
|
2101
|
-
end
|
|
2102
|
-
|
|
2103
|
-
# Update properties of this object
|
|
2104
|
-
def update!(**args)
|
|
2105
|
-
@event_edit_rules = args[:event_edit_rules] if args.key?(:event_edit_rules)
|
|
2106
|
-
end
|
|
2107
|
-
end
|
|
2108
|
-
|
|
2109
2088
|
# The request for a Data Access Record Report.
|
|
2110
2089
|
class GoogleAnalyticsAdminV1betaRunAccessReportRequest
|
|
2111
2090
|
include Google::Apis::Core::Hashable
|
|
@@ -2324,7 +2303,7 @@ module Google
|
|
|
2324
2303
|
|
|
2325
2304
|
# Optional. Resource name for a child property. If set, only return changes made
|
|
2326
2305
|
# to this property or its child resources. Format: properties/`propertyId`
|
|
2327
|
-
# Example:
|
|
2306
|
+
# Example: `properties/100`
|
|
2328
2307
|
# Corresponds to the JSON property `property`
|
|
2329
2308
|
# @return [String]
|
|
2330
2309
|
attr_accessor :property
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AnalyticsadminV1beta
|
|
18
18
|
# Version of the google-apis-analyticsadmin_v1beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.18.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240722"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -382,12 +382,6 @@ module Google
|
|
|
382
382
|
include Google::Apis::Core::JsonObjectSupport
|
|
383
383
|
end
|
|
384
384
|
|
|
385
|
-
class GoogleAnalyticsAdminV1betaReorderEventEditRulesRequest
|
|
386
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
387
|
-
|
|
388
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
389
|
-
end
|
|
390
|
-
|
|
391
385
|
class GoogleAnalyticsAdminV1betaRunAccessReportRequest
|
|
392
386
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
393
387
|
|
|
@@ -1012,13 +1006,6 @@ module Google
|
|
|
1012
1006
|
end
|
|
1013
1007
|
end
|
|
1014
1008
|
|
|
1015
|
-
class GoogleAnalyticsAdminV1betaReorderEventEditRulesRequest
|
|
1016
|
-
# @private
|
|
1017
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1018
|
-
collection :event_edit_rules, as: 'eventEditRules'
|
|
1019
|
-
end
|
|
1020
|
-
end
|
|
1021
|
-
|
|
1022
1009
|
class GoogleAnalyticsAdminV1betaRunAccessReportRequest
|
|
1023
1010
|
# @private
|
|
1024
1011
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -166,7 +166,7 @@ module Google
|
|
|
166
166
|
# Get data sharing settings on an account. Data sharing settings are singletons.
|
|
167
167
|
# @param [String] name
|
|
168
168
|
# Required. The name of the settings to lookup. Format: accounts/`account`/
|
|
169
|
-
# dataSharingSettings Example:
|
|
169
|
+
# dataSharingSettings Example: `accounts/1000/dataSharingSettings`
|
|
170
170
|
# @param [String] fields
|
|
171
171
|
# Selector specifying which fields to include in a partial response.
|
|
172
172
|
# @param [String] quota_user
|
|
@@ -362,7 +362,7 @@ module Google
|
|
|
362
362
|
# set of filters.
|
|
363
363
|
# @param [String] account
|
|
364
364
|
# Required. The account resource for which to return change history resources.
|
|
365
|
-
# Format: accounts/`account` Example:
|
|
365
|
+
# Format: accounts/`account` Example: `accounts/100`
|
|
366
366
|
# @param [Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsRequest] google_analytics_admin_v1beta_search_change_history_events_request_object
|
|
367
367
|
# @param [String] fields
|
|
368
368
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -742,7 +742,8 @@ module Google
|
|
|
742
742
|
execute_or_queue_command(command, &block)
|
|
743
743
|
end
|
|
744
744
|
|
|
745
|
-
# Creates a conversion event with the
|
|
745
|
+
# Deprecated: Use `CreateKeyEvent` instead. Creates a conversion event with the
|
|
746
|
+
# specified attributes.
|
|
746
747
|
# @param [String] parent
|
|
747
748
|
# Required. The resource name of the parent property where this conversion event
|
|
748
749
|
# will be created. Format: properties/123
|
|
@@ -776,7 +777,8 @@ module Google
|
|
|
776
777
|
execute_or_queue_command(command, &block)
|
|
777
778
|
end
|
|
778
779
|
|
|
779
|
-
# Deletes a conversion event in a
|
|
780
|
+
# Deprecated: Use `DeleteKeyEvent` instead. Deletes a conversion event in a
|
|
781
|
+
# property.
|
|
780
782
|
# @param [String] name
|
|
781
783
|
# Required. The resource name of the conversion event to delete. Format:
|
|
782
784
|
# properties/`property`/conversionEvents/`conversion_event` Example: "properties/
|
|
@@ -808,7 +810,7 @@ module Google
|
|
|
808
810
|
execute_or_queue_command(command, &block)
|
|
809
811
|
end
|
|
810
812
|
|
|
811
|
-
# Retrieve a single conversion event.
|
|
813
|
+
# Deprecated: Use `GetKeyEvent` instead. Retrieve a single conversion event.
|
|
812
814
|
# @param [String] name
|
|
813
815
|
# Required. The resource name of the conversion event to retrieve. Format:
|
|
814
816
|
# properties/`property`/conversionEvents/`conversion_event` Example: "properties/
|
|
@@ -840,8 +842,9 @@ module Google
|
|
|
840
842
|
execute_or_queue_command(command, &block)
|
|
841
843
|
end
|
|
842
844
|
|
|
843
|
-
# Returns a list of conversion events
|
|
844
|
-
# an empty list if no conversion
|
|
845
|
+
# Deprecated: Use `ListKeyEvents` instead. Returns a list of conversion events
|
|
846
|
+
# in the specified parent property. Returns an empty list if no conversion
|
|
847
|
+
# events are found.
|
|
845
848
|
# @param [String] parent
|
|
846
849
|
# Required. The resource name of the parent property. Example: 'properties/123'
|
|
847
850
|
# @param [Fixnum] page_size
|
|
@@ -882,7 +885,8 @@ module Google
|
|
|
882
885
|
execute_or_queue_command(command, &block)
|
|
883
886
|
end
|
|
884
887
|
|
|
885
|
-
# Updates a conversion event with the
|
|
888
|
+
# Deprecated: Use `UpdateKeyEvent` instead. Updates a conversion event with the
|
|
889
|
+
# specified attributes.
|
|
886
890
|
# @param [String] name
|
|
887
891
|
# Output only. Resource name of this conversion event. Format: properties/`
|
|
888
892
|
# property`/conversionEvents/`conversion_event`
|
|
@@ -1452,39 +1456,6 @@ module Google
|
|
|
1452
1456
|
execute_or_queue_command(command, &block)
|
|
1453
1457
|
end
|
|
1454
1458
|
|
|
1455
|
-
# Changes the processing order of event edit rules on the specified stream.
|
|
1456
|
-
# @param [String] parent
|
|
1457
|
-
# Required. Example format: properties/123/dataStreams/456
|
|
1458
|
-
# @param [Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaReorderEventEditRulesRequest] google_analytics_admin_v1beta_reorder_event_edit_rules_request_object
|
|
1459
|
-
# @param [String] fields
|
|
1460
|
-
# Selector specifying which fields to include in a partial response.
|
|
1461
|
-
# @param [String] quota_user
|
|
1462
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
|
1463
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
1464
|
-
# @param [Google::Apis::RequestOptions] options
|
|
1465
|
-
# Request-specific options
|
|
1466
|
-
#
|
|
1467
|
-
# @yield [result, err] Result & error if block supplied
|
|
1468
|
-
# @yieldparam result [Google::Apis::AnalyticsadminV1beta::GoogleProtobufEmpty] parsed result object
|
|
1469
|
-
# @yieldparam err [StandardError] error object if request failed
|
|
1470
|
-
#
|
|
1471
|
-
# @return [Google::Apis::AnalyticsadminV1beta::GoogleProtobufEmpty]
|
|
1472
|
-
#
|
|
1473
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
1474
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
1475
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
1476
|
-
def reorder_property_data_stream_event_edit_rule(parent, google_analytics_admin_v1beta_reorder_event_edit_rules_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
1477
|
-
command = make_simple_command(:post, 'v1beta/{+parent}/eventEditRules:reorder', options)
|
|
1478
|
-
command.request_representation = Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaReorderEventEditRulesRequest::Representation
|
|
1479
|
-
command.request_object = google_analytics_admin_v1beta_reorder_event_edit_rules_request_object
|
|
1480
|
-
command.response_representation = Google::Apis::AnalyticsadminV1beta::GoogleProtobufEmpty::Representation
|
|
1481
|
-
command.response_class = Google::Apis::AnalyticsadminV1beta::GoogleProtobufEmpty
|
|
1482
|
-
command.params['parent'] = parent unless parent.nil?
|
|
1483
|
-
command.query['fields'] = fields unless fields.nil?
|
|
1484
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
1485
|
-
execute_or_queue_command(command, &block)
|
|
1486
|
-
end
|
|
1487
|
-
|
|
1488
1459
|
# Creates a measurement protocol secret.
|
|
1489
1460
|
# @param [String] parent
|
|
1490
1461
|
# Required. The parent resource where this secret will be created. Format:
|
|
@@ -1665,7 +1636,7 @@ module Google
|
|
|
1665
1636
|
|
|
1666
1637
|
# Creates a FirebaseLink. Properties can have at most one FirebaseLink.
|
|
1667
1638
|
# @param [String] parent
|
|
1668
|
-
# Required. Format: properties/`property_id` Example: properties/1234
|
|
1639
|
+
# Required. Format: properties/`property_id` Example: `properties/1234`
|
|
1669
1640
|
# @param [Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaFirebaseLink] google_analytics_admin_v1beta_firebase_link_object
|
|
1670
1641
|
# @param [String] fields
|
|
1671
1642
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -1699,7 +1670,7 @@ module Google
|
|
|
1699
1670
|
# Deletes a FirebaseLink on a property
|
|
1700
1671
|
# @param [String] name
|
|
1701
1672
|
# Required. Format: properties/`property_id`/firebaseLinks/`firebase_link_id`
|
|
1702
|
-
# Example: properties/1234/firebaseLinks/5678
|
|
1673
|
+
# Example: `properties/1234/firebaseLinks/5678`
|
|
1703
1674
|
# @param [String] fields
|
|
1704
1675
|
# Selector specifying which fields to include in a partial response.
|
|
1705
1676
|
# @param [String] quota_user
|
|
@@ -1730,7 +1701,7 @@ module Google
|
|
|
1730
1701
|
# Lists FirebaseLinks on a property. Properties can have at most one
|
|
1731
1702
|
# FirebaseLink.
|
|
1732
1703
|
# @param [String] parent
|
|
1733
|
-
# Required. Format: properties/`property_id` Example: properties/1234
|
|
1704
|
+
# Required. Format: properties/`property_id` Example: `properties/1234`
|
|
1734
1705
|
# @param [Fixnum] page_size
|
|
1735
1706
|
# The maximum number of resources to return. The service may return fewer than
|
|
1736
1707
|
# this value, even if there are additional pages. If unspecified, at most 50
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-analyticsadmin_v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.18.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-07-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1beta/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1beta/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1beta/v0.18.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1beta
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|