google-apis-prod_tt_sasportal_v1alpha1 0.31.0 → 0.33.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: 668dc60c0335474b4ca635c57b166a0f250f86e528bdadd798be45ad05afbff4
4
- data.tar.gz: 9318d7dd3595bea9205a61fa6b0aabe5bb3e2f72490c6c79190cc56715f5ad86
3
+ metadata.gz: 2a15dd266b5623c931aa897179d5b902f5605d830321541a27dd8cffc2fd9db9
4
+ data.tar.gz: 8826dad9912478ac27ee1bc75b6898c5625a2b2e82b06005788a6d7ae787ee5f
5
5
  SHA512:
6
- metadata.gz: 5060d8475a7fa3b7b8ecaf5b19183c5ee50ab1915847f9ff5197500242390e38f19b9c3c4556a7c9c65e6f2b2b6dfa8206667848d6740e17ee720adbe772f9fb
7
- data.tar.gz: 7b5ec034064390f58a351223a387ffa28bc47b8086c3c4aeae25d792e65fa013f98f6f01599287b18c5ac6be0eacadc13a694dd881fd81cf0eff13f130c5115d
6
+ metadata.gz: 63e84b5d8790cede719a6252344c57b3322a3bed60c1c528996de2f04fa01d428cc0d890a3408e2826367e613ffd2e438c78fa2a2fd0fd1a82a0a7021ee17ab4
7
+ data.tar.gz: 5cea9c5674510b7f185a1869ffcd54d35a8d75d9a827dbb2733034f1d5fd1583b1d27da236b5e80b11477d2454934b0b04adb9116544f603922281a996814a4f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-prod_tt_sasportal_v1alpha1
2
2
 
3
+ ### v0.33.0 (2023-06-11)
4
+
5
+ * Regenerated from discovery document revision 20230606
6
+
7
+ ### v0.32.0 (2023-03-19)
8
+
9
+ * Regenerated from discovery document revision 20230309
10
+
3
11
  ### v0.31.0 (2023-03-05)
4
12
 
5
13
  * Regenerated from discovery document revision 20230227
@@ -1130,6 +1130,12 @@ module Google
1130
1130
  # @return [String]
1131
1131
  attr_accessor :new_organization_display_name
1132
1132
 
1133
+ # Optional. If this field is set then a new deployment will be created under the
1134
+ # organization specified by this id.
1135
+ # Corresponds to the JSON property `organizationId`
1136
+ # @return [Fixnum]
1137
+ attr_accessor :organization_id
1138
+
1133
1139
  def initialize(**args)
1134
1140
  update!(**args)
1135
1141
  end
@@ -1138,6 +1144,7 @@ module Google
1138
1144
  def update!(**args)
1139
1145
  @new_deployment_display_name = args[:new_deployment_display_name] if args.key?(:new_deployment_display_name)
1140
1146
  @new_organization_display_name = args[:new_organization_display_name] if args.key?(:new_organization_display_name)
1147
+ @organization_id = args[:organization_id] if args.key?(:organization_id)
1141
1148
  end
1142
1149
  end
1143
1150
 
@@ -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.31.0"
19
+ GEM_VERSION = "0.33.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 = "20230227"
25
+ REVISION = "20230606"
26
26
  end
27
27
  end
28
28
  end
@@ -558,6 +558,7 @@ module Google
558
558
  class Representation < Google::Apis::Core::JsonRepresentation
559
559
  property :new_deployment_display_name, as: 'newDeploymentDisplayName'
560
560
  property :new_organization_display_name, as: 'newOrganizationDisplayName'
561
+ property :organization_id, :numeric_string => true, as: 'organizationId'
561
562
  end
562
563
  end
563
564
 
@@ -29,6 +29,9 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1alpha1'
31
31
 
32
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
33
+ AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
+
32
35
  # Read, create, update, and delete your SAS Portal data.
33
36
  AUTH_SASPORTAL = 'https://www.googleapis.com/auth/sasportal'
34
37
  end
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.31.0
4
+ version: 0.33.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-03-05 00:00:00.000000000 Z
11
+ date: 2023-06-11 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.31.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-prod_tt_sasportal_v1alpha1/v0.33.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: []