google-apis-cloudsupport_v2 0.26.0 → 0.27.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 36008899d929d9a07c143fcb2830db07b51e089bf47782ef37a8347810470097
|
|
4
|
+
data.tar.gz: 7022f928187bd3303cf57900bcd55db7f55ae2bb356ed740e07251de86c3a688
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: baa366b54340fb9d2cd55d071e140aaa2ae5bc911fc76b4de289311f32bdcc20b47f292daf6b87b65e03318d00a880b6df18f0bff29cf54be0236ef8ea79d99d
|
|
7
|
+
data.tar.gz: b01f6046efa1f0297c3a6c654f0a6b82cca59de28c8db2291d03ace1c0b008c82e4e3c68a21be187f8fc010d9450e7cefe663b0748e0fc04c8e341dba4b69f6f
|
data/CHANGELOG.md
CHANGED
|
@@ -1222,7 +1222,15 @@ module Google
|
|
|
1222
1222
|
end
|
|
1223
1223
|
end
|
|
1224
1224
|
|
|
1225
|
-
# A support event subscription.
|
|
1225
|
+
# A support event subscription. You can also manage support event subscriptions
|
|
1226
|
+
# using other tools: * [`gcloud support support-event-subscriptions`](/sdk/
|
|
1227
|
+
# gcloud/reference/support/support-event-subscriptions) (or [`gcloud beta`](/sdk/
|
|
1228
|
+
# gcloud/reference/beta/support/support-event-subscriptions) for beta) * [
|
|
1229
|
+
# Terraform `google_cloud_support_support_event_subscription`](https://registry.
|
|
1230
|
+
# terraform.io/providers/hashicorp/google/latest/docs/resources/
|
|
1231
|
+
# cloud_support_support_event_subscription) (or [google-beta provider](https://
|
|
1232
|
+
# registry.terraform.io/providers/hashicorp/google-beta/latest/docs/resources/
|
|
1233
|
+
# cloud_support_support_event_subscription) for beta)
|
|
1226
1234
|
class SupportEventSubscription
|
|
1227
1235
|
include Google::Apis::Core::Hashable
|
|
1228
1236
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module CloudsupportV2
|
|
18
18
|
# Version of the google-apis-cloudsupport_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.27.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260820"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-cloudsupport_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.27.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudsupport_v2/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsupport_v2/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsupport_v2/v0.27.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudsupport_v2
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|