google-apis-eventarc_v1 0.53.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 +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/google/apis/eventarc_v1/classes.rb +1001 -3
- data/lib/google/apis/eventarc_v1/gem_version.rb +3 -3
- data/lib/google/apis/eventarc_v1/representations.rb +385 -0
- data/lib/google/apis/eventarc_v1/service.rb +1400 -41
- metadata +4 -4
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module EventarcV1
|
18
18
|
# Version of the google-apis-eventarc_v1 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
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241021"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -70,6 +70,12 @@ module Google
|
|
70
70
|
include Google::Apis::Core::JsonObjectSupport
|
71
71
|
end
|
72
72
|
|
73
|
+
class Enrollment
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
73
79
|
class EventFilter
|
74
80
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
81
|
|
@@ -100,12 +106,96 @@ module Google
|
|
100
106
|
include Google::Apis::Core::JsonObjectSupport
|
101
107
|
end
|
102
108
|
|
109
|
+
class GoogleApiSource
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
103
115
|
class GoogleChannelConfig
|
104
116
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
117
|
|
106
118
|
include Google::Apis::Core::JsonObjectSupport
|
107
119
|
end
|
108
120
|
|
121
|
+
class GoogleCloudEventarcV1PipelineDestination
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class GoogleCloudEventarcV1PipelineDestinationAuthenticationConfig
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class GoogleCloudEventarcV1PipelineDestinationAuthenticationConfigOAuthToken
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class GoogleCloudEventarcV1PipelineDestinationAuthenticationConfigOidcToken
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class GoogleCloudEventarcV1PipelineDestinationHttpEndpoint
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class GoogleCloudEventarcV1PipelineDestinationNetworkConfig
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class GoogleCloudEventarcV1PipelineMediation
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class GoogleCloudEventarcV1PipelineMediationTransformation
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
169
|
+
class GoogleCloudEventarcV1PipelineMessagePayloadFormat
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class GoogleCloudEventarcV1PipelineMessagePayloadFormatAvroFormat
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class GoogleCloudEventarcV1PipelineMessagePayloadFormatJsonFormat
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class GoogleCloudEventarcV1PipelineMessagePayloadFormatProtobufFormat
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
193
|
+
class GoogleCloudEventarcV1PipelineRetryPolicy
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
109
199
|
class GoogleLongrunningCancelOperationRequest
|
110
200
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
201
|
|
@@ -148,12 +238,42 @@ module Google
|
|
148
238
|
include Google::Apis::Core::JsonObjectSupport
|
149
239
|
end
|
150
240
|
|
241
|
+
class ListEnrollmentsResponse
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class ListGoogleApiSourcesResponse
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
151
253
|
class ListLocationsResponse
|
152
254
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
255
|
|
154
256
|
include Google::Apis::Core::JsonObjectSupport
|
155
257
|
end
|
156
258
|
|
259
|
+
class ListMessageBusEnrollmentsResponse
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
265
|
+
class ListMessageBusesResponse
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
271
|
+
class ListPipelinesResponse
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
157
277
|
class ListProvidersResponse
|
158
278
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
279
|
|
@@ -172,6 +292,18 @@ module Google
|
|
172
292
|
include Google::Apis::Core::JsonObjectSupport
|
173
293
|
end
|
174
294
|
|
295
|
+
class LoggingConfig
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
301
|
+
class MessageBus
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
175
307
|
class NetworkConfig
|
176
308
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
309
|
|
@@ -184,6 +316,12 @@ module Google
|
|
184
316
|
include Google::Apis::Core::JsonObjectSupport
|
185
317
|
end
|
186
318
|
|
319
|
+
class Pipeline
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
187
325
|
class Policy
|
188
326
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
327
|
|
@@ -324,6 +462,23 @@ module Google
|
|
324
462
|
end
|
325
463
|
end
|
326
464
|
|
465
|
+
class Enrollment
|
466
|
+
# @private
|
467
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
468
|
+
hash :annotations, as: 'annotations'
|
469
|
+
property :cel_match, as: 'celMatch'
|
470
|
+
property :create_time, as: 'createTime'
|
471
|
+
property :destination, as: 'destination'
|
472
|
+
property :display_name, as: 'displayName'
|
473
|
+
property :etag, as: 'etag'
|
474
|
+
hash :labels, as: 'labels'
|
475
|
+
property :message_bus, as: 'messageBus'
|
476
|
+
property :name, as: 'name'
|
477
|
+
property :uid, as: 'uid'
|
478
|
+
property :update_time, as: 'updateTime'
|
479
|
+
end
|
480
|
+
end
|
481
|
+
|
327
482
|
class EventFilter
|
328
483
|
# @private
|
329
484
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -375,6 +530,24 @@ module Google
|
|
375
530
|
end
|
376
531
|
end
|
377
532
|
|
533
|
+
class GoogleApiSource
|
534
|
+
# @private
|
535
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
536
|
+
hash :annotations, as: 'annotations'
|
537
|
+
property :create_time, as: 'createTime'
|
538
|
+
property :crypto_key_name, as: 'cryptoKeyName'
|
539
|
+
property :destination, as: 'destination'
|
540
|
+
property :display_name, as: 'displayName'
|
541
|
+
property :etag, as: 'etag'
|
542
|
+
hash :labels, as: 'labels'
|
543
|
+
property :logging_config, as: 'loggingConfig', class: Google::Apis::EventarcV1::LoggingConfig, decorator: Google::Apis::EventarcV1::LoggingConfig::Representation
|
544
|
+
|
545
|
+
property :name, as: 'name'
|
546
|
+
property :uid, as: 'uid'
|
547
|
+
property :update_time, as: 'updateTime'
|
548
|
+
end
|
549
|
+
end
|
550
|
+
|
378
551
|
class GoogleChannelConfig
|
379
552
|
# @private
|
380
553
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -384,6 +557,120 @@ module Google
|
|
384
557
|
end
|
385
558
|
end
|
386
559
|
|
560
|
+
class GoogleCloudEventarcV1PipelineDestination
|
561
|
+
# @private
|
562
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
563
|
+
property :authentication_config, as: 'authenticationConfig', class: Google::Apis::EventarcV1::GoogleCloudEventarcV1PipelineDestinationAuthenticationConfig, decorator: Google::Apis::EventarcV1::GoogleCloudEventarcV1PipelineDestinationAuthenticationConfig::Representation
|
564
|
+
|
565
|
+
property :http_endpoint, as: 'httpEndpoint', class: Google::Apis::EventarcV1::GoogleCloudEventarcV1PipelineDestinationHttpEndpoint, decorator: Google::Apis::EventarcV1::GoogleCloudEventarcV1PipelineDestinationHttpEndpoint::Representation
|
566
|
+
|
567
|
+
property :message_bus, as: 'messageBus'
|
568
|
+
property :network_config, as: 'networkConfig', class: Google::Apis::EventarcV1::GoogleCloudEventarcV1PipelineDestinationNetworkConfig, decorator: Google::Apis::EventarcV1::GoogleCloudEventarcV1PipelineDestinationNetworkConfig::Representation
|
569
|
+
|
570
|
+
property :output_payload_format, as: 'outputPayloadFormat', class: Google::Apis::EventarcV1::GoogleCloudEventarcV1PipelineMessagePayloadFormat, decorator: Google::Apis::EventarcV1::GoogleCloudEventarcV1PipelineMessagePayloadFormat::Representation
|
571
|
+
|
572
|
+
property :topic, as: 'topic'
|
573
|
+
property :workflow, as: 'workflow'
|
574
|
+
end
|
575
|
+
end
|
576
|
+
|
577
|
+
class GoogleCloudEventarcV1PipelineDestinationAuthenticationConfig
|
578
|
+
# @private
|
579
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
580
|
+
property :google_oidc, as: 'googleOidc', class: Google::Apis::EventarcV1::GoogleCloudEventarcV1PipelineDestinationAuthenticationConfigOidcToken, decorator: Google::Apis::EventarcV1::GoogleCloudEventarcV1PipelineDestinationAuthenticationConfigOidcToken::Representation
|
581
|
+
|
582
|
+
property :oauth_token, as: 'oauthToken', class: Google::Apis::EventarcV1::GoogleCloudEventarcV1PipelineDestinationAuthenticationConfigOAuthToken, decorator: Google::Apis::EventarcV1::GoogleCloudEventarcV1PipelineDestinationAuthenticationConfigOAuthToken::Representation
|
583
|
+
|
584
|
+
end
|
585
|
+
end
|
586
|
+
|
587
|
+
class GoogleCloudEventarcV1PipelineDestinationAuthenticationConfigOAuthToken
|
588
|
+
# @private
|
589
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
590
|
+
property :scope, as: 'scope'
|
591
|
+
property :service_account, as: 'serviceAccount'
|
592
|
+
end
|
593
|
+
end
|
594
|
+
|
595
|
+
class GoogleCloudEventarcV1PipelineDestinationAuthenticationConfigOidcToken
|
596
|
+
# @private
|
597
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
598
|
+
property :audience, as: 'audience'
|
599
|
+
property :service_account, as: 'serviceAccount'
|
600
|
+
end
|
601
|
+
end
|
602
|
+
|
603
|
+
class GoogleCloudEventarcV1PipelineDestinationHttpEndpoint
|
604
|
+
# @private
|
605
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
606
|
+
property :message_binding_template, as: 'messageBindingTemplate'
|
607
|
+
property :uri, as: 'uri'
|
608
|
+
end
|
609
|
+
end
|
610
|
+
|
611
|
+
class GoogleCloudEventarcV1PipelineDestinationNetworkConfig
|
612
|
+
# @private
|
613
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
614
|
+
property :network_attachment, as: 'networkAttachment'
|
615
|
+
end
|
616
|
+
end
|
617
|
+
|
618
|
+
class GoogleCloudEventarcV1PipelineMediation
|
619
|
+
# @private
|
620
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
621
|
+
property :transformation, as: 'transformation', class: Google::Apis::EventarcV1::GoogleCloudEventarcV1PipelineMediationTransformation, decorator: Google::Apis::EventarcV1::GoogleCloudEventarcV1PipelineMediationTransformation::Representation
|
622
|
+
|
623
|
+
end
|
624
|
+
end
|
625
|
+
|
626
|
+
class GoogleCloudEventarcV1PipelineMediationTransformation
|
627
|
+
# @private
|
628
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
629
|
+
property :transformation_template, as: 'transformationTemplate'
|
630
|
+
end
|
631
|
+
end
|
632
|
+
|
633
|
+
class GoogleCloudEventarcV1PipelineMessagePayloadFormat
|
634
|
+
# @private
|
635
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
636
|
+
property :avro, as: 'avro', class: Google::Apis::EventarcV1::GoogleCloudEventarcV1PipelineMessagePayloadFormatAvroFormat, decorator: Google::Apis::EventarcV1::GoogleCloudEventarcV1PipelineMessagePayloadFormatAvroFormat::Representation
|
637
|
+
|
638
|
+
property :json, as: 'json', class: Google::Apis::EventarcV1::GoogleCloudEventarcV1PipelineMessagePayloadFormatJsonFormat, decorator: Google::Apis::EventarcV1::GoogleCloudEventarcV1PipelineMessagePayloadFormatJsonFormat::Representation
|
639
|
+
|
640
|
+
property :protobuf, as: 'protobuf', class: Google::Apis::EventarcV1::GoogleCloudEventarcV1PipelineMessagePayloadFormatProtobufFormat, decorator: Google::Apis::EventarcV1::GoogleCloudEventarcV1PipelineMessagePayloadFormatProtobufFormat::Representation
|
641
|
+
|
642
|
+
end
|
643
|
+
end
|
644
|
+
|
645
|
+
class GoogleCloudEventarcV1PipelineMessagePayloadFormatAvroFormat
|
646
|
+
# @private
|
647
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
648
|
+
property :schema_definition, as: 'schemaDefinition'
|
649
|
+
end
|
650
|
+
end
|
651
|
+
|
652
|
+
class GoogleCloudEventarcV1PipelineMessagePayloadFormatJsonFormat
|
653
|
+
# @private
|
654
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
655
|
+
end
|
656
|
+
end
|
657
|
+
|
658
|
+
class GoogleCloudEventarcV1PipelineMessagePayloadFormatProtobufFormat
|
659
|
+
# @private
|
660
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
661
|
+
property :schema_definition, as: 'schemaDefinition'
|
662
|
+
end
|
663
|
+
end
|
664
|
+
|
665
|
+
class GoogleCloudEventarcV1PipelineRetryPolicy
|
666
|
+
# @private
|
667
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
668
|
+
property :max_attempts, as: 'maxAttempts'
|
669
|
+
property :max_retry_delay, as: 'maxRetryDelay'
|
670
|
+
property :min_retry_delay, as: 'minRetryDelay'
|
671
|
+
end
|
672
|
+
end
|
673
|
+
|
387
674
|
class GoogleLongrunningCancelOperationRequest
|
388
675
|
# @private
|
389
676
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -447,6 +734,26 @@ module Google
|
|
447
734
|
end
|
448
735
|
end
|
449
736
|
|
737
|
+
class ListEnrollmentsResponse
|
738
|
+
# @private
|
739
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
740
|
+
collection :enrollments, as: 'enrollments', class: Google::Apis::EventarcV1::Enrollment, decorator: Google::Apis::EventarcV1::Enrollment::Representation
|
741
|
+
|
742
|
+
property :next_page_token, as: 'nextPageToken'
|
743
|
+
collection :unreachable, as: 'unreachable'
|
744
|
+
end
|
745
|
+
end
|
746
|
+
|
747
|
+
class ListGoogleApiSourcesResponse
|
748
|
+
# @private
|
749
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
750
|
+
collection :google_api_sources, as: 'googleApiSources', class: Google::Apis::EventarcV1::GoogleApiSource, decorator: Google::Apis::EventarcV1::GoogleApiSource::Representation
|
751
|
+
|
752
|
+
property :next_page_token, as: 'nextPageToken'
|
753
|
+
collection :unreachable, as: 'unreachable'
|
754
|
+
end
|
755
|
+
end
|
756
|
+
|
450
757
|
class ListLocationsResponse
|
451
758
|
# @private
|
452
759
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -456,6 +763,35 @@ module Google
|
|
456
763
|
end
|
457
764
|
end
|
458
765
|
|
766
|
+
class ListMessageBusEnrollmentsResponse
|
767
|
+
# @private
|
768
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
769
|
+
collection :enrollments, as: 'enrollments'
|
770
|
+
property :next_page_token, as: 'nextPageToken'
|
771
|
+
collection :unreachable, as: 'unreachable'
|
772
|
+
end
|
773
|
+
end
|
774
|
+
|
775
|
+
class ListMessageBusesResponse
|
776
|
+
# @private
|
777
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
778
|
+
collection :message_buses, as: 'messageBuses', class: Google::Apis::EventarcV1::MessageBus, decorator: Google::Apis::EventarcV1::MessageBus::Representation
|
779
|
+
|
780
|
+
property :next_page_token, as: 'nextPageToken'
|
781
|
+
collection :unreachable, as: 'unreachable'
|
782
|
+
end
|
783
|
+
end
|
784
|
+
|
785
|
+
class ListPipelinesResponse
|
786
|
+
# @private
|
787
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
788
|
+
property :next_page_token, as: 'nextPageToken'
|
789
|
+
collection :pipelines, as: 'pipelines', class: Google::Apis::EventarcV1::Pipeline, decorator: Google::Apis::EventarcV1::Pipeline::Representation
|
790
|
+
|
791
|
+
collection :unreachable, as: 'unreachable'
|
792
|
+
end
|
793
|
+
end
|
794
|
+
|
459
795
|
class ListProvidersResponse
|
460
796
|
# @private
|
461
797
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -487,6 +823,30 @@ module Google
|
|
487
823
|
end
|
488
824
|
end
|
489
825
|
|
826
|
+
class LoggingConfig
|
827
|
+
# @private
|
828
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
829
|
+
property :log_severity, as: 'logSeverity'
|
830
|
+
end
|
831
|
+
end
|
832
|
+
|
833
|
+
class MessageBus
|
834
|
+
# @private
|
835
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
836
|
+
hash :annotations, as: 'annotations'
|
837
|
+
property :create_time, as: 'createTime'
|
838
|
+
property :crypto_key_name, as: 'cryptoKeyName'
|
839
|
+
property :display_name, as: 'displayName'
|
840
|
+
property :etag, as: 'etag'
|
841
|
+
hash :labels, as: 'labels'
|
842
|
+
property :logging_config, as: 'loggingConfig', class: Google::Apis::EventarcV1::LoggingConfig, decorator: Google::Apis::EventarcV1::LoggingConfig::Representation
|
843
|
+
|
844
|
+
property :name, as: 'name'
|
845
|
+
property :uid, as: 'uid'
|
846
|
+
property :update_time, as: 'updateTime'
|
847
|
+
end
|
848
|
+
end
|
849
|
+
|
490
850
|
class NetworkConfig
|
491
851
|
# @private
|
492
852
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -507,6 +867,31 @@ module Google
|
|
507
867
|
end
|
508
868
|
end
|
509
869
|
|
870
|
+
class Pipeline
|
871
|
+
# @private
|
872
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
873
|
+
hash :annotations, as: 'annotations'
|
874
|
+
property :create_time, as: 'createTime'
|
875
|
+
property :crypto_key_name, as: 'cryptoKeyName'
|
876
|
+
collection :destinations, as: 'destinations', class: Google::Apis::EventarcV1::GoogleCloudEventarcV1PipelineDestination, decorator: Google::Apis::EventarcV1::GoogleCloudEventarcV1PipelineDestination::Representation
|
877
|
+
|
878
|
+
property :display_name, as: 'displayName'
|
879
|
+
property :etag, as: 'etag'
|
880
|
+
property :input_payload_format, as: 'inputPayloadFormat', class: Google::Apis::EventarcV1::GoogleCloudEventarcV1PipelineMessagePayloadFormat, decorator: Google::Apis::EventarcV1::GoogleCloudEventarcV1PipelineMessagePayloadFormat::Representation
|
881
|
+
|
882
|
+
hash :labels, as: 'labels'
|
883
|
+
property :logging_config, as: 'loggingConfig', class: Google::Apis::EventarcV1::LoggingConfig, decorator: Google::Apis::EventarcV1::LoggingConfig::Representation
|
884
|
+
|
885
|
+
collection :mediations, as: 'mediations', class: Google::Apis::EventarcV1::GoogleCloudEventarcV1PipelineMediation, decorator: Google::Apis::EventarcV1::GoogleCloudEventarcV1PipelineMediation::Representation
|
886
|
+
|
887
|
+
property :name, as: 'name'
|
888
|
+
property :retry_policy, as: 'retryPolicy', class: Google::Apis::EventarcV1::GoogleCloudEventarcV1PipelineRetryPolicy, decorator: Google::Apis::EventarcV1::GoogleCloudEventarcV1PipelineRetryPolicy::Representation
|
889
|
+
|
890
|
+
property :uid, as: 'uid'
|
891
|
+
property :update_time, as: 'updateTime'
|
892
|
+
end
|
893
|
+
end
|
894
|
+
|
510
895
|
class Policy
|
511
896
|
# @private
|
512
897
|
class Representation < Google::Apis::Core::JsonRepresentation
|