google-apis-cloudsupport_v2beta 0.54.0 → 0.55.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: 4e59d518454e439c4d6a37349b18c9d1f6b410d105a1426ec97342e26ccb644c
|
|
4
|
+
data.tar.gz: ec5334418f640ebe368df482e3ff02757d40fb17d5046af65ae44ebf16d3df28
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3fb89ea9abcdf18c77adf30f4fc00204d74e2cfea8043ae4483623892fa840d435a840f05d03570d6d4bc383f06a0659d7b2d179fce8c36773981b8ed1735639
|
|
7
|
+
data.tar.gz: 0f84bbb700589411dc7678cc069c3f4c9fcdf96c7d3676353b84bbfe785f10e82764d9f95ca07fdb826ba2a0ce1fab930b2d3eb833111ed6962176aa9a824c4f
|
data/CHANGELOG.md
CHANGED
|
@@ -1390,7 +1390,15 @@ module Google
|
|
|
1390
1390
|
end
|
|
1391
1391
|
end
|
|
1392
1392
|
|
|
1393
|
-
# A support event subscription.
|
|
1393
|
+
# A support event subscription. You can also manage support event subscriptions
|
|
1394
|
+
# using other tools: * [`gcloud support support-event-subscriptions`](/sdk/
|
|
1395
|
+
# gcloud/reference/support/support-event-subscriptions) (or [`gcloud beta`](/sdk/
|
|
1396
|
+
# gcloud/reference/beta/support/support-event-subscriptions) for beta) * [
|
|
1397
|
+
# Terraform `google_cloud_support_support_event_subscription`](https://registry.
|
|
1398
|
+
# terraform.io/providers/hashicorp/google/latest/docs/resources/
|
|
1399
|
+
# cloud_support_support_event_subscription) (or [google-beta provider](https://
|
|
1400
|
+
# registry.terraform.io/providers/hashicorp/google-beta/latest/docs/resources/
|
|
1401
|
+
# cloud_support_support_event_subscription) for beta)
|
|
1394
1402
|
class SupportEventSubscription
|
|
1395
1403
|
include Google::Apis::Core::Hashable
|
|
1396
1404
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module CloudsupportV2beta
|
|
18
18
|
# Version of the google-apis-cloudsupport_v2beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.55.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_v2beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.55.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_v2beta/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsupport_v2beta/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsupport_v2beta/v0.55.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudsupport_v2beta
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|