google-cloud-eventarc-v1 0.1.4 → 0.2.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 +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/eventarc/v1/channel_connection_pb.rb +31 -0
- data/lib/google/cloud/eventarc/v1/channel_pb.rb +42 -0
- data/lib/google/cloud/eventarc/v1/eventarc/client.rb +934 -8
- data/lib/google/cloud/eventarc/v1/eventarc/paths.rb +57 -0
- data/lib/google/cloud/eventarc/v1/eventarc_pb.rb +63 -0
- data/lib/google/cloud/eventarc/v1/eventarc_services_pb.rb +18 -0
- data/lib/google/cloud/eventarc/v1/trigger_pb.rb +12 -0
- data/lib/google/cloud/eventarc/v1/version.rb +1 -1
- data/proto_docs/google/cloud/eventarc/v1/channel.rb +94 -0
- data/proto_docs/google/cloud/eventarc/v1/channel_connection.rb +59 -0
- data/proto_docs/google/cloud/eventarc/v1/eventarc.rb +181 -9
- data/proto_docs/google/cloud/eventarc/v1/trigger.rb +78 -35
- metadata +7 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0523aebe37bde23d9c8ecd482b0017abb98f21aa25a0545b26c2bc039e1c8181
|
4
|
+
data.tar.gz: 42486d51632ab993ed9a6e6e4ecfbd1ae6aa009065520c34d06261bb8780f3cd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2225480db54ad3d7541fc4bec5cd4ad8a5fab7f95436f73cdc1bf1d796fa3e7dc93c6fda796e020a8e793d3bcf489ae89d42acc1b414e188667f6af2b9a891b3
|
7
|
+
data.tar.gz: fbb7965bf0728e45b2ccc44aa34cdcc1c0c725fe489544f11e190040fb125ab513d8c75eed6628bc74e2bfcb9d9c01b88cc86d1b853940e968138a667755a219
|
data/README.md
CHANGED
@@ -37,7 +37,7 @@ request = ::Google::Cloud::Eventarc::V1::GetTriggerRequest.new # (request fields
|
|
37
37
|
response = client.get_trigger request
|
38
38
|
```
|
39
39
|
|
40
|
-
View the [Client Library Documentation](https://
|
40
|
+
View the [Client Library Documentation](https://cloud.google.com/ruby/docs/reference/google-cloud-eventarc-v1/latest)
|
41
41
|
for class and method documentation.
|
42
42
|
|
43
43
|
See also the [Product Documentation](https://cloud.google.com/eventarc/)
|
@@ -0,0 +1,31 @@
|
|
1
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
|
+
# source: google/cloud/eventarc/v1/channel_connection.proto
|
3
|
+
|
4
|
+
require 'google/api/annotations_pb'
|
5
|
+
require 'google/api/field_behavior_pb'
|
6
|
+
require 'google/api/resource_pb'
|
7
|
+
require 'google/protobuf/timestamp_pb'
|
8
|
+
require 'google/protobuf'
|
9
|
+
|
10
|
+
Google::Protobuf::DescriptorPool.generated_pool.build do
|
11
|
+
add_file("google/cloud/eventarc/v1/channel_connection.proto", :syntax => :proto3) do
|
12
|
+
add_message "google.cloud.eventarc.v1.ChannelConnection" do
|
13
|
+
optional :name, :string, 1
|
14
|
+
optional :uid, :string, 2
|
15
|
+
optional :channel, :string, 5
|
16
|
+
optional :create_time, :message, 6, "google.protobuf.Timestamp"
|
17
|
+
optional :update_time, :message, 7, "google.protobuf.Timestamp"
|
18
|
+
optional :activation_token, :string, 8
|
19
|
+
end
|
20
|
+
end
|
21
|
+
end
|
22
|
+
|
23
|
+
module Google
|
24
|
+
module Cloud
|
25
|
+
module Eventarc
|
26
|
+
module V1
|
27
|
+
ChannelConnection = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.eventarc.v1.ChannelConnection").msgclass
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end
|
31
|
+
end
|
@@ -0,0 +1,42 @@
|
|
1
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
|
+
# source: google/cloud/eventarc/v1/channel.proto
|
3
|
+
|
4
|
+
require 'google/api/annotations_pb'
|
5
|
+
require 'google/api/field_behavior_pb'
|
6
|
+
require 'google/api/resource_pb'
|
7
|
+
require 'google/protobuf/timestamp_pb'
|
8
|
+
require 'google/protobuf'
|
9
|
+
|
10
|
+
Google::Protobuf::DescriptorPool.generated_pool.build do
|
11
|
+
add_file("google/cloud/eventarc/v1/channel.proto", :syntax => :proto3) do
|
12
|
+
add_message "google.cloud.eventarc.v1.Channel" do
|
13
|
+
optional :name, :string, 1
|
14
|
+
optional :uid, :string, 2
|
15
|
+
optional :create_time, :message, 5, "google.protobuf.Timestamp"
|
16
|
+
optional :update_time, :message, 6, "google.protobuf.Timestamp"
|
17
|
+
optional :provider, :string, 7
|
18
|
+
optional :state, :enum, 9, "google.cloud.eventarc.v1.Channel.State"
|
19
|
+
optional :activation_token, :string, 10
|
20
|
+
oneof :transport do
|
21
|
+
optional :pubsub_topic, :string, 8
|
22
|
+
end
|
23
|
+
end
|
24
|
+
add_enum "google.cloud.eventarc.v1.Channel.State" do
|
25
|
+
value :STATE_UNSPECIFIED, 0
|
26
|
+
value :PENDING, 1
|
27
|
+
value :ACTIVE, 2
|
28
|
+
value :INACTIVE, 3
|
29
|
+
end
|
30
|
+
end
|
31
|
+
end
|
32
|
+
|
33
|
+
module Google
|
34
|
+
module Cloud
|
35
|
+
module Eventarc
|
36
|
+
module V1
|
37
|
+
Channel = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.eventarc.v1.Channel").msgclass
|
38
|
+
Channel::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.eventarc.v1.Channel.State").enummodule
|
39
|
+
end
|
40
|
+
end
|
41
|
+
end
|
42
|
+
end
|