google-apis-prod_tt_sasportal_v1alpha1 0.36.0 → 0.37.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 44250e5dd68d10c4485842ed44e2092f2f74b325f1c54f791df85ebaafcb6ca7
4
- data.tar.gz: 2a4291fe4656ba7f4a06acebe8a8c73a81971d579c9ec14321ba01727f4adbf1
3
+ metadata.gz: 94bee2233296a701f598f99983c07e056993887b6c2f93e3638374374992c814
4
+ data.tar.gz: dc6663a62281526055d5596fed59903c2d205f682868354fcbf4f8d90636c01d
5
5
  SHA512:
6
- metadata.gz: b5c77027aa0006751217b3cdb154efd92d9f3e2a98390aad0cf9a42aad99c946a9aba6f01a1510387dc3e1b7ab5c5a2b8a38d59ced2abdded9697624f5b62808
7
- data.tar.gz: e3e1f69eda111dcb164a6ffc938d70ba4842fcf6a0d914e5edac81611da513ce9cb8f07ed936e1481fa483440c1d4504e4282493f5a96a81a17b8a052450cba6
6
+ metadata.gz: acc149dbbe828859e7fa64aa83aef98f916c8d9ea991f679e32378c854cc9dc8c9666c6cdd0aae915f3f227bf151d9469e9f2c5ba87a79825f922d262fc3af2f
7
+ data.tar.gz: 9d2bc64f1b8fc398951a63b425a0ddd14f65df2b4892a7c020bdd1ed0fc192a4088d6b28bdffc5883d892b5ab32659a20a97d00afb144cb11c9698b2b03cd1bd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-prod_tt_sasportal_v1alpha1
2
2
 
3
+ ### v0.37.0 (2023-09-24)
4
+
5
+ * Regenerated from discovery document revision 20230921
6
+
3
7
  ### v0.36.0 (2023-08-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20230816
@@ -1326,12 +1326,19 @@ module Google
1326
1326
  class SasPortalSetupSasAnalyticsRequest
1327
1327
  include Google::Apis::Core::Hashable
1328
1328
 
1329
+ # Optional. User id to setup analytics for, if not provided the user id
1330
+ # associated with the project is used. optional
1331
+ # Corresponds to the JSON property `userId`
1332
+ # @return [String]
1333
+ attr_accessor :user_id
1334
+
1329
1335
  def initialize(**args)
1330
1336
  update!(**args)
1331
1337
  end
1332
1338
 
1333
1339
  # Update properties of this object
1334
1340
  def update!(**args)
1341
+ @user_id = args[:user_id] if args.key?(:user_id)
1335
1342
  end
1336
1343
  end
1337
1344
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ProdTtSasportalV1alpha1
18
18
  # Version of the google-apis-prod_tt_sasportal_v1alpha1 gem
19
- GEM_VERSION = "0.36.0"
19
+ GEM_VERSION = "0.37.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230816"
25
+ REVISION = "20230921"
26
26
  end
27
27
  end
28
28
  end
@@ -673,6 +673,7 @@ module Google
673
673
  class SasPortalSetupSasAnalyticsRequest
674
674
  # @private
675
675
  class Representation < Google::Apis::Core::JsonRepresentation
676
+ property :user_id, as: 'userId'
676
677
  end
677
678
  end
678
679
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-prod_tt_sasportal_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.36.0
4
+ version: 0.37.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: 2023-08-27 00:00:00.000000000 Z
11
+ date: 2023-09-24 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-prod_tt_sasportal_v1alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-prod_tt_sasportal_v1alpha1/v0.36.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-prod_tt_sasportal_v1alpha1/v0.37.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-prod_tt_sasportal_v1alpha1
63
63
  post_install_message:
64
64
  rdoc_options: []