google-apis-compute_v1 0.11.0 → 0.12.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: 9498c18cb4d2a88e986b02ae27a27228d9f6654523d99da998c92764be97d222
|
4
|
+
data.tar.gz: 82ab99e8610712460ee9596cc0ef02ace7e388da6686538bb16c94c2ec7972bd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9f94cc120b8917de1b8b88db7a52dbbc093e0098fc8d10e9b3cd680fc3c78b570891e087ff6c43f357e33f54e5b69482aeb1752c5a6cc8267e7e8a7640e81713
|
7
|
+
data.tar.gz: 7d45404271aabc647d7ac1acfa7e85a73dc880143c5478b0df2bdb4eb3b267d08333fff53ab38c15146773b94ac570d886d65ad52ddb03eda37914a9d5eece36
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-compute_v1
|
2
2
|
|
3
|
+
### v0.12.0 (2021-06-10)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20210525
|
6
|
+
* Regenerated using generator version 0.3.0
|
7
|
+
|
3
8
|
### v0.11.0 (2021-05-28)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20210518
|
@@ -3240,11 +3240,12 @@ module Google
|
|
3240
3240
|
attr_accessor :self_link
|
3241
3241
|
|
3242
3242
|
# Type of session affinity to use. The default is NONE.
|
3243
|
-
# When the loadBalancingScheme is EXTERNAL:
|
3244
|
-
# possible values are NONE, CLIENT_IP,
|
3245
|
-
# * For all other load balancers that
|
3246
|
-
# possible values are NONE, CLIENT_IP, or
|
3247
|
-
# GENERATED_COOKIE if the protocol is HTTP,
|
3243
|
+
# When the loadBalancingScheme is EXTERNAL:
|
3244
|
+
# * For Network Load Balancing, the possible values are NONE, CLIENT_IP,
|
3245
|
+
# CLIENT_IP_PROTO, or CLIENT_IP_PORT_PROTO. * For all other load balancers that
|
3246
|
+
# use loadBalancingScheme=EXTERNAL, the possible values are NONE, CLIENT_IP, or
|
3247
|
+
# GENERATED_COOKIE. * You can use GENERATED_COOKIE if the protocol is HTTP,
|
3248
|
+
# HTTP2, or HTTPS.
|
3248
3249
|
# When the loadBalancingScheme is INTERNAL, possible values are NONE, CLIENT_IP,
|
3249
3250
|
# CLIENT_IP_PROTO, or CLIENT_IP_PORT_PROTO.
|
3250
3251
|
# When the loadBalancingScheme is INTERNAL_SELF_MANAGED, or INTERNAL_MANAGED,
|
@@ -16868,8 +16869,10 @@ module Google
|
|
16868
16869
|
# - ACTIVE: This outage notification is active. The event could be in the past,
|
16869
16870
|
# present, or future. See start_time and end_time for scheduling.
|
16870
16871
|
# - CANCELLED: The outage associated with this notification was cancelled before
|
16871
|
-
# the outage was due to start.
|
16872
|
-
#
|
16872
|
+
# the outage was due to start.
|
16873
|
+
# - COMPLETED: The outage associated with this notification is complete. Note
|
16874
|
+
# that the versions of this enum prefixed with "NS_" have been deprecated in
|
16875
|
+
# favor of the unprefixed values.
|
16873
16876
|
# Corresponds to the JSON property `state`
|
16874
16877
|
# @return [String]
|
16875
16878
|
attr_accessor :state
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ComputeV1
|
18
18
|
# Version of the google-apis-compute_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.12.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.3.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210525"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -3583,7 +3583,8 @@ module Google
|
|
3583
3583
|
execute_or_queue_command(command, &block)
|
3584
3584
|
end
|
3585
3585
|
|
3586
|
-
# Lists all the policies that have been configured for the specified
|
3586
|
+
# Lists all the policies that have been configured for the specified folder or
|
3587
|
+
# organization.
|
3587
3588
|
# @param [String] filter
|
3588
3589
|
# A filter expression that filters resources listed in the response. The
|
3589
3590
|
# expression must specify the field name, a comparison operator, and the value
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-compute_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.12.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: 2021-
|
11
|
+
date: 2021-06-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-compute_v1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.12.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-compute_v1
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|