google-events 0.a → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.yardopts +11 -0
- data/CHANGELOG.md +11 -0
- data/LICENSE +202 -0
- data/README.md +27 -8
- data/SECURITY.md +7 -0
- data/lib/google/events/cloud/apigateway/v1/data_pb.rb +110 -0
- data/lib/google/events/cloud/apigateway/v1/events_pb.rb +59 -0
- data/lib/google/events/cloud/apigeeregistry/v1/data_pb.rb +123 -0
- data/lib/google/events/cloud/apigeeregistry/v1/events_pb.rb +79 -0
- data/lib/google/events/cloud/audit/v1/data_pb.rb +128 -0
- data/lib/google/events/cloud/audit/v1/events_pb.rb +27 -0
- data/lib/google/events/cloud/beyondcorp/appconnections/v1/data_pb.rb +74 -0
- data/lib/google/events/cloud/beyondcorp/appconnections/v1/events_pb.rb +37 -0
- data/lib/google/events/cloud/beyondcorp/appconnectors/v1/data_pb.rb +74 -0
- data/lib/google/events/cloud/beyondcorp/appconnectors/v1/events_pb.rb +37 -0
- data/lib/google/events/cloud/beyondcorp/appgateways/v1/data_pb.rb +66 -0
- data/lib/google/events/cloud/beyondcorp/appgateways/v1/events_pb.rb +33 -0
- data/lib/google/events/cloud/beyondcorp/clientconnectorservices/v1/data_pb.rb +79 -0
- data/lib/google/events/cloud/beyondcorp/clientconnectorservices/v1/events_pb.rb +37 -0
- data/lib/google/events/cloud/beyondcorp/clientgateways/v1/data_pb.rb +47 -0
- data/lib/google/events/cloud/beyondcorp/clientgateways/v1/events_pb.rb +33 -0
- data/lib/google/events/cloud/certificatemanager/v1/data_pb.rb +206 -0
- data/lib/google/events/cloud/certificatemanager/v1/events_pb.rb +79 -0
- data/lib/google/events/cloud/cloudbuild/v1/data_pb.rb +207 -0
- data/lib/google/events/cloud/cloudbuild/v1/events_pb.rb +27 -0
- data/lib/google/events/cloud/clouddms/v1/data_pb.rb +299 -0
- data/lib/google/events/cloud/clouddms/v1/events_pb.rb +47 -0
- data/lib/google/events/cloud/dataflow/v1beta3/data_pb.rb +245 -0
- data/lib/google/events/cloud/dataflow/v1beta3/events_pb.rb +27 -0
- data/lib/google/events/cloud/datafusion/v1/data_pb.rb +143 -0
- data/lib/google/events/cloud/datafusion/v1/events_pb.rb +43 -0
- data/lib/google/events/cloud/dataplex/v1/data_pb.rb +721 -0
- data/lib/google/events/cloud/dataplex/v1/events_pb.rb +131 -0
- data/lib/google/events/cloud/datastream/v1/data_pb.rb +364 -0
- data/lib/google/events/cloud/datastream/v1/events_pb.rb +63 -0
- data/lib/google/events/cloud/eventarc/v1/data_pb.rb +125 -0
- data/lib/google/events/cloud/eventarc/v1/events_pb.rb +55 -0
- data/lib/google/events/cloud/firestore/v1/data_pb.rb +65 -0
- data/lib/google/events/cloud/firestore/v1/events_pb.rb +39 -0
- data/lib/google/events/cloud/functions/v2/data_pb.rb +198 -0
- data/lib/google/events/cloud/functions/v2/events_pb.rb +35 -0
- data/lib/google/events/cloud/gkebackup/v1/data_pb.rb +235 -0
- data/lib/google/events/cloud/gkebackup/v1/events_pb.rb +71 -0
- data/lib/google/events/cloud/iot/v1/data_pb.rb +177 -0
- data/lib/google/events/cloud/iot/v1/events_pb.rb +47 -0
- data/lib/google/events/cloud/memcache/v1/data_pb.rb +120 -0
- data/lib/google/events/cloud/memcache/v1/events_pb.rb +35 -0
- data/lib/google/events/cloud/pubsub/v1/data_pb.rb +35 -0
- data/lib/google/events/cloud/pubsub/v1/events_pb.rb +27 -0
- data/lib/google/events/cloud/scheduler/v1/data_pb.rb +24 -0
- data/lib/google/events/cloud/scheduler/v1/events_pb.rb +27 -0
- data/lib/google/events/cloud/storage/v1/data_pb.rb +59 -0
- data/lib/google/events/cloud/storage/v1/events_pb.rb +39 -0
- data/lib/google/events/cloud/workflows/v1/data_pb.rb +46 -0
- data/lib/google/events/cloud/workflows/v1/events_pb.rb +35 -0
- data/lib/google/events/cloudevent_pb.rb +22 -0
- data/lib/google/events/firebase/analytics/v1/data_pb.rb +106 -0
- data/lib/google/events/firebase/analytics/v1/events_pb.rb +27 -0
- data/lib/google/events/firebase/auth/v1/data_pb.rb +49 -0
- data/lib/google/events/firebase/auth/v1/events_pb.rb +31 -0
- data/lib/google/events/firebase/database/v1/data_pb.rb +27 -0
- data/lib/google/events/firebase/database/v1/events_pb.rb +39 -0
- data/lib/google/events/firebase/firebasealerts/v1/cloud_event_payload_pb.rb +115 -0
- data/lib/google/events/firebase/firebasealerts/v1/data_pb.rb +29 -0
- data/lib/google/events/firebase/firebasealerts/v1/events_pb.rb +27 -0
- data/lib/google/events/firebase/remoteconfig/v1/data_pb.rb +52 -0
- data/lib/google/events/firebase/remoteconfig/v1/events_pb.rb +27 -0
- data/lib/google/events/firebase/testlab/v1/data_pb.rb +61 -0
- data/lib/google/events/firebase/testlab/v1/events_pb.rb +27 -0
- data/lib/google/events/version.rb +8 -2
- data/lib/google/events.rb +25 -0
- data/lib/google-events.rb +17 -0
- metadata +114 -17
- data/LICENSE.md +0 -201
@@ -0,0 +1,143 @@
|
|
1
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
|
+
# source: google/events/cloud/datafusion/v1/data.proto
|
3
|
+
|
4
|
+
require 'google/protobuf'
|
5
|
+
|
6
|
+
require 'google/protobuf/timestamp_pb'
|
7
|
+
|
8
|
+
Google::Protobuf::DescriptorPool.generated_pool.build do
|
9
|
+
add_file("google/events/cloud/datafusion/v1/data.proto", :syntax => :proto3) do
|
10
|
+
add_message "google.events.cloud.datafusion.v1.NetworkConfig" do
|
11
|
+
optional :network, :string, 1
|
12
|
+
optional :ip_allocation, :string, 2
|
13
|
+
end
|
14
|
+
add_message "google.events.cloud.datafusion.v1.Version" do
|
15
|
+
optional :version_number, :string, 1
|
16
|
+
optional :default_version, :bool, 2
|
17
|
+
repeated :available_features, :string, 3
|
18
|
+
optional :type, :enum, 4, "google.events.cloud.datafusion.v1.Version.Type"
|
19
|
+
end
|
20
|
+
add_enum "google.events.cloud.datafusion.v1.Version.Type" do
|
21
|
+
value :TYPE_UNSPECIFIED, 0
|
22
|
+
value :TYPE_PREVIEW, 1
|
23
|
+
value :TYPE_GENERAL_AVAILABILITY, 2
|
24
|
+
end
|
25
|
+
add_message "google.events.cloud.datafusion.v1.Accelerator" do
|
26
|
+
optional :accelerator_type, :enum, 1, "google.events.cloud.datafusion.v1.Accelerator.AcceleratorType"
|
27
|
+
optional :state, :enum, 2, "google.events.cloud.datafusion.v1.Accelerator.State"
|
28
|
+
end
|
29
|
+
add_enum "google.events.cloud.datafusion.v1.Accelerator.AcceleratorType" do
|
30
|
+
value :ACCELERATOR_TYPE_UNSPECIFIED, 0
|
31
|
+
value :CDC, 1
|
32
|
+
value :HEALTHCARE, 2
|
33
|
+
value :CCAI_INSIGHTS, 3
|
34
|
+
end
|
35
|
+
add_enum "google.events.cloud.datafusion.v1.Accelerator.State" do
|
36
|
+
value :STATE_UNSPECIFIED, 0
|
37
|
+
value :ENABLED, 1
|
38
|
+
value :DISABLED, 2
|
39
|
+
value :UNKNOWN, 3
|
40
|
+
end
|
41
|
+
add_message "google.events.cloud.datafusion.v1.CryptoKeyConfig" do
|
42
|
+
optional :key_reference, :string, 1
|
43
|
+
end
|
44
|
+
add_message "google.events.cloud.datafusion.v1.Instance" do
|
45
|
+
optional :name, :string, 1
|
46
|
+
optional :description, :string, 2
|
47
|
+
optional :type, :enum, 3, "google.events.cloud.datafusion.v1.Instance.Type"
|
48
|
+
optional :enable_stackdriver_logging, :bool, 4
|
49
|
+
optional :enable_stackdriver_monitoring, :bool, 5
|
50
|
+
optional :private_instance, :bool, 6
|
51
|
+
optional :network_config, :message, 7, "google.events.cloud.datafusion.v1.NetworkConfig"
|
52
|
+
map :labels, :string, :string, 8
|
53
|
+
map :options, :string, :string, 9
|
54
|
+
optional :create_time, :message, 10, "google.protobuf.Timestamp"
|
55
|
+
optional :update_time, :message, 11, "google.protobuf.Timestamp"
|
56
|
+
optional :state, :enum, 12, "google.events.cloud.datafusion.v1.Instance.State"
|
57
|
+
optional :state_message, :string, 13
|
58
|
+
optional :service_endpoint, :string, 14
|
59
|
+
optional :zone, :string, 15
|
60
|
+
optional :version, :string, 16
|
61
|
+
optional :service_account, :string, 17
|
62
|
+
optional :display_name, :string, 18
|
63
|
+
repeated :available_version, :message, 19, "google.events.cloud.datafusion.v1.Version"
|
64
|
+
optional :api_endpoint, :string, 20
|
65
|
+
optional :gcs_bucket, :string, 21
|
66
|
+
repeated :accelerators, :message, 22, "google.events.cloud.datafusion.v1.Accelerator"
|
67
|
+
optional :p4_service_account, :string, 23
|
68
|
+
optional :tenant_project_id, :string, 24
|
69
|
+
optional :dataproc_service_account, :string, 25
|
70
|
+
optional :enable_rbac, :bool, 27
|
71
|
+
optional :crypto_key_config, :message, 28, "google.events.cloud.datafusion.v1.CryptoKeyConfig"
|
72
|
+
repeated :disabled_reason, :enum, 29, "google.events.cloud.datafusion.v1.Instance.DisabledReason"
|
73
|
+
optional :event_publish_config, :message, 30, "google.events.cloud.datafusion.v1.EventPublishConfig"
|
74
|
+
optional :enable_zone_separation, :bool, 31
|
75
|
+
end
|
76
|
+
add_enum "google.events.cloud.datafusion.v1.Instance.Type" do
|
77
|
+
value :TYPE_UNSPECIFIED, 0
|
78
|
+
value :BASIC, 1
|
79
|
+
value :ENTERPRISE, 2
|
80
|
+
value :DEVELOPER, 3
|
81
|
+
end
|
82
|
+
add_enum "google.events.cloud.datafusion.v1.Instance.State" do
|
83
|
+
value :STATE_UNSPECIFIED, 0
|
84
|
+
value :CREATING, 1
|
85
|
+
value :ACTIVE, 2
|
86
|
+
value :FAILED, 3
|
87
|
+
value :DELETING, 4
|
88
|
+
value :UPGRADING, 5
|
89
|
+
value :RESTARTING, 6
|
90
|
+
value :UPDATING, 7
|
91
|
+
value :AUTO_UPDATING, 8
|
92
|
+
value :AUTO_UPGRADING, 9
|
93
|
+
value :DISABLED, 10
|
94
|
+
end
|
95
|
+
add_enum "google.events.cloud.datafusion.v1.Instance.DisabledReason" do
|
96
|
+
value :DISABLED_REASON_UNSPECIFIED, 0
|
97
|
+
value :KMS_KEY_ISSUE, 1
|
98
|
+
end
|
99
|
+
add_message "google.events.cloud.datafusion.v1.EventPublishConfig" do
|
100
|
+
optional :enabled, :bool, 1
|
101
|
+
optional :topic, :string, 2
|
102
|
+
end
|
103
|
+
add_message "google.events.cloud.datafusion.v1.DnsPeering" do
|
104
|
+
optional :name, :string, 1
|
105
|
+
optional :domain, :string, 2
|
106
|
+
optional :description, :string, 3
|
107
|
+
optional :target_project, :string, 4
|
108
|
+
optional :target_network, :string, 5
|
109
|
+
end
|
110
|
+
add_message "google.events.cloud.datafusion.v1.InstanceEventData" do
|
111
|
+
proto3_optional :payload, :message, 1, "google.events.cloud.datafusion.v1.Instance"
|
112
|
+
end
|
113
|
+
add_message "google.events.cloud.datafusion.v1.DnsPeeringEventData" do
|
114
|
+
proto3_optional :payload, :message, 1, "google.events.cloud.datafusion.v1.DnsPeering"
|
115
|
+
end
|
116
|
+
end
|
117
|
+
end
|
118
|
+
|
119
|
+
module Google
|
120
|
+
module Events
|
121
|
+
module Cloud
|
122
|
+
module DataFusion
|
123
|
+
module V1
|
124
|
+
NetworkConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.events.cloud.datafusion.v1.NetworkConfig").msgclass
|
125
|
+
Version = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.events.cloud.datafusion.v1.Version").msgclass
|
126
|
+
Version::Type = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.events.cloud.datafusion.v1.Version.Type").enummodule
|
127
|
+
Accelerator = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.events.cloud.datafusion.v1.Accelerator").msgclass
|
128
|
+
Accelerator::AcceleratorType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.events.cloud.datafusion.v1.Accelerator.AcceleratorType").enummodule
|
129
|
+
Accelerator::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.events.cloud.datafusion.v1.Accelerator.State").enummodule
|
130
|
+
CryptoKeyConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.events.cloud.datafusion.v1.CryptoKeyConfig").msgclass
|
131
|
+
Instance = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.events.cloud.datafusion.v1.Instance").msgclass
|
132
|
+
Instance::Type = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.events.cloud.datafusion.v1.Instance.Type").enummodule
|
133
|
+
Instance::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.events.cloud.datafusion.v1.Instance.State").enummodule
|
134
|
+
Instance::DisabledReason = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.events.cloud.datafusion.v1.Instance.DisabledReason").enummodule
|
135
|
+
EventPublishConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.events.cloud.datafusion.v1.EventPublishConfig").msgclass
|
136
|
+
DnsPeering = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.events.cloud.datafusion.v1.DnsPeering").msgclass
|
137
|
+
InstanceEventData = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.events.cloud.datafusion.v1.InstanceEventData").msgclass
|
138
|
+
DnsPeeringEventData = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.events.cloud.datafusion.v1.DnsPeeringEventData").msgclass
|
139
|
+
end
|
140
|
+
end
|
141
|
+
end
|
142
|
+
end
|
143
|
+
end
|
@@ -0,0 +1,43 @@
|
|
1
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
|
+
# source: google/events/cloud/datafusion/v1/events.proto
|
3
|
+
|
4
|
+
require 'google/protobuf'
|
5
|
+
|
6
|
+
require 'google/events/cloud/datafusion/v1/data_pb'
|
7
|
+
require 'google/events/cloudevent_pb'
|
8
|
+
|
9
|
+
Google::Protobuf::DescriptorPool.generated_pool.build do
|
10
|
+
add_file("google/events/cloud/datafusion/v1/events.proto", :syntax => :proto3) do
|
11
|
+
add_message "google.events.cloud.datafusion.v1.InstanceCreatedEvent" do
|
12
|
+
optional :data, :message, 1, "google.events.cloud.datafusion.v1.InstanceEventData"
|
13
|
+
end
|
14
|
+
add_message "google.events.cloud.datafusion.v1.InstanceDeletedEvent" do
|
15
|
+
optional :data, :message, 1, "google.events.cloud.datafusion.v1.InstanceEventData"
|
16
|
+
end
|
17
|
+
add_message "google.events.cloud.datafusion.v1.InstanceUpdatedEvent" do
|
18
|
+
optional :data, :message, 1, "google.events.cloud.datafusion.v1.InstanceEventData"
|
19
|
+
end
|
20
|
+
add_message "google.events.cloud.datafusion.v1.DnsPeeringCreatedEvent" do
|
21
|
+
optional :data, :message, 1, "google.events.cloud.datafusion.v1.DnsPeeringEventData"
|
22
|
+
end
|
23
|
+
add_message "google.events.cloud.datafusion.v1.DnsPeeringDeletedEvent" do
|
24
|
+
optional :data, :message, 1, "google.events.cloud.datafusion.v1.DnsPeeringEventData"
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
28
|
+
|
29
|
+
module Google
|
30
|
+
module Events
|
31
|
+
module Cloud
|
32
|
+
module DataFusion
|
33
|
+
module V1
|
34
|
+
InstanceCreatedEvent = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.events.cloud.datafusion.v1.InstanceCreatedEvent").msgclass
|
35
|
+
InstanceDeletedEvent = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.events.cloud.datafusion.v1.InstanceDeletedEvent").msgclass
|
36
|
+
InstanceUpdatedEvent = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.events.cloud.datafusion.v1.InstanceUpdatedEvent").msgclass
|
37
|
+
DnsPeeringCreatedEvent = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.events.cloud.datafusion.v1.DnsPeeringCreatedEvent").msgclass
|
38
|
+
DnsPeeringDeletedEvent = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.events.cloud.datafusion.v1.DnsPeeringDeletedEvent").msgclass
|
39
|
+
end
|
40
|
+
end
|
41
|
+
end
|
42
|
+
end
|
43
|
+
end
|