google-apis-compute_alpha 0.34.0 → 0.35.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: d4af0a5a708ad1e11ba1200270e710fe3fe42618b01f589e2aa8e558b6006dea
4
- data.tar.gz: c65e4fb4255cdc79435a8db28b19771c97d724615ef864f73011941455525575
3
+ metadata.gz: bb6ae43ff79e2dd2871ef8b5adb9f57c1a2a753a3f2f6ba42ec3c89425052084
4
+ data.tar.gz: aa437dc2bb6765bc11302032850543d92713c48fd2c9b3cad734f2d2083362c0
5
5
  SHA512:
6
- metadata.gz: e4d43602549bbf0ab6330a0595d0af1045b0950df7a336e5c37c23ba85382554bfb2a3eb62ad9972d90800dd3e406c2eb45e3d875227b93b442ad06b70b9b4e9
7
- data.tar.gz: 500b3859778d53e62f5049f1cdeff31f52233d790d048f0ac399aab2e98175d59913c5b319d897a6da0f0d8179da447336ba448834cc1ade7c634472fbbc5afd
6
+ metadata.gz: 69f03cb2f679edf8aa79daa0b79666cd4f8960e4db491597538bf2046e1e85348ca10d6be138723852102f3e870cd0fdc59f04095c8095f4a29105bd457df986
7
+ data.tar.gz: e3312f2c75c7c6eb5d286e37bf87e4e75081be3573736bb391654f6ebfb07a874958e2090ebbabec6214a36bd689306282e4df0ab01c024a8f9d4102a8596ec9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_alpha
2
2
 
3
+ ### v0.35.0 (2022-05-19)
4
+
5
+ * Regenerated from discovery document revision 20220510
6
+
3
7
  ### v0.34.0 (2022-05-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20220506
@@ -13965,8 +13965,8 @@ module Google
13965
13965
  # @return [String]
13966
13966
  attr_accessor :source_snapshot_id
13967
13967
 
13968
- # The type of the image used to create this disk. The default and only value is
13969
- # RAW
13968
+ # The type of the image used to create this disk. The default and only valid
13969
+ # value is RAW.
13970
13970
  # Corresponds to the JSON property `sourceType`
13971
13971
  # @return [String]
13972
13972
  attr_accessor :source_type
@@ -19320,6 +19320,12 @@ module Google
19320
19320
  # @return [Fixnum]
19321
19321
  attr_accessor :provisioned_link_count
19322
19322
 
19323
+ # Indicates that this is a Cross-Cloud Interconnect. This field specifies the
19324
+ # location outside of Google's network that the interconnect is connected to.
19325
+ # Corresponds to the JSON property `remoteLocation`
19326
+ # @return [String]
19327
+ attr_accessor :remote_location
19328
+
19323
19329
  # Target number of physical links in the link bundle, as requested by the
19324
19330
  # customer.
19325
19331
  # Corresponds to the JSON property `requestedLinkCount`
@@ -19384,6 +19390,7 @@ module Google
19384
19390
  @operational_status = args[:operational_status] if args.key?(:operational_status)
19385
19391
  @peer_ip_address = args[:peer_ip_address] if args.key?(:peer_ip_address)
19386
19392
  @provisioned_link_count = args[:provisioned_link_count] if args.key?(:provisioned_link_count)
19393
+ @remote_location = args[:remote_location] if args.key?(:remote_location)
19387
19394
  @requested_link_count = args[:requested_link_count] if args.key?(:requested_link_count)
19388
19395
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
19389
19396
  @self_link = args[:self_link] if args.key?(:self_link)
@@ -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.34.0"
19
+ GEM_VERSION = "0.35.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220506"
25
+ REVISION = "20220510"
26
26
  end
27
27
  end
28
28
  end
@@ -10986,6 +10986,7 @@ module Google
10986
10986
  property :operational_status, as: 'operationalStatus'
10987
10987
  property :peer_ip_address, as: 'peerIpAddress'
10988
10988
  property :provisioned_link_count, as: 'provisionedLinkCount'
10989
+ property :remote_location, as: 'remoteLocation'
10989
10990
  property :requested_link_count, as: 'requestedLinkCount'
10990
10991
  property :satisfies_pzs, as: 'satisfiesPzs'
10991
10992
  property :self_link, as: 'selfLink'
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.34.0
4
+ version: 0.35.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: 2022-05-16 00:00:00.000000000 Z
11
+ date: 2022-05-23 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.34.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.35.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: []