google-apis-analyticsadmin_v1alpha 0.15.0 → 0.16.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: babc0ae612b0732b702a4729d35b9d94daa8aa3545a637bd28f4b1fdee518803
4
- data.tar.gz: 6c118f2357ecbf0a0f5ab2368b0832f920c76a4e79a60c3ba941c38f85845522
3
+ metadata.gz: 580adde5d146df811d804e48bdbb795a5d6385c63899db3e7bab8819397b9965
4
+ data.tar.gz: 392ddad13e21dd7b5344ff495c4c8b61a52498a3bfa80e5c61f750379440c9ec
5
5
  SHA512:
6
- metadata.gz: 281766c49ad5dc44cafd1688e7dce8cf9507c6ba319833a27c013c47cfae12a985a07a1360e7cca9e368201c9764ff0ed226588d4fa32c37979e54a70a1d5b7a
7
- data.tar.gz: 51f53f28895737469dee096ee69cf5f90b15652544bf909d5f99f94ad9aa30b4e759f328a1c0fd0299bcf21c2fff7c25469527af41717257d62708b80e4b3c5d
6
+ metadata.gz: f610d66bdab64b44a4832dea1a9f3507cd583a19db2a6fb7b3606fb61d320517953ba9fc02d3de1817859e8dfe2312030fa0d41f4c58f439c1689d55dc842fa0
7
+ data.tar.gz: 5ecf13a77732892293b1cb7599e56e0fb0704b11478fa28c9cb2d98af15d4df3460413dab37ff537f8cff598c9e9a4ead90dccba01ec9ce6678d526925c4426a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-analyticsadmin_v1alpha
2
2
 
3
+ ### v0.16.0 (2021-09-24)
4
+
5
+ * Regenerated from discovery document revision 20210922
6
+
3
7
  ### v0.15.0 (2021-09-17)
4
8
 
5
9
  * Regenerated from discovery document revision 20210916
@@ -1907,6 +1907,12 @@ module Google
1907
1907
  class GoogleAnalyticsAdminV1alphaProperty
1908
1908
  include Google::Apis::Core::Hashable
1909
1909
 
1910
+ # Immutable. The resource name of the parent account Format: accounts/`
1911
+ # account_id` Example: "accounts/123"
1912
+ # Corresponds to the JSON property `account`
1913
+ # @return [String]
1914
+ attr_accessor :account
1915
+
1910
1916
  # Output only. Time when the entity was originally created.
1911
1917
  # Corresponds to the JSON property `createTime`
1912
1918
  # @return [String]
@@ -1980,6 +1986,7 @@ module Google
1980
1986
 
1981
1987
  # Update properties of this object
1982
1988
  def update!(**args)
1989
+ @account = args[:account] if args.key?(:account)
1983
1990
  @create_time = args[:create_time] if args.key?(:create_time)
1984
1991
  @currency_code = args[:currency_code] if args.key?(:currency_code)
1985
1992
  @delete_time = args[:delete_time] if args.key?(:delete_time)
@@ -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.15.0"
19
+ GEM_VERSION = "0.16.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210916"
25
+ REVISION = "20210922"
26
26
  end
27
27
  end
28
28
  end
@@ -923,6 +923,7 @@ module Google
923
923
  class GoogleAnalyticsAdminV1alphaProperty
924
924
  # @private
925
925
  class Representation < Google::Apis::Core::JsonRepresentation
926
+ property :account, as: 'account'
926
927
  property :create_time, as: 'createTime'
927
928
  property :currency_code, as: 'currencyCode'
928
929
  property :delete_time, as: 'deleteTime'
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.15.0
4
+ version: 0.16.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: 2021-09-20 00:00:00.000000000 Z
11
+ date: 2021-09-27 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/master/generated/google-apis-analyticsadmin_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.15.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.16.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-analyticsadmin_v1alpha
63
63
  post_install_message:
64
64
  rdoc_options: []