google-apis-networkconnectivity_v1 0.6.0 → 0.9.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: 265519baf5dc25a17ab017c60f77c7457f953c86f170a28435d1759a6440842f
4
- data.tar.gz: 8dd9d6958dd5d673b0bcda469a5e0887cbcf2a141883e9cac743c8303be2f3a4
3
+ metadata.gz: eb6ba1740e1cd33acb7fa99dbee896542054201030421a09d58e634a5969b712
4
+ data.tar.gz: b5010cecce922fbbf22a1d093322edfe39f203cf285aff2b1724c4266c166da7
5
5
  SHA512:
6
- metadata.gz: 351e717b59ae7417ad8f67016b4cdd8aeb4ff0029df2c7da4d5d19bdfd0d4ee6924861e3b05ff3e6ab9cf7f0b4e78285f3bae9b42b623f37ed535a7c0dbd99af
7
- data.tar.gz: ecd4d87cbe37c0aaff78e2a73c5ba5b86c4b94bcd79bf60de08c1f36ad93a707e161d6e3b51af612a655cb684a6ad1b2d0a7e0dbc86d2faa0c1e3ee836ce188d
6
+ metadata.gz: 55d51ff40e94a7d6d484de079550c9255ede03571df6e2c15df08afcd3f423ec5985b54b322fc415569cbd71fb6ef50ed16460b2452982d0bcac367c7a5f4ad5
7
+ data.tar.gz: 7a680b969850f1ee0fdf86cdbd91e15c28fc60689db74b62df997c22089462e240bfe9d497a91b1aa45c922092da1bd385d8c0cfb4d46e6e6ee94b78f8535ccf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-networkconnectivity_v1
2
2
 
3
+ ### v0.9.0 (2022-04-12)
4
+
5
+ * Regenerated from discovery document revision 20220404
6
+
7
+ ### v0.8.0 (2022-03-26)
8
+
9
+ * Regenerated from discovery document revision 20220321
10
+
11
+ ### v0.7.0 (2022-02-15)
12
+
13
+ * Regenerated from discovery document revision 20220210
14
+
3
15
  ### v0.6.0 (2022-01-30)
4
16
 
5
17
  * Regenerated from discovery document revision 20220125
@@ -116,7 +116,7 @@ module Google
116
116
  # @return [Google::Apis::NetworkconnectivityV1::Expr]
117
117
  attr_accessor :condition
118
118
 
119
- # Specifies the principals requesting access for a Cloud Platform resource. `
119
+ # Specifies the principals requesting access for a Google Cloud resource. `
120
120
  # members` can have the following values: * `allUsers`: A special identifier
121
121
  # that represents anyone who is on the internet; with or without a Google
122
122
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -167,8 +167,7 @@ module Google
167
167
  # A generic empty message that you can re-use to avoid defining duplicated empty
168
168
  # messages in your APIs. A typical example is to use it as the request or the
169
169
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
170
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
171
- # `Empty` is empty JSON object ````.
170
+ # protobuf.Empty) returns (google.protobuf.Empty); `
172
171
  class Empty
173
172
  include Google::Apis::Core::Hashable
174
173
 
@@ -375,8 +374,10 @@ module Google
375
374
  end
376
375
 
377
376
  # A hub is a collection of spokes. A single hub can contain spokes from multiple
378
- # regions. However, all of a hub's spokes must be associated with resources that
379
- # reside in the same VPC network.
377
+ # regions. However, if any of a hub's spokes use the data transfer feature, the
378
+ # resources associated with those spokes must all reside in the same VPC network.
379
+ # Spokes that do not use data transfer can be associated with any VPC network
380
+ # in your project.
380
381
  class Hub
381
382
  include Google::Apis::Core::Hashable
382
383
 
@@ -476,9 +477,10 @@ module Google
476
477
  end
477
478
  end
478
479
 
479
- # A collection of router appliance instances. If you have multiple router
480
- # appliance instances connected to the same site, they should all be attached to
481
- # the same spoke.
480
+ # A collection of router appliance instances. If you configure multiple router
481
+ # appliance instances to receive data from the same set of sites outside of
482
+ # Google Cloud, we recommend that you associate those instances with the same
483
+ # spoke.
482
484
  class LinkedRouterApplianceInstances
483
485
  include Google::Apis::Core::Hashable
484
486
 
@@ -998,9 +1000,10 @@ module Google
998
1000
  # @return [Google::Apis::NetworkconnectivityV1::LinkedInterconnectAttachments]
999
1001
  attr_accessor :linked_interconnect_attachments
1000
1002
 
1001
- # A collection of router appliance instances. If you have multiple router
1002
- # appliance instances connected to the same site, they should all be attached to
1003
- # the same spoke.
1003
+ # A collection of router appliance instances. If you configure multiple router
1004
+ # appliance instances to receive data from the same set of sites outside of
1005
+ # Google Cloud, we recommend that you associate those instances with the same
1006
+ # spoke.
1004
1007
  # Corresponds to the JSON property `linkedRouterApplianceInstances`
1005
1008
  # @return [Google::Apis::NetworkconnectivityV1::LinkedRouterApplianceInstances]
1006
1009
  attr_accessor :linked_router_appliance_instances
@@ -1062,7 +1065,7 @@ module Google
1062
1065
  include Google::Apis::Core::Hashable
1063
1066
 
1064
1067
  # The set of permissions to check for the `resource`. Permissions with wildcards
1065
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
1068
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
1066
1069
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
1067
1070
  # Corresponds to the JSON property `permissions`
1068
1071
  # @return [Array<String>]
@@ -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.6.0"
19
+ GEM_VERSION = "0.9.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 = "20220125"
25
+ REVISION = "20220404"
26
26
  end
27
27
  end
28
28
  end
@@ -84,8 +84,8 @@ module Google
84
84
  # The resource that owns the locations collection, if applicable.
85
85
  # @param [String] filter
86
86
  # A filter to narrow down results to a preferred subset. The filtering language
87
- # accepts strings like "displayName=tokyo", and is documented in more detail in [
88
- # AIP-160](https://google.aip.dev/160).
87
+ # accepts strings like `"displayName=tokyo"`, and is documented in more detail
88
+ # in [AIP-160](https://google.aip.dev/160).
89
89
  # @param [Fixnum] page_size
90
90
  # The maximum number of results to return. If not set, the service selects a
91
91
  # default.
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.6.0
4
+ version: 0.9.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-01-31 00:00:00.000000000 Z
11
+ date: 2022-04-18 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-networkconnectivity_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.9.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: []