google-apis-compute_alpha 0.22.0 → 0.23.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: b884fb2cb00cfe27b0a68ab41a4c1a093593278588033e47012d6cbddde16704
4
- data.tar.gz: 553366d2f1e17298a845a07bba5ce617bf0dccd1e78ce70e5bc7a1cd58ff46f5
3
+ metadata.gz: 21feed60cbde479f819370156fc3b5a57e0534bff77247ed1a197d77c146049e
4
+ data.tar.gz: 81ac1b29c7645692a470be08937d485f5fc7f4412eca7cbaf25efa18332628ab
5
5
  SHA512:
6
- metadata.gz: 42088dc66b22a99da0afac2c1bf9398246577707605eaef845f38ac56998496ed455537fcc9ca843c9ec8ee7970f09ec03e7562ed6b2c0355425f1f43afa0385
7
- data.tar.gz: 68ead0561a44a0f528057cd6cea3ac3f3f8f0f5c035a11ad74e4f49e9f20f6a37655b61640c9fe3e145bf6cff49d3f5f48eb4685d03ad68db2a3d3bfea35edcb
6
+ metadata.gz: 7ff34de47109df4119cb64732d8b3f95d40e5c6dd883d462abcce176d2e551701a801e3c416d8514479dee8cd25282d3b11f60cfa4db655c4aa7779b360f4750
7
+ data.tar.gz: dafb5a4b716d110fd0a821bbe9bf8bddd2ed7901e00c3743dc30138f79eda2abd00930034477cb86dd7ecb76722924e14be24999cc33c2570eebb59b18affda1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-compute_alpha
2
2
 
3
+ ### v0.23.0 (2022-01-08)
4
+
5
+ * Regenerated from discovery document revision 20211228
6
+ * Unspecified changes
7
+
3
8
  ### v0.22.0 (2021-12-11)
4
9
 
5
10
  * Regenerated from discovery document revision 20211208
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/compute_alpha"
51
51
  client = Google::Apis::ComputeAlpha::ComputeService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
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.
@@ -21478,7 +21478,7 @@ module Google
21478
21478
  class LocationPolicyLocation
21479
21479
  include Google::Apis::Core::Hashable
21480
21480
 
21481
- # Preference for a given location: ALLOW or DENY.
21481
+ # Preference for a given location.
21482
21482
  # Corresponds to the JSON property `preference`
21483
21483
  # @return [String]
21484
21484
  attr_accessor :preference
@@ -33971,6 +33971,11 @@ module Google
33971
33971
  # @return [Fixnum]
33972
33972
  attr_accessor :priority
33973
33973
 
33974
+ # [Output only] The status of the route.
33975
+ # Corresponds to the JSON property `routeStatus`
33976
+ # @return [String]
33977
+ attr_accessor :route_status
33978
+
33974
33979
  # [Output Only] The type of this route, which can be one of the following values:
33975
33980
  # - 'TRANSIT' for a transit route that this router learned from another Cloud
33976
33981
  # Router and will readvertise to one of its BGP peers - 'SUBNET' for a route
@@ -34026,6 +34031,7 @@ module Google
34026
34031
  @next_hop_peering = args[:next_hop_peering] if args.key?(:next_hop_peering)
34027
34032
  @next_hop_vpn_tunnel = args[:next_hop_vpn_tunnel] if args.key?(:next_hop_vpn_tunnel)
34028
34033
  @priority = args[:priority] if args.key?(:priority)
34034
+ @route_status = args[:route_status] if args.key?(:route_status)
34029
34035
  @route_type = args[:route_type] if args.key?(:route_type)
34030
34036
  @self_link = args[:self_link] if args.key?(:self_link)
34031
34037
  @self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComputeAlpha
18
18
  # Version of the google-apis-compute_alpha gem
19
- GEM_VERSION = "0.22.0"
19
+ GEM_VERSION = "0.23.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 = "20211208"
25
+ REVISION = "20211228"
26
26
  end
27
27
  end
28
28
  end
@@ -14673,6 +14673,7 @@ module Google
14673
14673
  property :next_hop_peering, as: 'nextHopPeering'
14674
14674
  property :next_hop_vpn_tunnel, as: 'nextHopVpnTunnel'
14675
14675
  property :priority, as: 'priority'
14676
+ property :route_status, as: 'routeStatus'
14676
14677
  property :route_type, as: 'routeType'
14677
14678
  property :self_link, as: 'selfLink'
14678
14679
  property :self_link_with_id, as: 'selfLinkWithId'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-compute_alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.23.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-12-13 00:00:00.000000000 Z
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-compute_alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.23.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_alpha
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.2.17
78
+ rubygems_version: 3.3.4
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Compute Engine API Alpha