google-apis-baremetalsolution_v2 0.35.0 → 0.36.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: 1983b0cca0e439f14f8c6b0233775ff57273432b230d8f5b5e8643c981b02890
4
- data.tar.gz: 15a8b1535f1435dff455c0a1576ecad93c1cedb81155e9d5863083e30782647f
3
+ metadata.gz: a05965c29c7b8fc88bbb4d699d69b6e1559d8c2fcf3b4df496242cdf3f1b5256
4
+ data.tar.gz: c930c86266a4ded1578b0532bff0ae82c6c83e403011f5a5525229357ffda279
5
5
  SHA512:
6
- metadata.gz: 03f99d7774aaf79931d5932c69563d73d815f9cf8952a963a5dc3534f8760cddfe1bec2223d5c2585263778c2845fc61984f04831a55fb0879ae4448f68d6319
7
- data.tar.gz: 80abe06bb65584c319f397cc67bbcbd5a60e6d2b1e8026453acc9ab8df4b5893a13da46a6e176501cfcf6abe293226684593bf66842ca9e59e5176a8dda3d1cc
6
+ metadata.gz: 90ad4ca8e3f0829a15e580aa6841d5fe5f271081ca414014bd733052211894e9ce14d2c14f63d517f3e65c74661810079a9c8a65df1fdc89156d9d43e2ae99a8
7
+ data.tar.gz: 5dc559ddd5193bec7fcc35fe7dc27d6503025f8683bfbd4ef29e1438ea227b3a70716d9cae5b047f1f73ac912cedb096b38be8aad8006e8cd4b5dfae55c1905d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-baremetalsolution_v2
2
2
 
3
+ ### v0.36.0 (2023-07-16)
4
+
5
+ * Regenerated from discovery document revision 20230710
6
+
3
7
  ### v0.35.0 (2023-07-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20230628
@@ -2116,6 +2116,13 @@ module Google
2116
2116
  # @return [String]
2117
2117
  attr_accessor :id
2118
2118
 
2119
+ # Optional. The name of the vlan attachment within vrf. This is of the form
2120
+ # projects/`project_number`/regions/`region`/interconnectAttachments/`
2121
+ # interconnect_attachment`
2122
+ # Corresponds to the JSON property `interconnectAttachment`
2123
+ # @return [String]
2124
+ attr_accessor :interconnect_attachment
2125
+
2119
2126
  # Input only. Pairing key.
2120
2127
  # Corresponds to the JSON property `pairingKey`
2121
2128
  # @return [String]
@@ -2148,6 +2155,7 @@ module Google
2148
2155
  # Update properties of this object
2149
2156
  def update!(**args)
2150
2157
  @id = args[:id] if args.key?(:id)
2158
+ @interconnect_attachment = args[:interconnect_attachment] if args.key?(:interconnect_attachment)
2151
2159
  @pairing_key = args[:pairing_key] if args.key?(:pairing_key)
2152
2160
  @peer_ip = args[:peer_ip] if args.key?(:peer_ip)
2153
2161
  @peer_vlan_id = args[:peer_vlan_id] if args.key?(:peer_vlan_id)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BaremetalsolutionV2
18
18
  # Version of the google-apis-baremetalsolution_v2 gem
19
- GEM_VERSION = "0.35.0"
19
+ GEM_VERSION = "0.36.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230628"
25
+ REVISION = "20230710"
26
26
  end
27
27
  end
28
28
  end
@@ -961,6 +961,7 @@ module Google
961
961
  # @private
962
962
  class Representation < Google::Apis::Core::JsonRepresentation
963
963
  property :id, as: 'id'
964
+ property :interconnect_attachment, as: 'interconnectAttachment'
964
965
  property :pairing_key, as: 'pairingKey'
965
966
  property :peer_ip, as: 'peerIp'
966
967
  property :peer_vlan_id, :numeric_string => true, as: 'peerVlanId'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-baremetalsolution_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.35.0
4
+ version: 0.36.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-07-02 00:00:00.000000000 Z
11
+ date: 2023-07-16 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-baremetalsolution_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-baremetalsolution_v2/v0.35.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-baremetalsolution_v2/v0.36.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-baremetalsolution_v2
63
63
  post_install_message:
64
64
  rdoc_options: []