google-apis-networkconnectivity_v1 0.36.0 → 0.38.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: a4862c0313592e514700028ec916fe5910ff2ab33f50007edb0f8f4320306e6c
4
- data.tar.gz: d05d1a1d84866d5aa08ea147ebb46d05e837306d59628cbd5edd55f2414611eb
3
+ metadata.gz: 3e6208a7cc74c0cda02e969693e6d45282e9833b43114933806372134a7c16b1
4
+ data.tar.gz: f81f767e11e877c8a4a722558c163b6ca665ab033de16ece5ac399265158ec01
5
5
  SHA512:
6
- metadata.gz: d6ec1038ea47e5544721f5ef9e39c50953cbf3684ca612e858c9cefd0afdb31e020924ba6202d4c62ec248eeaaf59e784891f7070b187a419aa12615c209d3aa
7
- data.tar.gz: 023fafd16d6949612d93a3591252b86c2ae5fd1e8fbd2940116fcf49650f34b813008e9bb8c8dd5e435c8c984d93d5e557d9b927e83899691f279f64826a6c71
6
+ metadata.gz: abd84cd2d290880cf5b1ec9392fcf898971d7732c832cfad423982b4b726166f7e194ee3c739c9b8da96dbacedce5e0db60648b239db59ef0da9e982f5eaf709
7
+ data.tar.gz: 68c13aedc5ca7c3105f9fd88494ed8d2ababb2e0f5f1c55727f35b4a775a21d4c401ae322bbf6e46d0ceb46488263cd35ec8a479236629dd7c896801f59a2a33
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-networkconnectivity_v1
2
2
 
3
+ ### v0.38.0 (2024-02-25)
4
+
5
+ * Regenerated from discovery document revision 20240221
6
+ * Regenerated using generator version 0.14.0
7
+
8
+ ### v0.37.0 (2024-02-11)
9
+
10
+ * Regenerated from discovery document revision 20240131
11
+ * Regenerated using generator version 0.13.1
12
+
3
13
  ### v0.36.0 (2024-01-23)
4
14
 
5
15
  * Regenerated from discovery document revision 20240103
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/network-connectivity/docs/r
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.5+.
86
+ This library is supported on Ruby 2.7+.
87
87
 
88
- Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
88
+ Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
90
90
  ## License
91
91
 
@@ -232,7 +232,10 @@ module Google
232
232
  attr_accessor :members
233
233
 
234
234
  # Role that is assigned to the list of `members`, or principals. For example, `
235
- # roles/viewer`, `roles/editor`, or `roles/owner`.
235
+ # roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM
236
+ # roles and permissions, see the [IAM documentation](https://cloud.google.com/
237
+ # iam/docs/roles-overview). For a list of the available pre-defined roles, see [
238
+ # here](https://cloud.google.com/iam/docs/understanding-roles).
236
239
  # Corresponds to the JSON property `role`
237
240
  # @return [String]
238
241
  attr_accessor :role
@@ -361,6 +364,12 @@ module Google
361
364
  # @return [String]
362
365
  attr_accessor :psc_connection_id
363
366
 
367
+ # Output only. The URI of the selected subnetwork selected to allocate IP
368
+ # address for this connection.
369
+ # Corresponds to the JSON property `selectedSubnetwork`
370
+ # @return [String]
371
+ attr_accessor :selected_subnetwork
372
+
364
373
  # The URI of a service attachment which is the target of the PSC connection.
365
374
  # Corresponds to the JSON property `serviceAttachmentUri`
366
375
  # @return [String]
@@ -386,6 +395,7 @@ module Google
386
395
  @network = args[:network] if args.key?(:network)
387
396
  @project = args[:project] if args.key?(:project)
388
397
  @psc_connection_id = args[:psc_connection_id] if args.key?(:psc_connection_id)
398
+ @selected_subnetwork = args[:selected_subnetwork] if args.key?(:selected_subnetwork)
389
399
  @service_attachment_uri = args[:service_attachment_uri] if args.key?(:service_attachment_uri)
390
400
  @state = args[:state] if args.key?(:state)
391
401
  end
@@ -1992,6 +2002,12 @@ module Google
1992
2002
  # @return [String]
1993
2003
  attr_accessor :psc_connection_id
1994
2004
 
2005
+ # Output only. The URI of the subnetwork selected to allocate IP address for
2006
+ # this connection.
2007
+ # Corresponds to the JSON property `selectedSubnetwork`
2008
+ # @return [String]
2009
+ attr_accessor :selected_subnetwork
2010
+
1995
2011
  # State of the PSC Connection
1996
2012
  # Corresponds to the JSON property `state`
1997
2013
  # @return [String]
@@ -2011,6 +2027,7 @@ module Google
2011
2027
  @error_type = args[:error_type] if args.key?(:error_type)
2012
2028
  @gce_operation = args[:gce_operation] if args.key?(:gce_operation)
2013
2029
  @psc_connection_id = args[:psc_connection_id] if args.key?(:psc_connection_id)
2030
+ @selected_subnetwork = args[:selected_subnetwork] if args.key?(:selected_subnetwork)
2014
2031
  @state = args[:state] if args.key?(:state)
2015
2032
  end
2016
2033
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworkconnectivityV1
18
18
  # Version of the google-apis-networkconnectivity_v1 gem
19
- GEM_VERSION = "0.36.0"
19
+ GEM_VERSION = "0.38.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.0"
22
+ GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240103"
25
+ REVISION = "20240221"
26
26
  end
27
27
  end
28
28
  end
@@ -485,6 +485,7 @@ module Google
485
485
  property :network, as: 'network'
486
486
  property :project, as: 'project'
487
487
  property :psc_connection_id, as: 'pscConnectionId'
488
+ property :selected_subnetwork, as: 'selectedSubnetwork'
488
489
  property :service_attachment_uri, as: 'serviceAttachmentUri'
489
490
  property :state, as: 'state'
490
491
  end
@@ -886,6 +887,7 @@ module Google
886
887
  property :error_type, as: 'errorType'
887
888
  property :gce_operation, as: 'gceOperation'
888
889
  property :psc_connection_id, as: 'pscConnectionId'
890
+ property :selected_subnetwork, as: 'selectedSubnetwork'
889
891
  property :state, as: 'state'
890
892
  end
891
893
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkconnectivity_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.36.0
4
+ version: 0.38.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-01-23 00:00:00.000000000 Z
11
+ date: 2024-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.12.0
19
+ version: 0.14.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.12.0
29
+ version: 0.14.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-networkconnectivity_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.36.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.38.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkconnectivity_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '2.5'
71
+ version: '2.7'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.3
78
+ rubygems_version: 3.5.6
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Network Connectivity API V1