google-apis-prod_tt_sasportal_v1alpha1 0.30.0 → 0.31.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: 668dc60c0335474b4ca635c57b166a0f250f86e528bdadd798be45ad05afbff4
|
4
|
+
data.tar.gz: 9318d7dd3595bea9205a61fa6b0aabe5bb3e2f72490c6c79190cc56715f5ad86
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5060d8475a7fa3b7b8ecaf5b19183c5ee50ab1915847f9ff5197500242390e38f19b9c3c4556a7c9c65e6f2b2b6dfa8206667848d6740e17ee720adbe772f9fb
|
7
|
+
data.tar.gz: 7b5ec034064390f58a351223a387ffa28bc47b8086c3c4aeae25d792e65fa013f98f6f01599287b18c5ac6be0eacadc13a694dd881fd81cf0eff13f130c5115d
|
data/CHANGELOG.md
CHANGED
@@ -1112,19 +1112,32 @@ module Google
|
|
1112
1112
|
end
|
1113
1113
|
|
1114
1114
|
# Request for [ProvisionDeployment]. [spectrum.sas.portal.v1alpha1.Provisioning.
|
1115
|
-
# ProvisionDeployment].
|
1116
|
-
#
|
1117
|
-
#
|
1118
|
-
# deployment.
|
1115
|
+
# ProvisionDeployment]. GCP Project, Organization Info, and caller’s GAIA ID
|
1116
|
+
# should be retrieved from the RPC handler, and used as inputs to create a new
|
1117
|
+
# SAS organization (if not exists) and a new SAS deployment.
|
1119
1118
|
class SasPortalProvisionDeploymentRequest
|
1120
1119
|
include Google::Apis::Core::Hashable
|
1121
1120
|
|
1121
|
+
# Optional. If this field is set, and a new SAS Portal Deployment needs to be
|
1122
|
+
# created, its display name will be set to the value of this field.
|
1123
|
+
# Corresponds to the JSON property `newDeploymentDisplayName`
|
1124
|
+
# @return [String]
|
1125
|
+
attr_accessor :new_deployment_display_name
|
1126
|
+
|
1127
|
+
# Optional. If this field is set, and a new SAS Portal Organization needs to be
|
1128
|
+
# created, its display name will be set to the value of this field.
|
1129
|
+
# Corresponds to the JSON property `newOrganizationDisplayName`
|
1130
|
+
# @return [String]
|
1131
|
+
attr_accessor :new_organization_display_name
|
1132
|
+
|
1122
1133
|
def initialize(**args)
|
1123
1134
|
update!(**args)
|
1124
1135
|
end
|
1125
1136
|
|
1126
1137
|
# Update properties of this object
|
1127
1138
|
def update!(**args)
|
1139
|
+
@new_deployment_display_name = args[:new_deployment_display_name] if args.key?(:new_deployment_display_name)
|
1140
|
+
@new_organization_display_name = args[:new_organization_display_name] if args.key?(:new_organization_display_name)
|
1128
1141
|
end
|
1129
1142
|
end
|
1130
1143
|
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.31.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 = "20230227"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -556,6 +556,8 @@ module Google
|
|
556
556
|
class SasPortalProvisionDeploymentRequest
|
557
557
|
# @private
|
558
558
|
class Representation < Google::Apis::Core::JsonRepresentation
|
559
|
+
property :new_deployment_display_name, as: 'newDeploymentDisplayName'
|
560
|
+
property :new_organization_display_name, as: 'newOrganizationDisplayName'
|
559
561
|
end
|
560
562
|
end
|
561
563
|
|
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.
|
4
|
+
version: 0.31.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-03-05 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-prod_tt_sasportal_v1alpha1/v0.31.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: []
|