google-apis-sasportal_v1alpha1 0.35.0 → 0.36.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: 36407bdf03e1a63c2dac5ee788cbb3c8d1f380860f22d9a14253544a76f4e768
4
- data.tar.gz: 291a220415f3d6a4eb6a03860098da2f985dbf6cd0e356f94d068551981327c6
3
+ metadata.gz: 79e54979cc51b51b08470859f34b7a870543cfc7b9b9027479f6c6cccc8d9da5
4
+ data.tar.gz: dc62350b5d8269ae17a18482e6dfbcc08ac5cc8c227514fa0cb2c13f58ab8e17
5
5
  SHA512:
6
- metadata.gz: f860ca224b9e590bea81440bdc545be16f52e5a8150a10c44cf6dd7e8a1989ef24d09a0eff9b00650622a9f2f5d21fec86bc0e531787b97b9b64923a4d24bd19
7
- data.tar.gz: 3241af577f1b9f305e1552f3e34025e842a781ec714986d3b323aab37eba9694a8ca43cae4a163b7e0544b8f059d809d790c808435b3f875bef43c71231a8394
6
+ metadata.gz: ba070d12a965f4bf71da08bb4ed34ff16725c579cac9a6f22ad6271ecaaa58e52e0b71ff4738eb12a605fd75f969b0ef1bccec54dc03f6579d3f70aa5c703de1
7
+ data.tar.gz: e7ed9e1fdb2e5601020b18e409a81db3844f6e5d688b15094af700eb94053fb0cd084d0707d334dbbe204795c2613bd29799575f18f767b237fc28b81f12e9e8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-sasportal_v1alpha1
2
2
 
3
+ ### v0.36.0 (2023-10-08)
4
+
5
+ * Regenerated from discovery document revision 20231001
6
+
3
7
  ### v0.35.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 SasportalV1alpha1
18
18
  # Version of the google-apis-sasportal_v1alpha1 gem
19
- GEM_VERSION = "0.35.0"
19
+ GEM_VERSION = "0.36.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 = "20231001"
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-sasportal_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.35.0
4
+ version: 0.36.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-10-08 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-sasportal_v1alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-sasportal_v1alpha1/v0.35.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sasportal_v1alpha1/v0.36.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sasportal_v1alpha1
63
63
  post_install_message:
64
64
  rdoc_options: []