google-apis-gkehub_v1alpha 0.9.0 → 0.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 239c18c0891fad69e73d1f5a48764378655c7e12b49d6e9aefc77a5a32dcea46
4
- data.tar.gz: a263265b16f71c0f6615b0e2b9c5497530504dc5122b686432f8808fc8d708d3
3
+ metadata.gz: 946712dd56cbe486bf92ec8790cd4ac3359f459fe9188de6f9e904d74e20022f
4
+ data.tar.gz: 242a171b2cec6a8858273f97fec7924940908d0f6d601d3c641f573afd012e58
5
5
  SHA512:
6
- metadata.gz: 3a2bf15f9bf400dafa9287787b4b3ca6a5a149ca235261ad049357174cf5f3b5f0caeec96a5f3bc6d6f4d554511c17e8a219c14986efcb1c07292c5b2f7ce1c2
7
- data.tar.gz: 0d8a7a7f62b43436615f3eb61f71d77e90570634e1812f4c2c39993ff3f9586423200e12c2f384baab31e1f7efc0cf1aa8482182d2e67aa62ab4bc75a9d52307
6
+ metadata.gz: 3b47bd30c454abfeab1e183469ce5ef609d7c154e5fda72e7c03053e66925dc3a541544824cb18249f45b1f50d8408b9625efeaa6e81b2cb9d85a8af2e52713c
7
+ data.tar.gz: 88a0ed968b8fae319736e8c3a543dfb9f9c56ca445eed41f70dbcb1b165d1f3a50922bdd8c65929a1d0fcb73656065c2cabdb5f5172a4d93129f7565cb30aeee
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-gkehub_v1alpha
2
2
 
3
+ ### v0.13.0 (2021-10-24)
4
+
5
+ * Regenerated from discovery document revision 20211015
6
+ * Unspecified changes
7
+
8
+ ### v0.12.0 (2021-10-04)
9
+
10
+ * Regenerated from discovery document revision 20210927
11
+
12
+ ### v0.11.0 (2021-09-26)
13
+
14
+ * Regenerated from discovery document revision 20210920
15
+
16
+ ### v0.10.0 (2021-08-21)
17
+
18
+ * Regenerated from discovery document revision 20210813
19
+
3
20
  ### v0.9.0 (2021-08-04)
4
21
 
5
22
  * Regenerated from discovery document revision 20210729
data/OVERVIEW.md CHANGED
@@ -1,6 +1,6 @@
1
- # Simple REST client for version V1alpha of the GKE Hub
1
+ # Simple REST client for version V1alpha of the GKE Hub API
2
2
 
3
- This is a simple client library for version V1alpha of the GKE Hub. It provides:
3
+ This is a simple client library for version V1alpha of the GKE Hub API. It provides:
4
4
 
5
5
  * A client object that connects to the HTTP/JSON REST endpoint for the service.
6
6
  * Ruby objects for data structures related to the service.
@@ -60,12 +60,12 @@ 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 Gkehub service in particular.)
67
67
 
68
- For reference information on specific calls in the GKE Hub, see the {Google::Apis::GkehubV1alpha::GKEHubService class reference docs}.
68
+ For reference information on specific calls in the GKE Hub API, see the {Google::Apis::GkehubV1alpha::GKEHubService class reference docs}.
69
69
 
70
70
  ## Which client should I use?
71
71