google-apis-analyticsadmin_v1beta 0.17.0 → 0.19.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 +9 -0
- data/lib/google/apis/analyticsadmin_v1beta/classes.rb +9 -30
- data/lib/google/apis/analyticsadmin_v1beta/gem_version.rb +3 -3
- data/lib/google/apis/analyticsadmin_v1beta/representations.rb +0 -13
- data/lib/google/apis/analyticsadmin_v1beta/service.rb +32 -62
- 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: ba9e6c0fa14a30093f1f8dfd3a8d68fdf8ae68a62f47a6159d7f58546dc88f1a
|
|
4
|
+
data.tar.gz: 2377e5dbb0c6519aea4b589f6459827387ef4d6f29530609ba3f4b82bff099fb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5461eb4e89c24834b014d38af69d99b010483b8b30bde39aa0e4e5e7c8e68eb94f6dc170b2df5ae3ffb775f19e09ae25d52ba6f9f6747e73ce38b39510250e62
|
|
7
|
+
data.tar.gz: ad1bd7404a6a1cf67d48a5288a802256e21549df7946322c37dcd639181fa91f281633f1e1c0431408eea62349ada90045f2c3ce12eb908cc28304c9353baf97
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Release history for google-apis-analyticsadmin_v1beta
|
|
2
2
|
|
|
3
|
+
### v0.19.0 (2024-09-01)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20240823
|
|
6
|
+
* Regenerated using generator version 0.15.1
|
|
7
|
+
|
|
8
|
+
### v0.18.0 (2024-07-24)
|
|
9
|
+
|
|
10
|
+
* Regenerated from discovery document revision 20240722
|
|
11
|
+
|
|
3
12
|
### v0.17.0 (2024-06-02)
|
|
4
13
|
|
|
5
14
|
* Regenerated from discovery document revision 20240529
|
|
@@ -629,7 +629,7 @@ module Google
|
|
|
629
629
|
end
|
|
630
630
|
|
|
631
631
|
# A virtual resource representing an overview of an account and all its child
|
|
632
|
-
#
|
|
632
|
+
# Google Analytics properties.
|
|
633
633
|
class GoogleAnalyticsAdminV1betaAccountSummary
|
|
634
634
|
include Google::Apis::Core::Hashable
|
|
635
635
|
|
|
@@ -795,12 +795,12 @@ module Google
|
|
|
795
795
|
# @return [Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaDataStream]
|
|
796
796
|
attr_accessor :data_stream
|
|
797
797
|
|
|
798
|
-
# A link between a
|
|
798
|
+
# A link between a Google Analytics property and a Firebase project.
|
|
799
799
|
# Corresponds to the JSON property `firebaseLink`
|
|
800
800
|
# @return [Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaFirebaseLink]
|
|
801
801
|
attr_accessor :firebase_link
|
|
802
802
|
|
|
803
|
-
# A link between a
|
|
803
|
+
# A link between a Google Analytics property and a Google Ads account.
|
|
804
804
|
# Corresponds to the JSON property `googleAdsLink`
|
|
805
805
|
# @return [Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaGoogleAdsLink]
|
|
806
806
|
attr_accessor :google_ads_link
|
|
@@ -810,7 +810,7 @@ module Google
|
|
|
810
810
|
# @return [Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaMeasurementProtocolSecret]
|
|
811
811
|
attr_accessor :measurement_protocol_secret
|
|
812
812
|
|
|
813
|
-
# A resource message representing a Google Analytics
|
|
813
|
+
# A resource message representing a Google Analytics property.
|
|
814
814
|
# Corresponds to the JSON property `property`
|
|
815
815
|
# @return [Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaProperty]
|
|
816
816
|
attr_accessor :property
|
|
@@ -1356,7 +1356,7 @@ module Google
|
|
|
1356
1356
|
end
|
|
1357
1357
|
end
|
|
1358
1358
|
|
|
1359
|
-
# A link between a
|
|
1359
|
+
# A link between a Google Analytics property and a Firebase project.
|
|
1360
1360
|
class GoogleAnalyticsAdminV1betaFirebaseLink
|
|
1361
1361
|
include Google::Apis::Core::Hashable
|
|
1362
1362
|
|
|
@@ -1391,7 +1391,7 @@ module Google
|
|
|
1391
1391
|
end
|
|
1392
1392
|
end
|
|
1393
1393
|
|
|
1394
|
-
# A link between a
|
|
1394
|
+
# A link between a Google Analytics property and a Google Ads account.
|
|
1395
1395
|
class GoogleAnalyticsAdminV1betaGoogleAdsLink
|
|
1396
1396
|
include Google::Apis::Core::Hashable
|
|
1397
1397
|
|
|
@@ -1894,7 +1894,7 @@ module Google
|
|
|
1894
1894
|
end
|
|
1895
1895
|
end
|
|
1896
1896
|
|
|
1897
|
-
# A resource message representing a Google Analytics
|
|
1897
|
+
# A resource message representing a Google Analytics property.
|
|
1898
1898
|
class GoogleAnalyticsAdminV1betaProperty
|
|
1899
1899
|
include Google::Apis::Core::Hashable
|
|
1900
1900
|
|
|
@@ -2000,7 +2000,7 @@ module Google
|
|
|
2000
2000
|
end
|
|
2001
2001
|
end
|
|
2002
2002
|
|
|
2003
|
-
# A virtual resource representing metadata for a
|
|
2003
|
+
# A virtual resource representing metadata for a Google Analytics property.
|
|
2004
2004
|
class GoogleAnalyticsAdminV1betaPropertySummary
|
|
2005
2005
|
include Google::Apis::Core::Hashable
|
|
2006
2006
|
|
|
@@ -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.19.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.15.
|
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240823"
|
|
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
|
|
@@ -195,7 +195,7 @@ module Google
|
|
|
195
195
|
end
|
|
196
196
|
|
|
197
197
|
# Returns all accounts accessible by the caller. Note that these accounts might
|
|
198
|
-
# not currently have
|
|
198
|
+
# not currently have GA properties. Soft-deleted (ie: "trashed") accounts are
|
|
199
199
|
# excluded by default. Returns an empty list if no relevant accounts are found.
|
|
200
200
|
# @param [Fixnum] page_size
|
|
201
201
|
# The maximum number of resources to return. The service may return fewer than
|
|
@@ -314,7 +314,7 @@ module Google
|
|
|
314
314
|
# for a property. Reports may be requested for any property, but dimensions that
|
|
315
315
|
# aren't related to quota can only be requested on Google Analytics 360
|
|
316
316
|
# properties. This method is only available to Administrators. These data access
|
|
317
|
-
# records include
|
|
317
|
+
# records include GA UI Reporting, GA UI Explorations, GA Data API, and other
|
|
318
318
|
# products like Firebase & Admob that can retrieve data from Google Analytics
|
|
319
319
|
# through a linkage. These records don't include property configuration changes
|
|
320
320
|
# like adding a stream or changing a property's time zone. For configuration
|
|
@@ -325,9 +325,9 @@ module Google
|
|
|
325
325
|
# The Data Access Report supports requesting at the property level or account
|
|
326
326
|
# level. If requested at the account level, Data Access Reports include all
|
|
327
327
|
# access for all properties under that account. To request at the property level,
|
|
328
|
-
# entity should be for example 'properties/123' if "123" is your
|
|
329
|
-
# ID. To request at the account level, entity should be for
|
|
330
|
-
# 1234' if "1234" is your
|
|
328
|
+
# entity should be for example 'properties/123' if "123" is your Google
|
|
329
|
+
# Analytics property ID. To request at the account level, entity should be for
|
|
330
|
+
# example 'accounts/1234' if "1234" is your Google Analytics Account ID.
|
|
331
331
|
# @param [Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaRunAccessReportRequest] google_analytics_admin_v1beta_run_access_report_request_object
|
|
332
332
|
# @param [String] fields
|
|
333
333
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -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.
|
|
@@ -428,7 +428,7 @@ module Google
|
|
|
428
428
|
execute_or_queue_command(command, &block)
|
|
429
429
|
end
|
|
430
430
|
|
|
431
|
-
# Creates
|
|
431
|
+
# Creates a Google Analytics property with the specified location and attributes.
|
|
432
432
|
# @param [Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaProperty] google_analytics_admin_v1beta_property_object
|
|
433
433
|
# @param [String] fields
|
|
434
434
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -463,8 +463,7 @@ module Google
|
|
|
463
463
|
# be restored using the Trash Can UI. If the properties are not restored before
|
|
464
464
|
# the expiration time, the Property and all child resources (eg: GoogleAdsLinks,
|
|
465
465
|
# Streams, AccessBindings) will be permanently purged. https://support.google.
|
|
466
|
-
# com/analytics/answer/6154772 Returns an error if the target is not found
|
|
467
|
-
# is not a GA4 Property.
|
|
466
|
+
# com/analytics/answer/6154772 Returns an error if the target is not found.
|
|
468
467
|
# @param [String] name
|
|
469
468
|
# Required. The name of the Property to soft-delete. Format: properties/`
|
|
470
469
|
# property_id` Example: "properties/1000"
|
|
@@ -495,7 +494,7 @@ module Google
|
|
|
495
494
|
execute_or_queue_command(command, &block)
|
|
496
495
|
end
|
|
497
496
|
|
|
498
|
-
# Lookup for a single
|
|
497
|
+
# Lookup for a single GA Property.
|
|
499
498
|
# @param [String] name
|
|
500
499
|
# Required. The name of the property to lookup. Format: properties/`property_id`
|
|
501
500
|
# Example: "properties/1000"
|
|
@@ -557,10 +556,10 @@ module Google
|
|
|
557
556
|
execute_or_queue_command(command, &block)
|
|
558
557
|
end
|
|
559
558
|
|
|
560
|
-
# Returns child Properties under the specified parent Account.
|
|
561
|
-
#
|
|
562
|
-
#
|
|
563
|
-
#
|
|
559
|
+
# Returns child Properties under the specified parent Account. Properties will
|
|
560
|
+
# be excluded if the caller does not have access. Soft-deleted (ie: "trashed")
|
|
561
|
+
# properties are excluded by default. Returns an empty list if no relevant
|
|
562
|
+
# properties are found.
|
|
564
563
|
# @param [String] filter
|
|
565
564
|
# Required. An expression for filtering the results of the request. Fields
|
|
566
565
|
# eligible for filtering are: `parent:`(The resource name of the parent account/
|
|
@@ -659,7 +658,7 @@ module Google
|
|
|
659
658
|
# for a property. Reports may be requested for any property, but dimensions that
|
|
660
659
|
# aren't related to quota can only be requested on Google Analytics 360
|
|
661
660
|
# properties. This method is only available to Administrators. These data access
|
|
662
|
-
# records include
|
|
661
|
+
# records include GA UI Reporting, GA UI Explorations, GA Data API, and other
|
|
663
662
|
# products like Firebase & Admob that can retrieve data from Google Analytics
|
|
664
663
|
# through a linkage. These records don't include property configuration changes
|
|
665
664
|
# like adding a stream or changing a property's time zone. For configuration
|
|
@@ -670,9 +669,9 @@ module Google
|
|
|
670
669
|
# The Data Access Report supports requesting at the property level or account
|
|
671
670
|
# level. If requested at the account level, Data Access Reports include all
|
|
672
671
|
# access for all properties under that account. To request at the property level,
|
|
673
|
-
# entity should be for example 'properties/123' if "123" is your
|
|
674
|
-
# ID. To request at the account level, entity should be for
|
|
675
|
-
# 1234' if "1234" is your
|
|
672
|
+
# entity should be for example 'properties/123' if "123" is your Google
|
|
673
|
+
# Analytics property ID. To request at the account level, entity should be for
|
|
674
|
+
# example 'accounts/1234' if "1234" is your Google Analytics Account ID.
|
|
676
675
|
# @param [Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaRunAccessReportRequest] google_analytics_admin_v1beta_run_access_report_request_object
|
|
677
676
|
# @param [String] fields
|
|
678
677
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -742,7 +741,8 @@ module Google
|
|
|
742
741
|
execute_or_queue_command(command, &block)
|
|
743
742
|
end
|
|
744
743
|
|
|
745
|
-
# Creates a conversion event with the
|
|
744
|
+
# Deprecated: Use `CreateKeyEvent` instead. Creates a conversion event with the
|
|
745
|
+
# specified attributes.
|
|
746
746
|
# @param [String] parent
|
|
747
747
|
# Required. The resource name of the parent property where this conversion event
|
|
748
748
|
# will be created. Format: properties/123
|
|
@@ -776,7 +776,8 @@ module Google
|
|
|
776
776
|
execute_or_queue_command(command, &block)
|
|
777
777
|
end
|
|
778
778
|
|
|
779
|
-
# Deletes a conversion event in a
|
|
779
|
+
# Deprecated: Use `DeleteKeyEvent` instead. Deletes a conversion event in a
|
|
780
|
+
# property.
|
|
780
781
|
# @param [String] name
|
|
781
782
|
# Required. The resource name of the conversion event to delete. Format:
|
|
782
783
|
# properties/`property`/conversionEvents/`conversion_event` Example: "properties/
|
|
@@ -808,7 +809,7 @@ module Google
|
|
|
808
809
|
execute_or_queue_command(command, &block)
|
|
809
810
|
end
|
|
810
811
|
|
|
811
|
-
# Retrieve a single conversion event.
|
|
812
|
+
# Deprecated: Use `GetKeyEvent` instead. Retrieve a single conversion event.
|
|
812
813
|
# @param [String] name
|
|
813
814
|
# Required. The resource name of the conversion event to retrieve. Format:
|
|
814
815
|
# properties/`property`/conversionEvents/`conversion_event` Example: "properties/
|
|
@@ -840,8 +841,9 @@ module Google
|
|
|
840
841
|
execute_or_queue_command(command, &block)
|
|
841
842
|
end
|
|
842
843
|
|
|
843
|
-
# Returns a list of conversion events
|
|
844
|
-
# an empty list if no conversion
|
|
844
|
+
# Deprecated: Use `ListKeyEvents` instead. Returns a list of conversion events
|
|
845
|
+
# in the specified parent property. Returns an empty list if no conversion
|
|
846
|
+
# events are found.
|
|
845
847
|
# @param [String] parent
|
|
846
848
|
# Required. The resource name of the parent property. Example: 'properties/123'
|
|
847
849
|
# @param [Fixnum] page_size
|
|
@@ -882,7 +884,8 @@ module Google
|
|
|
882
884
|
execute_or_queue_command(command, &block)
|
|
883
885
|
end
|
|
884
886
|
|
|
885
|
-
# Updates a conversion event with the
|
|
887
|
+
# Deprecated: Use `UpdateKeyEvent` instead. Updates a conversion event with the
|
|
888
|
+
# specified attributes.
|
|
886
889
|
# @param [String] name
|
|
887
890
|
# Output only. Resource name of this conversion event. Format: properties/`
|
|
888
891
|
# property`/conversionEvents/`conversion_event`
|
|
@@ -1452,39 +1455,6 @@ module Google
|
|
|
1452
1455
|
execute_or_queue_command(command, &block)
|
|
1453
1456
|
end
|
|
1454
1457
|
|
|
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
1458
|
# Creates a measurement protocol secret.
|
|
1489
1459
|
# @param [String] parent
|
|
1490
1460
|
# Required. The parent resource where this secret will be created. Format:
|
|
@@ -1551,7 +1521,7 @@ module Google
|
|
|
1551
1521
|
execute_or_queue_command(command, &block)
|
|
1552
1522
|
end
|
|
1553
1523
|
|
|
1554
|
-
# Lookup for a single
|
|
1524
|
+
# Lookup for a single MeasurementProtocolSecret.
|
|
1555
1525
|
# @param [String] name
|
|
1556
1526
|
# Required. The name of the measurement protocol secret to lookup. Format:
|
|
1557
1527
|
# properties/`property`/dataStreams/`dataStream`/measurementProtocolSecrets/`
|
|
@@ -1665,7 +1635,7 @@ module Google
|
|
|
1665
1635
|
|
|
1666
1636
|
# Creates a FirebaseLink. Properties can have at most one FirebaseLink.
|
|
1667
1637
|
# @param [String] parent
|
|
1668
|
-
# Required. Format: properties/`property_id` Example: properties/1234
|
|
1638
|
+
# Required. Format: properties/`property_id` Example: `properties/1234`
|
|
1669
1639
|
# @param [Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaFirebaseLink] google_analytics_admin_v1beta_firebase_link_object
|
|
1670
1640
|
# @param [String] fields
|
|
1671
1641
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -1699,7 +1669,7 @@ module Google
|
|
|
1699
1669
|
# Deletes a FirebaseLink on a property
|
|
1700
1670
|
# @param [String] name
|
|
1701
1671
|
# Required. Format: properties/`property_id`/firebaseLinks/`firebase_link_id`
|
|
1702
|
-
# Example: properties/1234/firebaseLinks/5678
|
|
1672
|
+
# Example: `properties/1234/firebaseLinks/5678`
|
|
1703
1673
|
# @param [String] fields
|
|
1704
1674
|
# Selector specifying which fields to include in a partial response.
|
|
1705
1675
|
# @param [String] quota_user
|
|
@@ -1730,7 +1700,7 @@ module Google
|
|
|
1730
1700
|
# Lists FirebaseLinks on a property. Properties can have at most one
|
|
1731
1701
|
# FirebaseLink.
|
|
1732
1702
|
# @param [String] parent
|
|
1733
|
-
# Required. Format: properties/`property_id` Example: properties/1234
|
|
1703
|
+
# Required. Format: properties/`property_id` Example: `properties/1234`
|
|
1734
1704
|
# @param [Fixnum] page_size
|
|
1735
1705
|
# The maximum number of resources to return. The service may return fewer than
|
|
1736
1706
|
# 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.19.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-09-01 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.19.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: []
|