google-apis-compute_beta 0.19.0 → 0.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/compute_beta/classes.rb +512 -452
- data/lib/google/apis/compute_beta/gem_version.rb +2 -2
- data/lib/google/apis/compute_beta/representations.rb +3 -1
- data/lib/google/apis/compute_beta/service.rb +2145 -1609
- metadata +3 -3
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ComputeBeta
|
18
18
|
# Version of the google-apis-compute_beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.20.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 = "20211025"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -6227,6 +6227,7 @@ module Google
|
|
6227
6227
|
property :security_settings, as: 'securitySettings', class: Google::Apis::ComputeBeta::SecuritySettings, decorator: Google::Apis::ComputeBeta::SecuritySettings::Representation
|
6228
6228
|
|
6229
6229
|
property :self_link, as: 'selfLink'
|
6230
|
+
collection :service_bindings, as: 'serviceBindings'
|
6230
6231
|
property :session_affinity, as: 'sessionAffinity'
|
6231
6232
|
property :subsetting, as: 'subsetting', class: Google::Apis::ComputeBeta::Subsetting, decorator: Google::Apis::ComputeBeta::Subsetting::Representation
|
6232
6233
|
|
@@ -9743,6 +9744,7 @@ module Google
|
|
9743
9744
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9744
9745
|
hash :locations, as: 'locations', class: Google::Apis::ComputeBeta::LocationPolicyLocation, decorator: Google::Apis::ComputeBeta::LocationPolicyLocation::Representation
|
9745
9746
|
|
9747
|
+
property :target_shape, as: 'targetShape'
|
9746
9748
|
end
|
9747
9749
|
end
|
9748
9750
|
|
@@ -11426,7 +11428,6 @@ module Google
|
|
11426
11428
|
collection :bindings, as: 'bindings', class: Google::Apis::ComputeBeta::Binding, decorator: Google::Apis::ComputeBeta::Binding::Representation
|
11427
11429
|
|
11428
11430
|
property :etag, :base64 => true, as: 'etag'
|
11429
|
-
property :iam_owned, as: 'iamOwned'
|
11430
11431
|
collection :rules, as: 'rules', class: Google::Apis::ComputeBeta::Rule, decorator: Google::Apis::ComputeBeta::Rule::Representation
|
11431
11432
|
|
11432
11433
|
property :version, as: 'version'
|
@@ -15099,6 +15100,7 @@ module Google
|
|
15099
15100
|
class ValidateUrlMapsRequest
|
15100
15101
|
# @private
|
15101
15102
|
class Representation < Google::Apis::Core::JsonRepresentation
|
15103
|
+
collection :load_balancing_schemes, as: 'loadBalancingSchemes'
|
15102
15104
|
property :resource, as: 'resource', class: Google::Apis::ComputeBeta::UrlMap, decorator: Google::Apis::ComputeBeta::UrlMap::Representation
|
15103
15105
|
|
15104
15106
|
end
|