google-apis-servicenetworking_v1 0.36.0 → 0.37.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: 6fd6e6d9d9d05af40305eca9a0c4be3a009356c5600c0a2dc962bdf1565c9ae5
|
4
|
+
data.tar.gz: 835d1660f7610174313f45273baa3abb7609c280c72f63ce1dcd08e5f9e384c0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8f4c3ac53617d15ad01098fa67d996c224bd01f5d18c47bcca805e787793ba8078247c36f8740f5b48b732a1e3cd9e9080e028ca8071dda03510ff7641cbe9d8
|
7
|
+
data.tar.gz: ccd3ea4cb7a63e9cf41ffdb6e9dcd1aeae4c7b37e1d14a398503ec23beb017a53a33a8efafdf17e30524e44c6dffe3c73c4ec18b6bc989e671a81b0ac149b3ff
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-servicenetworking_v1
|
2
2
|
|
3
|
+
### v0.37.0 (2023-01-22)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230115
|
6
|
+
* Regenerated using generator version 0.11.1
|
7
|
+
|
3
8
|
### v0.36.0 (2023-01-04)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20221218
|
@@ -321,6 +321,14 @@ module Google
|
|
321
321
|
# @return [Array<String>]
|
322
322
|
attr_accessor :requested_ranges
|
323
323
|
|
324
|
+
# Optional. Defines the role field of the subnet, e.g. 'ACTIVE'. For information
|
325
|
+
# about the roles that can be set using this field, see [subnetwork](https://
|
326
|
+
# cloud.google.com/compute/docs/reference/rest/v1/subnetworks) in the Compute
|
327
|
+
# API documentation.
|
328
|
+
# Corresponds to the JSON property `role`
|
329
|
+
# @return [String]
|
330
|
+
attr_accessor :role
|
331
|
+
|
324
332
|
# Optional. A list of secondary IP ranges to be created within the new
|
325
333
|
# subnetwork.
|
326
334
|
# Corresponds to the JSON property `secondaryIpRangeSpecs`
|
@@ -369,6 +377,7 @@ module Google
|
|
369
377
|
@region = args[:region] if args.key?(:region)
|
370
378
|
@requested_address = args[:requested_address] if args.key?(:requested_address)
|
371
379
|
@requested_ranges = args[:requested_ranges] if args.key?(:requested_ranges)
|
380
|
+
@role = args[:role] if args.key?(:role)
|
372
381
|
@secondary_ip_range_specs = args[:secondary_ip_range_specs] if args.key?(:secondary_ip_range_specs)
|
373
382
|
@subnetwork = args[:subnetwork] if args.key?(:subnetwork)
|
374
383
|
@subnetwork_users = args[:subnetwork_users] if args.key?(:subnetwork_users)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ServicenetworkingV1
|
18
18
|
# Version of the google-apis-servicenetworking_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.37.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.11.
|
22
|
+
GENERATOR_VERSION = "0.11.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230115"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -798,6 +798,7 @@ module Google
|
|
798
798
|
property :region, as: 'region'
|
799
799
|
property :requested_address, as: 'requestedAddress'
|
800
800
|
collection :requested_ranges, as: 'requestedRanges'
|
801
|
+
property :role, as: 'role'
|
801
802
|
collection :secondary_ip_range_specs, as: 'secondaryIpRangeSpecs', class: Google::Apis::ServicenetworkingV1::SecondaryIpRangeSpec, decorator: Google::Apis::ServicenetworkingV1::SecondaryIpRangeSpec::Representation
|
802
803
|
|
803
804
|
property :subnetwork, as: 'subnetwork'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-servicenetworking_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.37.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-01-
|
11
|
+
date: 2023-01-22 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-servicenetworking_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.37.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicenetworking_v1
|
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.4.2
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Service Networking API V1
|