google-cloud-eventarc-publishing-v1 1.4.0 → 1.4.1
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: 13be5679471acb4101cfdb12adb93c26b251b48aa7a20c85e74748700ca8419f
|
4
|
+
data.tar.gz: 798ee5d800f8f6e35f25973bb5d45a6fea33bfe145169cf0f2e9719e59cbd868
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 687673c0a941c544d04e55d7ed4fd208d0d46e64a80e48dfbf48741f473e06e2aea0bc2149dd9beb934e0f69d1e12faa53b76fd87949cff7becafa30fc055561
|
7
|
+
data.tar.gz: ed512229389c59bf4488126e3d2d42d8b38ef05eec084e773eba06524c11c75ea6c165bad635bb09ac0e9166549719fc71bcbdf7225e1a309dc25cdbec884417
|
@@ -430,19 +430,19 @@ module Google
|
|
430
430
|
# be found here:
|
431
431
|
# https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/formats/protobuf-format.md
|
432
432
|
#
|
433
|
-
# Note: The following
|
433
|
+
# Note: The following parameters are mutually exclusive: `proto_message`, `json_message`, `avro_message`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
434
434
|
# @param json_message [::String]
|
435
435
|
# The JSON format of the CloudEvent being published. Specification can be
|
436
436
|
# found here:
|
437
437
|
# https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/formats/json-format.md
|
438
438
|
#
|
439
|
-
# Note: The following
|
439
|
+
# Note: The following parameters are mutually exclusive: `json_message`, `proto_message`, `avro_message`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
440
440
|
# @param avro_message [::String]
|
441
441
|
# The Avro format of the CloudEvent being published. Specification can
|
442
442
|
# be found here:
|
443
443
|
# https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/formats/avro-format.md
|
444
444
|
#
|
445
|
-
# Note: The following
|
445
|
+
# Note: The following parameters are mutually exclusive: `avro_message`, `proto_message`, `json_message`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
446
446
|
#
|
447
447
|
# @yield [response, operation] Access the result along with the RPC operation
|
448
448
|
# @yieldparam response [::Google::Cloud::Eventarc::Publishing::V1::PublishResponse]
|
@@ -409,19 +409,19 @@ module Google
|
|
409
409
|
# be found here:
|
410
410
|
# https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/formats/protobuf-format.md
|
411
411
|
#
|
412
|
-
# Note: The following
|
412
|
+
# Note: The following parameters are mutually exclusive: `proto_message`, `json_message`, `avro_message`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
413
413
|
# @param json_message [::String]
|
414
414
|
# The JSON format of the CloudEvent being published. Specification can be
|
415
415
|
# found here:
|
416
416
|
# https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/formats/json-format.md
|
417
417
|
#
|
418
|
-
# Note: The following
|
418
|
+
# Note: The following parameters are mutually exclusive: `json_message`, `proto_message`, `avro_message`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
419
419
|
# @param avro_message [::String]
|
420
420
|
# The Avro format of the CloudEvent being published. Specification can
|
421
421
|
# be found here:
|
422
422
|
# https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/formats/avro-format.md
|
423
423
|
#
|
424
|
-
# Note: The following
|
424
|
+
# Note: The following parameters are mutually exclusive: `avro_message`, `proto_message`, `json_message`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
425
425
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
426
426
|
# @yieldparam result [::Google::Cloud::Eventarc::Publishing::V1::PublishResponse]
|
427
427
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-eventarc-publishing-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -95,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '0'
|
97
97
|
requirements: []
|
98
|
-
rubygems_version: 3.6.
|
98
|
+
rubygems_version: 3.6.9
|
99
99
|
specification_version: 4
|
100
100
|
summary: Processes events generated by an event provider and delivers them to a subscriber.
|
101
101
|
test_files: []
|