google-apis-sasportal_v1alpha1 0.32.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 49d5e08bdb2b8418ced1a19b0d8b6f816dee733dae4b19979184070fbb9f1aac
|
4
|
+
data.tar.gz: 86cdbe58fa8dd625dea4f0d86c855102399414b43b1921213941c2903bf4f4f9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c1d16adbb09772a12c6ae63fd100e57b9fc6dccb19fe23c003bee26170d86e92300fe1fbbe5a00ceb0da5b93e61aea08e1b2a15ccb7f23a830123479134d0f82
|
7
|
+
data.tar.gz: 2f77386cc236b6ee46ea175ddb41a909b2d454627b6e798dc85b0b1ee497c8340b754a32117c6309645f2777463234763a777a1386c8025e01303558de083856
|
data/CHANGELOG.md
CHANGED
@@ -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 SasportalV1alpha1
|
18
18
|
# Version of the google-apis-sasportal_v1alpha1 gem
|
19
|
-
GEM_VERSION = "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 = "
|
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
|
|
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.
|
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-
|
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-sasportal_v1alpha1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-sasportal_v1alpha1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-sasportal_v1alpha1/v0.33.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: []
|