google-apps-card-v1 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: ed7cde5e4cf926f316dc8add117b662ce0a8c1272d56ee99fb8deed8c1653f0f
4
+ data.tar.gz: b2639a3635b140e30bf25dbb9d7cf9f9340a5a6d2e8941b122da7c03a511e44a
5
+ SHA512:
6
+ metadata.gz: 5985ac702d320541920402eb29799b0b7f9b106fa3ece37609b1669c275a59d6a6dc5e8f7618853a7106f3c5cca487204b4723386430789ea5f991289c86a7a7
7
+ data.tar.gz: 1da9dd387778da069b1282b216a26bd9f5bdb09b2a34d496b602c5d090935d9f6b7736ed5fbc5d9f4fd7c0434e7456ecc211cddabd62840d3efe2a3a5b1452bb
data/CHANGELOG.md ADDED
@@ -0,0 +1,9 @@
1
+ # Changelog
2
+
3
+ ### 0.1.0 (2024-03-16)
4
+
5
+ #### Features
6
+
7
+ * Initial generation of google-apps-card-v1 ([#262](https://github.com/googleapis/common-protos-ruby/issues/262))
8
+
9
+ ## Changelog
data/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # Common Protocol Buffer Types
2
+
3
+ This gem contains common protocol buffer types used by certain client libraries.
4
+
5
+ ## Installation
6
+
7
+ This library is generally brought in as a dependency by Google API client
8
+ libraries that use it. However, you can include it directly in your
9
+ application's Gemfile if you need to use its protos directly.