google-apis-prod_tt_sasportal_v1alpha1 0.13.0 → 0.14.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: f19c8aa1cb30c123622fd1fe9c65acb24f9d437865a4e364709a39de9f0b7d74
|
4
|
+
data.tar.gz: 38c3e94ef6a6b00bf6bb57533fa11a0c8445d97ca9fddfcb13776d8b724f9f56
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 481561308fc24b98d8ce82f6e291c6d67132060e7ada4c63d8cb9b4bb3fbbc182f5b9d03c0846e6569a1c7c75b234399d0b81c0e9b391fc57716bf7da14ccfd5
|
7
|
+
data.tar.gz: 614c21e3bd2e9f45368100af9b9ef61d487a061f1e5b670a643aa9529d1f620e361c50e496576bdc1d98d3e0c2af5b6d7d5681451284d9a442887c63520e424e
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-prod_tt_sasportal_v1alpha1
|
2
2
|
|
3
|
+
### v0.14.0 (2022-01-06)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220103
|
6
|
+
* Unspecified changes
|
7
|
+
|
3
8
|
### v0.13.0 (2021-12-02)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20211129
|
data/OVERVIEW.md
CHANGED
@@ -51,7 +51,7 @@ require "google/apis/prod_tt_sasportal_v1alpha1"
|
|
51
51
|
client = Google::Apis::ProdTtSasportalV1alpha1::SASPortalTestingService.new
|
52
52
|
|
53
53
|
# Authenticate calls
|
54
|
-
client.
|
54
|
+
client.authorization = # ... use the googleauth gem to create credentials
|
55
55
|
```
|
56
56
|
|
57
57
|
See the class reference docs for information on the methods you can call from a client.
|
@@ -138,16 +138,6 @@ module Google
|
|
138
138
|
class SasPortalDeployment
|
139
139
|
include Google::Apis::Core::Hashable
|
140
140
|
|
141
|
-
# The allowed billing modes under this deployment.
|
142
|
-
# Corresponds to the JSON property `allowedBillingModes`
|
143
|
-
# @return [Array<String>]
|
144
|
-
attr_accessor :allowed_billing_modes
|
145
|
-
|
146
|
-
# Default billing mode for the deployment and devices under it.
|
147
|
-
# Corresponds to the JSON property `defaultBillingMode`
|
148
|
-
# @return [String]
|
149
|
-
attr_accessor :default_billing_mode
|
150
|
-
|
151
141
|
# The deployment's display name.
|
152
142
|
# Corresponds to the JSON property `displayName`
|
153
143
|
# @return [String]
|
@@ -175,8 +165,6 @@ module Google
|
|
175
165
|
|
176
166
|
# Update properties of this object
|
177
167
|
def update!(**args)
|
178
|
-
@allowed_billing_modes = args[:allowed_billing_modes] if args.key?(:allowed_billing_modes)
|
179
|
-
@default_billing_mode = args[:default_billing_mode] if args.key?(:default_billing_mode)
|
180
168
|
@display_name = args[:display_name] if args.key?(:display_name)
|
181
169
|
@frns = args[:frns] if args.key?(:frns)
|
182
170
|
@name = args[:name] if args.key?(:name)
|
@@ -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.14.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220103"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -275,8 +275,6 @@ module Google
|
|
275
275
|
class SasPortalDeployment
|
276
276
|
# @private
|
277
277
|
class Representation < Google::Apis::Core::JsonRepresentation
|
278
|
-
collection :allowed_billing_modes, as: 'allowedBillingModes'
|
279
|
-
property :default_billing_mode, as: 'defaultBillingMode'
|
280
278
|
property :display_name, as: 'displayName'
|
281
279
|
collection :frns, as: 'frns'
|
282
280
|
property :name, as: 'name'
|
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.14.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:
|
11
|
+
date: 2022-01-10 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.14.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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.
|
78
|
+
rubygems_version: 3.3.4
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for SAS Portal API (Testing) V1alpha1
|