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: 6a596779b7def11590295ce813f8d9f4560975852d0e978004f865cdecec4fe3
4
- data.tar.gz: 1d239d25f891c577f48b5b5ed017f338f8f96c99414b86c7b771bc479b54b821
3
+ metadata.gz: 9498c18cb4d2a88e986b02ae27a27228d9f6654523d99da998c92764be97d222
4
+ data.tar.gz: 82ab99e8610712460ee9596cc0ef02ace7e388da6686538bb16c94c2ec7972bd
5
5
  SHA512:
6
- metadata.gz: b8dc394f585cd82665227452d43ce16788ee6eeed246810329a918c799878197540461865966d2b12d4e843747fc02d160b4718c4f43e57817403bcd886683d1
7
- data.tar.gz: 934e146622a0464799973d5c0ea79e83a606164db8eb6694136fcf8be570db64769c87dd656ba0b4b0a3f12a0098309febf6352e65a10ec07f1c19e6ca6d2c67
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: * For Network Load Balancing, the
3244
- # possible values are NONE, CLIENT_IP, CLIENT_IP_PROTO, or CLIENT_IP_PORT_PROTO.
3245
- # * For all other load balancers that use loadBalancingScheme=EXTERNAL, the
3246
- # possible values are NONE, CLIENT_IP, or GENERATED_COOKIE. * You can use
3247
- # GENERATED_COOKIE if the protocol is HTTP, HTTP2, or HTTPS.
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. Note that the versions of this enum prefixed with
16872
- # "NS_" have been deprecated in favor of the unprefixed values.
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.11.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.2.0"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210518"
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 project.
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.11.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-05-31 00:00:00.000000000 Z
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.11.0
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: []