google-apis-networkconnectivity_v1alpha1 0.6.0 → 0.10.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: 8e4a0db6d98e3064e7710840f5fe8961f9d2012287f56bc063054632d0249490
4
- data.tar.gz: 86739712f3219625162eccf499d4a8cabb1599bb9518ab09c81fba83038561e8
3
+ metadata.gz: 280166c162383ada27cc1fe2162d68ea085c7f591af6ab46da8b312c9c4a1190
4
+ data.tar.gz: fbd15168dc495c26936994db28311c8dd33b719d3ab2acf5a0d77fb186cfc8a7
5
5
  SHA512:
6
- metadata.gz: '09b06f41e3e4b5eaa781c63fd1f7af8f80d1616ac0efc2a5d8b48bd8864eab37815be64b6869fba17499925195ab85184e5459467425717a510080b1a1677f0d'
7
- data.tar.gz: d5feff65b051b128c422d2715f98d144a9553300ca35e691107d4cac6ad531f6df940e48f17c205d88f69c5129198f020b257265ba8c2b846a70d88471725063
6
+ metadata.gz: c1d19a5782a5d39f8ed425f6fd28b813cf285559afd401b94a9790dd00d79d07137a8996808c36062c25b184e8e2cfc32df805d6b356f552fe529011d6ce0efe
7
+ data.tar.gz: d242ab2982b38e65a76953f14587fdcfb2d9248103d4b07fb1775ba1243b444269f638bd97f79ccf93c18cd67c3bfa416f18bc1f50ef4c7c25f471b9cad3475f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Release history for google-apis-networkconnectivity_v1alpha1
2
2
 
3
+ ### v0.10.0 (2021-10-21)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.9.0 (2021-09-01)
8
+
9
+ * Regenerated from discovery document revision 20210810
10
+
11
+ ### v0.8.0 (2021-07-03)
12
+
13
+ * Regenerated from discovery document revision 20210701
14
+ * Regenerated using generator version 0.4.0
15
+
16
+ ### v0.7.0 (2021-06-24)
17
+
18
+ * Regenerated from discovery document revision 20210616
19
+ * Regenerated using generator version 0.3.0
20
+
3
21
  ### v0.6.0 (2021-05-19)
4
22
 
5
23
  * Unspecified changes
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Networkconnectivity service in particular.)
67
67
 
@@ -79,7 +79,7 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`
79
79
 
80
80
  **For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
81
81
 
82
- The [product documentation](https://cloud.google.com/network-connectivity/docs) may provide guidance regarding the preferred client library to use.
82
+ The [product documentation](https://cloud.google.com/network-connectivity/docs/reference/networkconnectivity/rest) may provide guidance regarding the preferred client library to use.
83
83
 
84
84
  ## Supported Ruby versions
85
85