google-apis-analyticsadmin_v1alpha 0.24.0 → 0.25.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1cb80d59c771c638d26180238e7084d6f0a65c150d6cd4bfbcbf9ecfc8749b49
|
4
|
+
data.tar.gz: 73b79d4811f7151a32ab4ce02f1f3f61e90e4ef44b6f00f42934700cbe73c8a5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5d798f48bd6fb99ba1705da86227176a9fa4de422ac87b2e5b6a752fd1dec80e5ca0cf54d825d0e4e86d117a6d813c4eb4fae0f4e5da733cfee2156e49ca95dd
|
7
|
+
data.tar.gz: d87af7c8949e99dd9e77793a3be78c0ff957a4a2017bb73d0b357887cf48ce52a3c217fb0aed1f73edf06fc326c5cf69a2f37c8bceb266cdffc27d7be2628dc1
|
data/CHANGELOG.md
CHANGED
@@ -1349,12 +1349,13 @@ module Google
|
|
1349
1349
|
end
|
1350
1350
|
|
1351
1351
|
# Read-only resource with the tag for sending data from a website to a
|
1352
|
-
#
|
1352
|
+
# DataStream. Only present for web DataStream resources.
|
1353
1353
|
class GoogleAnalyticsAdminV1alphaGlobalSiteTag
|
1354
1354
|
include Google::Apis::Core::Hashable
|
1355
1355
|
|
1356
1356
|
# Output only. Resource name for this GlobalSiteTag resource. Format: properties/
|
1357
|
-
# `
|
1357
|
+
# `property_id`/dataStreams/`stream_id`/globalSiteTag Example: "properties/123/
|
1358
|
+
# dataStreams/456/globalSiteTag"
|
1358
1359
|
# Corresponds to the JSON property `name`
|
1359
1360
|
# @return [String]
|
1360
1361
|
attr_accessor :name
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AnalyticsadminV1alpha
|
18
18
|
# Version of the google-apis-analyticsadmin_v1alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.25.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220131"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -890,14 +890,15 @@ module Google
|
|
890
890
|
# default. Returns an empty list if no relevant properties are found.
|
891
891
|
# @param [String] filter
|
892
892
|
# Required. An expression for filtering the results of the request. Fields
|
893
|
-
# eligible for filtering are: `parent:`(The resource name of the parent account
|
894
|
-
# or `ancestor:`(The resource name of the parent account) or `
|
895
|
-
# The id or number of the linked firebase project). Some
|
896
|
-
# | Filter | Description |
|
897
|
-
#
|
898
|
-
# 123. | |
|
899
|
-
#
|
900
|
-
# firebase_project:
|
893
|
+
# eligible for filtering are: `parent:`(The resource name of the parent account/
|
894
|
+
# property) or `ancestor:`(The resource name of the parent account) or `
|
895
|
+
# firebase_project:`(The id or number of the linked firebase project). Some
|
896
|
+
# examples of filters: ``` | Filter | Description | |----------------------------
|
897
|
+
# -|-------------------------------------------| | parent:accounts/123 | The
|
898
|
+
# account with account id: 123. | | parent:properties/123 | The property with
|
899
|
+
# property id: 123. | | ancestor:accounts/123 | The account with account id: 123.
|
900
|
+
# | | firebase_project:project-id | The firebase project with id: project-id. |
|
901
|
+
# | firebase_project:123 | The firebase project with number: 123. | ```
|
901
902
|
# @param [Fixnum] page_size
|
902
903
|
# The maximum number of resources to return. The service may return fewer than
|
903
904
|
# this value, even if there are additional pages. If unspecified, at most 50
|
@@ -1795,6 +1796,40 @@ module Google
|
|
1795
1796
|
execute_or_queue_command(command, &block)
|
1796
1797
|
end
|
1797
1798
|
|
1799
|
+
# Returns the Site Tag for the specified web stream. Site Tags are immutable
|
1800
|
+
# singletons.
|
1801
|
+
# @param [String] name
|
1802
|
+
# Required. The name of the site tag to lookup. Note that site tags are
|
1803
|
+
# singletons and do not have unique IDs. Format: properties/`property_id`/
|
1804
|
+
# dataStreams/`stream_id`/globalSiteTag Example: "properties/123/dataStreams/456/
|
1805
|
+
# globalSiteTag"
|
1806
|
+
# @param [String] fields
|
1807
|
+
# Selector specifying which fields to include in a partial response.
|
1808
|
+
# @param [String] quota_user
|
1809
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
1810
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1811
|
+
# @param [Google::Apis::RequestOptions] options
|
1812
|
+
# Request-specific options
|
1813
|
+
#
|
1814
|
+
# @yield [result, err] Result & error if block supplied
|
1815
|
+
# @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaGlobalSiteTag] parsed result object
|
1816
|
+
# @yieldparam err [StandardError] error object if request failed
|
1817
|
+
#
|
1818
|
+
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaGlobalSiteTag]
|
1819
|
+
#
|
1820
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1821
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1822
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1823
|
+
def get_property_data_stream_global_site_tag(name, fields: nil, quota_user: nil, options: nil, &block)
|
1824
|
+
command = make_simple_command(:get, 'v1alpha/{+name}', options)
|
1825
|
+
command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaGlobalSiteTag::Representation
|
1826
|
+
command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaGlobalSiteTag
|
1827
|
+
command.params['name'] = name unless name.nil?
|
1828
|
+
command.query['fields'] = fields unless fields.nil?
|
1829
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1830
|
+
execute_or_queue_command(command, &block)
|
1831
|
+
end
|
1832
|
+
|
1798
1833
|
# Lists DataStreams on a property.
|
1799
1834
|
# @param [String] parent
|
1800
1835
|
# Required. Example format: properties/1234
|
@@ -3294,40 +3329,6 @@ module Google
|
|
3294
3329
|
execute_or_queue_command(command, &block)
|
3295
3330
|
end
|
3296
3331
|
|
3297
|
-
# Returns the Site Tag for the specified web stream. Site Tags are immutable
|
3298
|
-
# singletons.
|
3299
|
-
# @param [String] name
|
3300
|
-
# Required. The name of the site tag to lookup. Note that site tags are
|
3301
|
-
# singletons and do not have unique IDs. Format: properties/`property_id`/
|
3302
|
-
# webDataStreams/`stream_id`/globalSiteTag Example: "properties/123/
|
3303
|
-
# webDataStreams/456/globalSiteTag"
|
3304
|
-
# @param [String] fields
|
3305
|
-
# Selector specifying which fields to include in a partial response.
|
3306
|
-
# @param [String] quota_user
|
3307
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
3308
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
3309
|
-
# @param [Google::Apis::RequestOptions] options
|
3310
|
-
# Request-specific options
|
3311
|
-
#
|
3312
|
-
# @yield [result, err] Result & error if block supplied
|
3313
|
-
# @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaGlobalSiteTag] parsed result object
|
3314
|
-
# @yieldparam err [StandardError] error object if request failed
|
3315
|
-
#
|
3316
|
-
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaGlobalSiteTag]
|
3317
|
-
#
|
3318
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
3319
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
3320
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
3321
|
-
def get_property_web_data_stream_global_site_tag(name, fields: nil, quota_user: nil, options: nil, &block)
|
3322
|
-
command = make_simple_command(:get, 'v1alpha/{+name}', options)
|
3323
|
-
command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaGlobalSiteTag::Representation
|
3324
|
-
command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaGlobalSiteTag
|
3325
|
-
command.params['name'] = name unless name.nil?
|
3326
|
-
command.query['fields'] = fields unless fields.nil?
|
3327
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
3328
|
-
execute_or_queue_command(command, &block)
|
3329
|
-
end
|
3330
|
-
|
3331
3332
|
# Returns child web data streams under the specified parent property. Web data
|
3332
3333
|
# streams will be excluded if the caller does not have access. Returns an empty
|
3333
3334
|
# list if no relevant web data streams are found.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-analyticsadmin_v1alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.25.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: 2022-
|
11
|
+
date: 2022-02-07 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_v1alpha/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.25.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1alpha
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|