google-apis-analyticsadmin_v1alpha 0.23.0 → 0.26.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: ae57af596fdf10eaf388dd7206efcbb1be28f3992f1b64f8287a0d8880eaabee
4
- data.tar.gz: 21a1e0a231879c269ad8f1599a59fdd47db730ccbe769b556eb2c1e1530df66c
3
+ metadata.gz: d0ad025f8392744b771e491eecab3ddfe9915a21fb56e3bd992b8ffb9e88268c
4
+ data.tar.gz: 1b01b18de3830539919ce32b79515322aba7b8be6acbf4a2cec65448eccff728
5
5
  SHA512:
6
- metadata.gz: 5b3717201f59cb4bb49ee78f0d7abeb7467d6f8b9a7b61120b04ea9b75facf30b13518669376470a56fa3cc78b44db22e4a2627cf0dbb6e976cc2235dab924ed
7
- data.tar.gz: 559044f2fa43461a2a16471c4737c100614b82a4045b7080bec733b240c9e278d6e1845adee426a00086d53cdcd807e3175a4c9555c35d402d2c4a97003d9564
6
+ metadata.gz: 955a85720373e49037dcd914e35252ab8f88d227b0d97dd6916c537348c85c6ceff33d931b341c83a25974d0006a49800f28e558d5183a246f30fb5b88a01aab
7
+ data.tar.gz: 1ddf3a2f8bed4dcafb82e943c95fe403098660415a163cb0de3888822687b24a06a0899b5964dc8ae472724468ad9204034b2761c7afa1fd66213f73ce69f176
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-analyticsadmin_v1alpha
2
2
 
3
+ ### v0.26.0 (2022-02-24)
4
+
5
+ * Regenerated from discovery document revision 20220222
6
+
7
+ ### v0.25.0 (2022-02-03)
8
+
9
+ * Regenerated from discovery document revision 20220131
10
+
11
+ ### v0.24.0 (2022-01-28)
12
+
13
+ * Regenerated from discovery document revision 20220127
14
+
3
15
  ### v0.23.0 (2022-01-18)
4
16
 
5
17
  * Regenerated from discovery document revision 20220116
@@ -1295,12 +1295,13 @@ module Google
1295
1295
  end
1296
1296
 
1297
1297
  # Read-only resource with the tag for sending data from a website to a
1298
- # WebDataStream.
1298
+ # DataStream. Only present for web DataStream resources.
1299
1299
  class GoogleAnalyticsAdminV1alphaGlobalSiteTag
1300
1300
  include Google::Apis::Core::Hashable
1301
1301
 
1302
1302
  # Output only. Resource name for this GlobalSiteTag resource. Format: properties/
1303
- # `propertyId`/globalSiteTag
1303
+ # `property_id`/dataStreams/`stream_id`/globalSiteTag Example: "properties/123/
1304
+ # dataStreams/456/globalSiteTag"
1304
1305
  # Corresponds to the JSON property `name`
1305
1306
  # @return [String]
1306
1307
  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.23.0"
19
+ GEM_VERSION = "0.26.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 = "20220116"
25
+ REVISION = "20220222"
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 `firebase_project:`(
895
- # The id or number of the linked firebase project). Some examples of filters: ```
896
- # | Filter | Description | |-----------------------------|----------------------
897
- # ---------------------| | parent:accounts/123 | The account with account id:
898
- # 123. | | ancestor:accounts/123 | The account with account id: 123. | |
899
- # firebase_project:project-id | The firebase project with id: project-id. | |
900
- # firebase_project:123 | The firebase project with number: 123. | ```
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
@@ -1648,6 +1649,40 @@ module Google
1648
1649
  execute_or_queue_command(command, &block)
1649
1650
  end
1650
1651
 
1652
+ # Returns the Site Tag for the specified web stream. Site Tags are immutable
1653
+ # singletons.
1654
+ # @param [String] name
1655
+ # Required. The name of the site tag to lookup. Note that site tags are
1656
+ # singletons and do not have unique IDs. Format: properties/`property_id`/
1657
+ # dataStreams/`stream_id`/globalSiteTag Example: "properties/123/dataStreams/456/
1658
+ # globalSiteTag"
1659
+ # @param [String] fields
1660
+ # Selector specifying which fields to include in a partial response.
1661
+ # @param [String] quota_user
1662
+ # Available to use for quota purposes for server-side applications. Can be any
1663
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1664
+ # @param [Google::Apis::RequestOptions] options
1665
+ # Request-specific options
1666
+ #
1667
+ # @yield [result, err] Result & error if block supplied
1668
+ # @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaGlobalSiteTag] parsed result object
1669
+ # @yieldparam err [StandardError] error object if request failed
1670
+ #
1671
+ # @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaGlobalSiteTag]
1672
+ #
1673
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1674
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1675
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1676
+ def get_property_data_stream_global_site_tag(name, fields: nil, quota_user: nil, options: nil, &block)
1677
+ command = make_simple_command(:get, 'v1alpha/{+name}', options)
1678
+ command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaGlobalSiteTag::Representation
1679
+ command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaGlobalSiteTag
1680
+ command.params['name'] = name unless name.nil?
1681
+ command.query['fields'] = fields unless fields.nil?
1682
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1683
+ execute_or_queue_command(command, &block)
1684
+ end
1685
+
1651
1686
  # Lists DataStreams on a property.
1652
1687
  # @param [String] parent
1653
1688
  # Required. Example format: properties/1234
@@ -2900,40 +2935,6 @@ module Google
2900
2935
  command.query['quotaUser'] = quota_user unless quota_user.nil?
2901
2936
  execute_or_queue_command(command, &block)
2902
2937
  end
2903
-
2904
- # Returns the Site Tag for the specified web stream. Site Tags are immutable
2905
- # singletons.
2906
- # @param [String] name
2907
- # Required. The name of the site tag to lookup. Note that site tags are
2908
- # singletons and do not have unique IDs. Format: properties/`property_id`/
2909
- # webDataStreams/`stream_id`/globalSiteTag Example: "properties/123/
2910
- # webDataStreams/456/globalSiteTag"
2911
- # @param [String] fields
2912
- # Selector specifying which fields to include in a partial response.
2913
- # @param [String] quota_user
2914
- # Available to use for quota purposes for server-side applications. Can be any
2915
- # arbitrary string assigned to a user, but should not exceed 40 characters.
2916
- # @param [Google::Apis::RequestOptions] options
2917
- # Request-specific options
2918
- #
2919
- # @yield [result, err] Result & error if block supplied
2920
- # @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaGlobalSiteTag] parsed result object
2921
- # @yieldparam err [StandardError] error object if request failed
2922
- #
2923
- # @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaGlobalSiteTag]
2924
- #
2925
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2926
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2927
- # @raise [Google::Apis::AuthorizationError] Authorization is required
2928
- def get_property_web_data_stream_global_site_tag(name, fields: nil, quota_user: nil, options: nil, &block)
2929
- command = make_simple_command(:get, 'v1alpha/{+name}', options)
2930
- command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaGlobalSiteTag::Representation
2931
- command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaGlobalSiteTag
2932
- command.params['name'] = name unless name.nil?
2933
- command.query['fields'] = fields unless fields.nil?
2934
- command.query['quotaUser'] = quota_user unless quota_user.nil?
2935
- execute_or_queue_command(command, &block)
2936
- end
2937
2938
 
2938
2939
  protected
2939
2940
 
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.23.0
4
+ version: 0.26.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-01-24 00:00:00.000000000 Z
11
+ date: 2022-02-28 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.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.26.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: []