google-apis-compute_alpha 0.91.0 → 0.92.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: ef5f5c28643e00400516e9dc334bf6deb44e43c82f1d7dd20be7939043cc1f0f
4
- data.tar.gz: 05a887642025559b79a6a00bc87a39df07b7890b63f8b386412c7e9704359343
3
+ metadata.gz: 75b0a254f68bc62fecbd9294b2bb60828be8973747a4055422764e46624416c2
4
+ data.tar.gz: 32fc04577c00cac7c16df7adb4dea7daac1ffd69c122f94e9c00f9061355faa3
5
5
  SHA512:
6
- metadata.gz: 9ea1e7c08519b4836d3f1b9cbe8e01677a4b21b64716a5e8b2a6f914427dcce32b1742e52a773abb626c4bf13a32bd965db5c4f80b6c8db9433cf63c9224bab0
7
- data.tar.gz: 00dce6e330c9dbeb51b291eec6bab32949af2813ff8d39fd09173d1bc1bde13143e92374f0a7a5a9ffd312c1908e5f2d3b1c56e5a157199f334384042ae053a0
6
+ metadata.gz: f853c9eb3d38b19bcce36f34f7eacb68cf13d92131b0aff2742c4efcf688ca3f2d61db998d1892aa6a14afded4514e7fded08dc473116269fce20e53c8ce58c5
7
+ data.tar.gz: 0aba45a0af004330bdacaaa4eedf51a0536815e4eeafcac2faca2ed0651756974b9ad3b7687ef884ec584c504044c905af368e013f9f9592a4b79cd99fdf0609
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_alpha
2
2
 
3
+ ### v0.92.0 (2024-03-03)
4
+
5
+ * Regenerated from discovery document revision 20240220
6
+
3
7
  ### v0.91.0 (2024-02-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20240218
@@ -45167,9 +45167,15 @@ module Google
45167
45167
  # @return [String]
45168
45168
  attr_accessor :producer_forwarding_rule
45169
45169
 
45170
- # The number of VPCs to which this endpoint is allowed to be propagated per
45171
- # accept list resource (project or network). For ACCEPT_AUTOMATIC service
45172
- # attachment, this limit is default to per project.
45170
+ # The number of consumer Network Connectivity Center spokes that connected
45171
+ # Private Service Connect endpoints can be propagated to. This limit lets a
45172
+ # service producer indirectly limit how many propagated Private Service Connect
45173
+ # connections can be established to the producer's service attachment. If the
45174
+ # connection preference of the service attachment is ACCEPT_MANUAL, the limit
45175
+ # applies to each project or network that is listed in the consumer accept list.
45176
+ # If the connection preference of the service attachment is ACCEPT_AUTOMATIC,
45177
+ # the limit applies to each project that contains a connected endpoint. If
45178
+ # unspecified, the default propagated connection limit is 250.
45173
45179
  # Corresponds to the JSON property `propagatedConnectionLimit`
45174
45180
  # @return [Fixnum]
45175
45181
  attr_accessor :propagated_connection_limit
@@ -45386,6 +45392,12 @@ module Google
45386
45392
  # @return [String]
45387
45393
  attr_accessor :endpoint
45388
45394
 
45395
+ # The number of consumer Network Connectivity Center spokes that the connected
45396
+ # Private Service Connect endpoint has propagated to.
45397
+ # Corresponds to the JSON property `propagatedConnectionCount`
45398
+ # @return [Fixnum]
45399
+ attr_accessor :propagated_connection_count
45400
+
45389
45401
  # The PSC connection id of the connected endpoint.
45390
45402
  # Corresponds to the JSON property `pscConnectionId`
45391
45403
  # @return [Fixnum]
@@ -45404,6 +45416,7 @@ module Google
45404
45416
  def update!(**args)
45405
45417
  @consumer_network = args[:consumer_network] if args.key?(:consumer_network)
45406
45418
  @endpoint = args[:endpoint] if args.key?(:endpoint)
45419
+ @propagated_connection_count = args[:propagated_connection_count] if args.key?(:propagated_connection_count)
45407
45420
  @psc_connection_id = args[:psc_connection_id] if args.key?(:psc_connection_id)
45408
45421
  @status = args[:status] if args.key?(:status)
45409
45422
  end
@@ -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.91.0"
19
+ GEM_VERSION = "0.92.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240218"
25
+ REVISION = "20240220"
26
26
  end
27
27
  end
28
28
  end
@@ -18716,6 +18716,7 @@ module Google
18716
18716
  class Representation < Google::Apis::Core::JsonRepresentation
18717
18717
  property :consumer_network, as: 'consumerNetwork'
18718
18718
  property :endpoint, as: 'endpoint'
18719
+ property :propagated_connection_count, as: 'propagatedConnectionCount'
18719
18720
  property :psc_connection_id, :numeric_string => true, as: 'pscConnectionId'
18720
18721
  property :status, as: 'status'
18721
18722
  end
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.91.0
4
+ version: 0.92.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: 2024-02-25 00:00:00.000000000 Z
11
+ date: 2024-03-03 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.91.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.92.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: []