google-apis-integrations_v1alpha 0.6.0 → 0.8.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 +8 -0
- data/lib/google/apis/integrations_v1alpha/classes.rb +46 -349
- data/lib/google/apis/integrations_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/integrations_v1alpha/representations.rb +2 -201
- data/lib/google/apis/integrations_v1alpha/service.rb +141 -359
- metadata +3 -3
@@ -122,8 +122,7 @@ module Google
|
|
122
122
|
end
|
123
123
|
|
124
124
|
# Attributes are additional options that can be associated with each event
|
125
|
-
# property. For more information, see
|
126
|
-
# attributes_registry.md. Next available: 8
|
125
|
+
# property. For more information, see
|
127
126
|
class EnterpriseCrmEventbusProtoAttributes
|
128
127
|
include Google::Apis::Core::Hashable
|
129
128
|
|
@@ -154,8 +153,7 @@ module Google
|
|
154
153
|
|
155
154
|
# The LogSettings define the logging attributes for an event property. These
|
156
155
|
# attributes are used to map the property to the parameter in the log proto.
|
157
|
-
# Also used to define scrubbing/truncation behavior and PII information.
|
158
|
-
# integration-platform/analytics/logging_task.md for details.
|
156
|
+
# Also used to define scrubbing/truncation behavior and PII information.
|
159
157
|
# Corresponds to the JSON property `logSettings`
|
160
158
|
# @return [Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoLogSettings]
|
161
159
|
attr_accessor :log_settings
|
@@ -219,7 +217,7 @@ module Google
|
|
219
217
|
# the duration threshold value should be specified in the threshold_duration_ms
|
220
218
|
# member below. For *AVERAGE_DURATION metrics, these fields should not be set at
|
221
219
|
# all. A different member, threshold_duration_ms, must be set in the
|
222
|
-
# EventAlertConfig or the TaskAlertConfig.
|
220
|
+
# EventAlertConfig or the TaskAlertConfig.
|
223
221
|
class EnterpriseCrmEventbusProtoBaseAlertConfigThresholdValue
|
224
222
|
include Google::Apis::Core::Hashable
|
225
223
|
|
@@ -744,8 +742,7 @@ module Google
|
|
744
742
|
end
|
745
743
|
|
746
744
|
# LINT.IfChange This message is used for storing key value pair properties for
|
747
|
-
# each Event / Task in the EventBus.
|
748
|
-
# event_bus.md for more details.
|
745
|
+
# each Event / Task in the EventBus.
|
749
746
|
class EnterpriseCrmEventbusProtoEventBusProperties
|
750
747
|
include Google::Apis::Core::Hashable
|
751
748
|
|
@@ -874,7 +871,7 @@ module Google
|
|
874
871
|
|
875
872
|
# LINT.IfChange This message is used for processing and persisting (when
|
876
873
|
# applicable) key value pair parameters for each event in the event bus. Please
|
877
|
-
# see
|
874
|
+
# see
|
878
875
|
# Corresponds to the JSON property `diffParams`
|
879
876
|
# @return [Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoEventParameters]
|
880
877
|
attr_accessor :diff_params
|
@@ -896,7 +893,7 @@ module Google
|
|
896
893
|
|
897
894
|
# LINT.IfChange This message is used for processing and persisting (when
|
898
895
|
# applicable) key value pair parameters for each event in the event bus. Please
|
899
|
-
# see
|
896
|
+
# see
|
900
897
|
# Corresponds to the JSON property `eventParams`
|
901
898
|
# @return [Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoEventParameters]
|
902
899
|
attr_accessor :event_params
|
@@ -981,7 +978,7 @@ module Google
|
|
981
978
|
|
982
979
|
# LINT.IfChange This message is used for processing and persisting (when
|
983
980
|
# applicable) key value pair parameters for each event in the event bus. Please
|
984
|
-
# see
|
981
|
+
# see
|
985
982
|
class EnterpriseCrmEventbusProtoEventParameters
|
986
983
|
include Google::Apis::Core::Hashable
|
987
984
|
|
@@ -1103,7 +1100,7 @@ module Google
|
|
1103
1100
|
end
|
1104
1101
|
end
|
1105
1102
|
|
1106
|
-
# Information about the value and type of the field.
|
1103
|
+
# Information about the value and type of the field.
|
1107
1104
|
class EnterpriseCrmEventbusProtoField
|
1108
1105
|
include Google::Apis::Core::Hashable
|
1109
1106
|
|
@@ -1142,14 +1139,13 @@ module Google
|
|
1142
1139
|
attr_accessor :reference_key
|
1143
1140
|
|
1144
1141
|
# This is the transform expression to fetch the input field value. for e.g. $
|
1145
|
-
# param1$.CONCAT('test').
|
1146
|
-
#
|
1147
|
-
#
|
1148
|
-
#
|
1149
|
-
#
|
1150
|
-
#
|
1151
|
-
#
|
1152
|
-
# not contain PII or SPII data.
|
1142
|
+
# param1$.CONCAT('test'). Keep points - 1. Only input field can have a transform
|
1143
|
+
# expression. 2. If a transform expression is provided, reference_key will be
|
1144
|
+
# ignored. 3. If no value is returned after evaluation of transform expression,
|
1145
|
+
# default_value can be mapped if provided. 4. The field_type should be the type
|
1146
|
+
# of the final object returned after the transform expression is evaluated.
|
1147
|
+
# Scrubs the transform expression before logging as value provided by user so
|
1148
|
+
# may or may not contain PII or SPII data.
|
1153
1149
|
# Corresponds to the JSON property `transformExpression`
|
1154
1150
|
# @return [Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoTransformExpression]
|
1155
1151
|
attr_accessor :transform_expression
|
@@ -1170,7 +1166,7 @@ module Google
|
|
1170
1166
|
end
|
1171
1167
|
|
1172
1168
|
# Field Mapping Config to map multiple output fields values from input fields
|
1173
|
-
# values.
|
1169
|
+
# values.
|
1174
1170
|
class EnterpriseCrmEventbusProtoFieldMappingConfig
|
1175
1171
|
include Google::Apis::Core::Hashable
|
1176
1172
|
|
@@ -1397,8 +1393,7 @@ module Google
|
|
1397
1393
|
|
1398
1394
|
# The LogSettings define the logging attributes for an event property. These
|
1399
1395
|
# attributes are used to map the property to the parameter in the log proto.
|
1400
|
-
# Also used to define scrubbing/truncation behavior and PII information.
|
1401
|
-
# integration-platform/analytics/logging_task.md for details.
|
1396
|
+
# Also used to define scrubbing/truncation behavior and PII information.
|
1402
1397
|
class EnterpriseCrmEventbusProtoLogSettings
|
1403
1398
|
include Google::Apis::Core::Hashable
|
1404
1399
|
|
@@ -1488,16 +1483,16 @@ module Google
|
|
1488
1483
|
end
|
1489
1484
|
end
|
1490
1485
|
|
1491
|
-
# Mapped field is a pair of input field and output field.
|
1486
|
+
# Mapped field is a pair of input field and output field.
|
1492
1487
|
class EnterpriseCrmEventbusProtoMappedField
|
1493
1488
|
include Google::Apis::Core::Hashable
|
1494
1489
|
|
1495
|
-
# Information about the value and type of the field.
|
1490
|
+
# Information about the value and type of the field.
|
1496
1491
|
# Corresponds to the JSON property `inputField`
|
1497
1492
|
# @return [Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoField]
|
1498
1493
|
attr_accessor :input_field
|
1499
1494
|
|
1500
|
-
# Information about the value and type of the field.
|
1495
|
+
# Information about the value and type of the field.
|
1501
1496
|
# Corresponds to the JSON property `outputField`
|
1502
1497
|
# @return [Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoField]
|
1503
1498
|
attr_accessor :output_field
|
@@ -2554,8 +2549,7 @@ module Google
|
|
2554
2549
|
end
|
2555
2550
|
|
2556
2551
|
# Message to be used to configure alerting in the `@code TaskConfig` protos for
|
2557
|
-
# tasks in an event.
|
2558
|
-
# different alerts that can be configured.
|
2552
|
+
# tasks in an event.
|
2559
2553
|
class EnterpriseCrmEventbusProtoTaskAlertConfig
|
2560
2554
|
include Google::Apis::Core::Hashable
|
2561
2555
|
|
@@ -2633,7 +2627,7 @@ module Google
|
|
2633
2627
|
# the duration threshold value should be specified in the threshold_duration_ms
|
2634
2628
|
# member below. For *AVERAGE_DURATION metrics, these fields should not be set at
|
2635
2629
|
# all. A different member, threshold_duration_ms, must be set in the
|
2636
|
-
# EventAlertConfig or the TaskAlertConfig.
|
2630
|
+
# EventAlertConfig or the TaskAlertConfig.
|
2637
2631
|
# Corresponds to the JSON property `thresholdValue`
|
2638
2632
|
# @return [Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoBaseAlertConfigThresholdValue]
|
2639
2633
|
attr_accessor :threshold_value
|
@@ -2723,7 +2717,6 @@ module Google
|
|
2723
2717
|
end
|
2724
2718
|
|
2725
2719
|
# TaskMetadata are attributes that are associated to every common Task we have.
|
2726
|
-
# Next available: 26
|
2727
2720
|
class EnterpriseCrmEventbusProtoTaskMetadata
|
2728
2721
|
include Google::Apis::Core::Hashable
|
2729
2722
|
|
@@ -2809,7 +2802,7 @@ module Google
|
|
2809
2802
|
|
2810
2803
|
# URL to gstatic image icon for this task. This icon shows up on the task list
|
2811
2804
|
# panel along with the task name in the Workflow Editor screen. Use the 24p, 2x,
|
2812
|
-
# gray color icon image format.
|
2805
|
+
# gray color icon image format.
|
2813
2806
|
# Corresponds to the JSON property `iconLink`
|
2814
2807
|
# @return [String]
|
2815
2808
|
attr_accessor :icon_link
|
@@ -2910,8 +2903,7 @@ module Google
|
|
2910
2903
|
|
2911
2904
|
# Task authors would use this type to configure the UI for a particular task by
|
2912
2905
|
# specifying what UI config modules should be included to compose the UI. Learn
|
2913
|
-
# more about config module framework:
|
2914
|
-
# framework
|
2906
|
+
# more about config module framework:
|
2915
2907
|
class EnterpriseCrmEventbusProtoTaskUiConfig
|
2916
2908
|
include Google::Apis::Core::Hashable
|
2917
2909
|
|
@@ -2991,14 +2983,13 @@ module Google
|
|
2991
2983
|
|
2992
2984
|
# LINT.IfChange This message is used for processing and persisting (when
|
2993
2985
|
# applicable) key value pair parameters for each event in the event bus. Please
|
2994
|
-
# see
|
2986
|
+
# see
|
2995
2987
|
# Corresponds to the JSON property `parameters`
|
2996
2988
|
# @return [Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoEventParameters]
|
2997
2989
|
attr_accessor :parameters
|
2998
2990
|
|
2999
2991
|
# LINT.IfChange This message is used for storing key value pair properties for
|
3000
|
-
# each Event / Task in the EventBus.
|
3001
|
-
# event_bus.md for more details.
|
2992
|
+
# each Event / Task in the EventBus.
|
3002
2993
|
# Corresponds to the JSON property `properties`
|
3003
2994
|
# @return [Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoEventBusProperties]
|
3004
2995
|
attr_accessor :properties
|
@@ -3086,7 +3077,7 @@ module Google
|
|
3086
3077
|
|
3087
3078
|
# LINT.IfChange This message is used for processing and persisting (when
|
3088
3079
|
# applicable) key value pair parameters for each event in the event bus. Please
|
3089
|
-
# see
|
3080
|
+
# see
|
3090
3081
|
# Corresponds to the JSON property `parameters`
|
3091
3082
|
# @return [Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoEventParameters]
|
3092
3083
|
attr_accessor :parameters
|
@@ -3173,8 +3164,7 @@ module Google
|
|
3173
3164
|
end
|
3174
3165
|
|
3175
3166
|
# Message to be used to configure custom alerting in the `@code EventConfig`
|
3176
|
-
# protos for an event.
|
3177
|
-
# different alerts that can be configured.
|
3167
|
+
# protos for an event.
|
3178
3168
|
class EnterpriseCrmEventbusProtoWorkflowAlertConfig
|
3179
3169
|
include Google::Apis::Core::Hashable
|
3180
3170
|
|
@@ -3252,7 +3242,7 @@ module Google
|
|
3252
3242
|
# the duration threshold value should be specified in the threshold_duration_ms
|
3253
3243
|
# member below. For *AVERAGE_DURATION metrics, these fields should not be set at
|
3254
3244
|
# all. A different member, threshold_duration_ms, must be set in the
|
3255
|
-
# EventAlertConfig or the TaskAlertConfig.
|
3245
|
+
# EventAlertConfig or the TaskAlertConfig.
|
3256
3246
|
# Corresponds to the JSON property `thresholdValue`
|
3257
3247
|
# @return [Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoBaseAlertConfigThresholdValue]
|
3258
3248
|
attr_accessor :threshold_value
|
@@ -3574,14 +3564,14 @@ module Google
|
|
3574
3564
|
|
3575
3565
|
# LINT.IfChange This message is used for processing and persisting (when
|
3576
3566
|
# applicable) key value pair parameters for each event in the event bus. Please
|
3577
|
-
# see
|
3567
|
+
# see
|
3578
3568
|
# Corresponds to the JSON property `requestParams`
|
3579
3569
|
# @return [Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoEventParameters]
|
3580
3570
|
attr_accessor :request_params
|
3581
3571
|
|
3582
3572
|
# LINT.IfChange This message is used for processing and persisting (when
|
3583
3573
|
# applicable) key value pair parameters for each event in the event bus. Please
|
3584
|
-
# see
|
3574
|
+
# see
|
3585
3575
|
# Corresponds to the JSON property `responseParams`
|
3586
3576
|
# @return [Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoEventParameters]
|
3587
3577
|
attr_accessor :response_params
|
@@ -3665,7 +3655,7 @@ module Google
|
|
3665
3655
|
|
3666
3656
|
# LINT.IfChange This message is used for processing and persisting (when
|
3667
3657
|
# applicable) key value pair parameters for each event in the event bus. Please
|
3668
|
-
# see
|
3658
|
+
# see
|
3669
3659
|
# Corresponds to the JSON property `diffParams`
|
3670
3660
|
# @return [Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoEventParameters]
|
3671
3661
|
attr_accessor :diff_params
|
@@ -3687,7 +3677,7 @@ module Google
|
|
3687
3677
|
|
3688
3678
|
# LINT.IfChange This message is used for processing and persisting (when
|
3689
3679
|
# applicable) key value pair parameters for each event in the event bus. Please
|
3690
|
-
# see
|
3680
|
+
# see
|
3691
3681
|
# Corresponds to the JSON property `eventParams`
|
3692
3682
|
# @return [Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoEventParameters]
|
3693
3683
|
attr_accessor :event_params
|
@@ -3728,7 +3718,7 @@ module Google
|
|
3728
3718
|
|
3729
3719
|
# LINT.IfChange This message is used for processing and persisting (when
|
3730
3720
|
# applicable) key value pair parameters for each event in the event bus. Please
|
3731
|
-
# see
|
3721
|
+
# see
|
3732
3722
|
class EnterpriseCrmFrontendsEventbusProtoEventParameters
|
3733
3723
|
include Google::Apis::Core::Hashable
|
3734
3724
|
|
@@ -4109,7 +4099,7 @@ module Google
|
|
4109
4099
|
|
4110
4100
|
# LINT.IfChange This message is used for processing and persisting (when
|
4111
4101
|
# applicable) key value pair parameters for each event in the event bus. Please
|
4112
|
-
# see
|
4102
|
+
# see
|
4113
4103
|
# Corresponds to the JSON property `parameters`
|
4114
4104
|
# @return [Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoEventParameters]
|
4115
4105
|
attr_accessor :parameters
|
@@ -4179,7 +4169,7 @@ module Google
|
|
4179
4169
|
end
|
4180
4170
|
|
4181
4171
|
# The task configuration details. This is not the implementation of Task. There
|
4182
|
-
# might be multiple TaskConfigs for the same Task.
|
4172
|
+
# might be multiple TaskConfigs for the same Task.
|
4183
4173
|
class EnterpriseCrmFrontendsEventbusProtoTaskConfig
|
4184
4174
|
include Google::Apis::Core::Hashable
|
4185
4175
|
|
@@ -4321,8 +4311,7 @@ module Google
|
|
4321
4311
|
|
4322
4312
|
# A string template that allows user to configure task parameters (with either
|
4323
4313
|
# literal default values or tokens which will be resolved at execution time) for
|
4324
|
-
# the task. It will eventually replace the old "parameters" field.
|
4325
|
-
# to go/eventbus-task-spec-example for detailed usage example.
|
4314
|
+
# the task. It will eventually replace the old "parameters" field.
|
4326
4315
|
# Corresponds to the JSON property `taskSpec`
|
4327
4316
|
# @return [String]
|
4328
4317
|
attr_accessor :task_spec
|
@@ -4383,7 +4372,6 @@ module Google
|
|
4383
4372
|
alias_method :disabled_for_vpc_sc?, :disabled_for_vpc_sc
|
4384
4373
|
|
4385
4374
|
# TaskMetadata are attributes that are associated to every common Task we have.
|
4386
|
-
# Next available: 26
|
4387
4375
|
# Corresponds to the JSON property `metadata`
|
4388
4376
|
# @return [Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoTaskMetadata]
|
4389
4377
|
attr_accessor :metadata
|
@@ -4406,8 +4394,7 @@ module Google
|
|
4406
4394
|
|
4407
4395
|
# Task authors would use this type to configure the UI for a particular task by
|
4408
4396
|
# specifying what UI config modules should be included to compose the UI. Learn
|
4409
|
-
# more about config module framework:
|
4410
|
-
# framework
|
4397
|
+
# more about config module framework:
|
4411
4398
|
# Corresponds to the JSON property `uiConfig`
|
4412
4399
|
# @return [Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoTaskUiConfig]
|
4413
4400
|
attr_accessor :ui_config
|
@@ -4549,8 +4536,7 @@ module Google
|
|
4549
4536
|
include Google::Apis::Core::Hashable
|
4550
4537
|
|
4551
4538
|
# Attributes are additional options that can be associated with each event
|
4552
|
-
# property. For more information, see
|
4553
|
-
# attributes_registry.md. Next available: 8
|
4539
|
+
# property. For more information, see
|
4554
4540
|
# Corresponds to the JSON property `attributes`
|
4555
4541
|
# @return [Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoAttributes]
|
4556
4542
|
attr_accessor :attributes
|
@@ -4576,7 +4562,7 @@ module Google
|
|
4576
4562
|
# @return [String]
|
4577
4563
|
attr_accessor :in_out_type
|
4578
4564
|
|
4579
|
-
# Whether this parameter is a transient parameter.
|
4565
|
+
# Whether this parameter is a transient parameter.
|
4580
4566
|
# Corresponds to the JSON property `isTransient`
|
4581
4567
|
# @return [Boolean]
|
4582
4568
|
attr_accessor :is_transient
|
@@ -5336,58 +5322,6 @@ module Google
|
|
5336
5322
|
end
|
5337
5323
|
end
|
5338
5324
|
|
5339
|
-
# Request for ArchiveBundle.
|
5340
|
-
class GoogleCloudIntegrationsV1alphaArchiveBundleRequest
|
5341
|
-
include Google::Apis::Core::Hashable
|
5342
|
-
|
5343
|
-
def initialize(**args)
|
5344
|
-
update!(**args)
|
5345
|
-
end
|
5346
|
-
|
5347
|
-
# Update properties of this object
|
5348
|
-
def update!(**args)
|
5349
|
-
end
|
5350
|
-
end
|
5351
|
-
|
5352
|
-
# Response for ArchiveBundle.
|
5353
|
-
class GoogleCloudIntegrationsV1alphaArchiveBundleResponse
|
5354
|
-
include Google::Apis::Core::Hashable
|
5355
|
-
|
5356
|
-
def initialize(**args)
|
5357
|
-
update!(**args)
|
5358
|
-
end
|
5359
|
-
|
5360
|
-
# Update properties of this object
|
5361
|
-
def update!(**args)
|
5362
|
-
end
|
5363
|
-
end
|
5364
|
-
|
5365
|
-
# Request for ArchiveIntegrationVersion.
|
5366
|
-
class GoogleCloudIntegrationsV1alphaArchiveIntegrationVersionRequest
|
5367
|
-
include Google::Apis::Core::Hashable
|
5368
|
-
|
5369
|
-
def initialize(**args)
|
5370
|
-
update!(**args)
|
5371
|
-
end
|
5372
|
-
|
5373
|
-
# Update properties of this object
|
5374
|
-
def update!(**args)
|
5375
|
-
end
|
5376
|
-
end
|
5377
|
-
|
5378
|
-
# Response for ArchiveIntegrationVersion.
|
5379
|
-
class GoogleCloudIntegrationsV1alphaArchiveIntegrationVersionResponse
|
5380
|
-
include Google::Apis::Core::Hashable
|
5381
|
-
|
5382
|
-
def initialize(**args)
|
5383
|
-
update!(**args)
|
5384
|
-
end
|
5385
|
-
|
5386
|
-
# Update properties of this object
|
5387
|
-
def update!(**args)
|
5388
|
-
end
|
5389
|
-
end
|
5390
|
-
|
5391
5325
|
# Status for the execution attempt.
|
5392
5326
|
class GoogleCloudIntegrationsV1alphaAttemptStats
|
5393
5327
|
include Google::Apis::Core::Hashable
|
@@ -5854,68 +5788,6 @@ module Google
|
|
5854
5788
|
end
|
5855
5789
|
end
|
5856
5790
|
|
5857
|
-
# PROTECT WITH A VISIBILITY LABEL. THIS METHOD WILL BE MOVED TO A SEPARATE
|
5858
|
-
# SERVICE. Request to create a new Bundle.
|
5859
|
-
class GoogleCloudIntegrationsV1alphaCreateBundleRequest
|
5860
|
-
include Google::Apis::Core::Hashable
|
5861
|
-
|
5862
|
-
# Required. name of the bundle that will be created
|
5863
|
-
# Corresponds to the JSON property `bundleId`
|
5864
|
-
# @return [String]
|
5865
|
-
attr_accessor :bundle_id
|
5866
|
-
|
5867
|
-
# A list of integrations that can be executed by the bundle
|
5868
|
-
# Corresponds to the JSON property `integrations`
|
5869
|
-
# @return [Array<String>]
|
5870
|
-
attr_accessor :integrations
|
5871
|
-
|
5872
|
-
# Optional. The prefix for the SA, it should be in the format "o". This is an
|
5873
|
-
# optional field, and if empty service account will be created per project,
|
5874
|
-
# where we are creating bundle. This should only be used as the org ID for which
|
5875
|
-
# we want to run the integrations in the bundle.
|
5876
|
-
# Corresponds to the JSON property `secondaryCustomerOrgId`
|
5877
|
-
# @return [String]
|
5878
|
-
attr_accessor :secondary_customer_org_id
|
5879
|
-
|
5880
|
-
def initialize(**args)
|
5881
|
-
update!(**args)
|
5882
|
-
end
|
5883
|
-
|
5884
|
-
# Update properties of this object
|
5885
|
-
def update!(**args)
|
5886
|
-
@bundle_id = args[:bundle_id] if args.key?(:bundle_id)
|
5887
|
-
@integrations = args[:integrations] if args.key?(:integrations)
|
5888
|
-
@secondary_customer_org_id = args[:secondary_customer_org_id] if args.key?(:secondary_customer_org_id)
|
5889
|
-
end
|
5890
|
-
end
|
5891
|
-
|
5892
|
-
# Response for create bundle.
|
5893
|
-
class GoogleCloudIntegrationsV1alphaCreateBundleResponse
|
5894
|
-
include Google::Apis::Core::Hashable
|
5895
|
-
|
5896
|
-
# This proto holds the core runner data in the bundle task. It is not expected
|
5897
|
-
# to be directly edited by the user. Instead, a default value will be provided
|
5898
|
-
# at the task creation time.
|
5899
|
-
# Corresponds to the JSON property `config`
|
5900
|
-
# @return [Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaIntegrationBundleConfig]
|
5901
|
-
attr_accessor :config
|
5902
|
-
|
5903
|
-
# trigger_id of the bundle task
|
5904
|
-
# Corresponds to the JSON property `triggerId`
|
5905
|
-
# @return [String]
|
5906
|
-
attr_accessor :trigger_id
|
5907
|
-
|
5908
|
-
def initialize(**args)
|
5909
|
-
update!(**args)
|
5910
|
-
end
|
5911
|
-
|
5912
|
-
# Update properties of this object
|
5913
|
-
def update!(**args)
|
5914
|
-
@config = args[:config] if args.key?(:config)
|
5915
|
-
@trigger_id = args[:trigger_id] if args.key?(:trigger_id)
|
5916
|
-
end
|
5917
|
-
end
|
5918
|
-
|
5919
5791
|
# Defines parameters for a single, canonical credential.
|
5920
5792
|
class GoogleCloudIntegrationsV1alphaCredential
|
5921
5793
|
include Google::Apis::Core::Hashable
|
@@ -5996,32 +5868,6 @@ module Google
|
|
5996
5868
|
end
|
5997
5869
|
end
|
5998
5870
|
|
5999
|
-
# Request for DeactivateIntegrationVersion.
|
6000
|
-
class GoogleCloudIntegrationsV1alphaDeactivateIntegrationVersionRequest
|
6001
|
-
include Google::Apis::Core::Hashable
|
6002
|
-
|
6003
|
-
def initialize(**args)
|
6004
|
-
update!(**args)
|
6005
|
-
end
|
6006
|
-
|
6007
|
-
# Update properties of this object
|
6008
|
-
def update!(**args)
|
6009
|
-
end
|
6010
|
-
end
|
6011
|
-
|
6012
|
-
# Response for DeactivateIntegrationVersion.
|
6013
|
-
class GoogleCloudIntegrationsV1alphaDeactivateIntegrationVersionResponse
|
6014
|
-
include Google::Apis::Core::Hashable
|
6015
|
-
|
6016
|
-
def initialize(**args)
|
6017
|
-
update!(**args)
|
6018
|
-
end
|
6019
|
-
|
6020
|
-
# Update properties of this object
|
6021
|
-
def update!(**args)
|
6022
|
-
end
|
6023
|
-
end
|
6024
|
-
|
6025
5871
|
# This message only contains a field of double number array.
|
6026
5872
|
class GoogleCloudIntegrationsV1alphaDoubleParameterArray
|
6027
5873
|
include Google::Apis::Core::Hashable
|
@@ -6139,7 +5985,7 @@ module Google
|
|
6139
5985
|
|
6140
5986
|
# LINT.IfChange This message is used for processing and persisting (when
|
6141
5987
|
# applicable) key value pair parameters for each event in the event bus. Please
|
6142
|
-
# see
|
5988
|
+
# see
|
6143
5989
|
# Corresponds to the JSON property `parameters`
|
6144
5990
|
# @return [Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoEventParameters]
|
6145
5991
|
attr_accessor :parameters
|
@@ -6179,7 +6025,7 @@ module Google
|
|
6179
6025
|
|
6180
6026
|
# LINT.IfChange This message is used for processing and persisting (when
|
6181
6027
|
# applicable) key value pair parameters for each event in the event bus. Please
|
6182
|
-
# see
|
6028
|
+
# see
|
6183
6029
|
# Corresponds to the JSON property `eventParameters`
|
6184
6030
|
# @return [Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoEventParameters]
|
6185
6031
|
attr_accessor :event_parameters
|
@@ -6476,27 +6322,6 @@ module Google
|
|
6476
6322
|
end
|
6477
6323
|
end
|
6478
6324
|
|
6479
|
-
# Response for GetBundle.
|
6480
|
-
class GoogleCloudIntegrationsV1alphaGetBundleResponse
|
6481
|
-
include Google::Apis::Core::Hashable
|
6482
|
-
|
6483
|
-
# This proto holds the core runner data in the bundle task. It is not expected
|
6484
|
-
# to be directly edited by the user. Instead, a default value will be provided
|
6485
|
-
# at the task creation time.
|
6486
|
-
# Corresponds to the JSON property `config`
|
6487
|
-
# @return [Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaIntegrationBundleConfig]
|
6488
|
-
attr_accessor :config
|
6489
|
-
|
6490
|
-
def initialize(**args)
|
6491
|
-
update!(**args)
|
6492
|
-
end
|
6493
|
-
|
6494
|
-
# Update properties of this object
|
6495
|
-
def update!(**args)
|
6496
|
-
@config = args[:config] if args.key?(:config)
|
6497
|
-
end
|
6498
|
-
end
|
6499
|
-
|
6500
6325
|
# This message only contains a field of integer array.
|
6501
6326
|
class GoogleCloudIntegrationsV1alphaIntParameterArray
|
6502
6327
|
include Google::Apis::Core::Hashable
|
@@ -6676,34 +6501,6 @@ module Google
|
|
6676
6501
|
end
|
6677
6502
|
end
|
6678
6503
|
|
6679
|
-
# This proto holds the core runner data in the bundle task. It is not expected
|
6680
|
-
# to be directly edited by the user. Instead, a default value will be provided
|
6681
|
-
# at the task creation time.
|
6682
|
-
class GoogleCloudIntegrationsV1alphaIntegrationBundleConfig
|
6683
|
-
include Google::Apis::Core::Hashable
|
6684
|
-
|
6685
|
-
# A bundle of integrations that can be executed by the task at runtime.
|
6686
|
-
# Corresponds to the JSON property `integrations`
|
6687
|
-
# @return [Array<String>]
|
6688
|
-
attr_accessor :integrations
|
6689
|
-
|
6690
|
-
# Output only. The service account created and owned by IP and added to the
|
6691
|
-
# customers GCP project.
|
6692
|
-
# Corresponds to the JSON property `serviceAccount`
|
6693
|
-
# @return [String]
|
6694
|
-
attr_accessor :service_account
|
6695
|
-
|
6696
|
-
def initialize(**args)
|
6697
|
-
update!(**args)
|
6698
|
-
end
|
6699
|
-
|
6700
|
-
# Update properties of this object
|
6701
|
-
def update!(**args)
|
6702
|
-
@integrations = args[:integrations] if args.key?(:integrations)
|
6703
|
-
@service_account = args[:service_account] if args.key?(:service_account)
|
6704
|
-
end
|
6705
|
-
end
|
6706
|
-
|
6707
6504
|
# Integration Parameter is defined in the integration config and are used to
|
6708
6505
|
# provide information about data types of the expected parameters and provide
|
6709
6506
|
# any default values if needed. They can also be used to add custom attributes.
|
@@ -7251,31 +7048,6 @@ module Google
|
|
7251
7048
|
end
|
7252
7049
|
end
|
7253
7050
|
|
7254
|
-
# Response for listing the integration execution snapshot.
|
7255
|
-
class GoogleCloudIntegrationsV1alphaListExecutionSnapshotsResponse
|
7256
|
-
include Google::Apis::Core::Hashable
|
7257
|
-
|
7258
|
-
# Required. The detailed information for the execution snapshot.
|
7259
|
-
# Corresponds to the JSON property `executionSnapshots`
|
7260
|
-
# @return [Array<Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoEventExecutionSnapshot>]
|
7261
|
-
attr_accessor :execution_snapshots
|
7262
|
-
|
7263
|
-
# The token returned in the previous response.
|
7264
|
-
# Corresponds to the JSON property `nextPageToken`
|
7265
|
-
# @return [String]
|
7266
|
-
attr_accessor :next_page_token
|
7267
|
-
|
7268
|
-
def initialize(**args)
|
7269
|
-
update!(**args)
|
7270
|
-
end
|
7271
|
-
|
7272
|
-
# Update properties of this object
|
7273
|
-
def update!(**args)
|
7274
|
-
@execution_snapshots = args[:execution_snapshots] if args.key?(:execution_snapshots)
|
7275
|
-
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
7276
|
-
end
|
7277
|
-
end
|
7278
|
-
|
7279
7051
|
# Response for listing the integration execution data.
|
7280
7052
|
class GoogleCloudIntegrationsV1alphaListExecutionsResponse
|
7281
7053
|
include Google::Apis::Core::Hashable
|
@@ -7517,25 +7289,6 @@ module Google
|
|
7517
7289
|
end
|
7518
7290
|
end
|
7519
7291
|
|
7520
|
-
# This is a UI only method and will be moved away. Response for ListTaskEntities.
|
7521
|
-
class GoogleCloudIntegrationsV1alphaListTaskEntitiesResponse
|
7522
|
-
include Google::Apis::Core::Hashable
|
7523
|
-
|
7524
|
-
# The list of the tasks.
|
7525
|
-
# Corresponds to the JSON property `taskEntities`
|
7526
|
-
# @return [Array<Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoTaskEntity>]
|
7527
|
-
attr_accessor :task_entities
|
7528
|
-
|
7529
|
-
def initialize(**args)
|
7530
|
-
update!(**args)
|
7531
|
-
end
|
7532
|
-
|
7533
|
-
# Update properties of this object
|
7534
|
-
def update!(**args)
|
7535
|
-
@task_entities = args[:task_entities] if args.key?(:task_entities)
|
7536
|
-
end
|
7537
|
-
end
|
7538
|
-
|
7539
7292
|
# The task that is next in line to be executed, if the condition specified
|
7540
7293
|
# evaluated to true.
|
7541
7294
|
class GoogleCloudIntegrationsV1alphaNextTask
|
@@ -8062,7 +7815,7 @@ module Google
|
|
8062
7815
|
|
8063
7816
|
# LINT.IfChange This message is used for processing and persisting (when
|
8064
7817
|
# applicable) key value pair parameters for each event in the event bus. Please
|
8065
|
-
# see
|
7818
|
+
# see
|
8066
7819
|
# Corresponds to the JSON property `parameters`
|
8067
7820
|
# @return [Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoEventParameters]
|
8068
7821
|
attr_accessor :parameters
|
@@ -8740,46 +8493,16 @@ module Google
|
|
8740
8493
|
end
|
8741
8494
|
end
|
8742
8495
|
|
8743
|
-
#
|
8744
|
-
|
8745
|
-
class GoogleCloudIntegrationsV1alphaUpdateBundleRequest
|
8496
|
+
# Request for UnpublishIntegrationVersion.
|
8497
|
+
class GoogleCloudIntegrationsV1alphaUnpublishIntegrationVersionRequest
|
8746
8498
|
include Google::Apis::Core::Hashable
|
8747
8499
|
|
8748
|
-
# This proto holds the core runner data in the bundle task. It is not expected
|
8749
|
-
# to be directly edited by the user. Instead, a default value will be provided
|
8750
|
-
# at the task creation time.
|
8751
|
-
# Corresponds to the JSON property `config`
|
8752
|
-
# @return [Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaIntegrationBundleConfig]
|
8753
|
-
attr_accessor :config
|
8754
|
-
|
8755
8500
|
def initialize(**args)
|
8756
8501
|
update!(**args)
|
8757
8502
|
end
|
8758
8503
|
|
8759
8504
|
# Update properties of this object
|
8760
8505
|
def update!(**args)
|
8761
|
-
@config = args[:config] if args.key?(:config)
|
8762
|
-
end
|
8763
|
-
end
|
8764
|
-
|
8765
|
-
# Response message for Bundle update
|
8766
|
-
class GoogleCloudIntegrationsV1alphaUpdateBundleResponse
|
8767
|
-
include Google::Apis::Core::Hashable
|
8768
|
-
|
8769
|
-
# This proto holds the core runner data in the bundle task. It is not expected
|
8770
|
-
# to be directly edited by the user. Instead, a default value will be provided
|
8771
|
-
# at the task creation time.
|
8772
|
-
# Corresponds to the JSON property `config`
|
8773
|
-
# @return [Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaIntegrationBundleConfig]
|
8774
|
-
attr_accessor :config
|
8775
|
-
|
8776
|
-
def initialize(**args)
|
8777
|
-
update!(**args)
|
8778
|
-
end
|
8779
|
-
|
8780
|
-
# Update properties of this object
|
8781
|
-
def update!(**args)
|
8782
|
-
@config = args[:config] if args.key?(:config)
|
8783
8506
|
end
|
8784
8507
|
end
|
8785
8508
|
|
@@ -8852,32 +8575,6 @@ module Google
|
|
8852
8575
|
end
|
8853
8576
|
end
|
8854
8577
|
|
8855
|
-
# Request for ValidateIntegrationVersion.
|
8856
|
-
class GoogleCloudIntegrationsV1alphaValidateIntegrationVersionRequest
|
8857
|
-
include Google::Apis::Core::Hashable
|
8858
|
-
|
8859
|
-
def initialize(**args)
|
8860
|
-
update!(**args)
|
8861
|
-
end
|
8862
|
-
|
8863
|
-
# Update properties of this object
|
8864
|
-
def update!(**args)
|
8865
|
-
end
|
8866
|
-
end
|
8867
|
-
|
8868
|
-
# Response for ValidateIntegrationVersion.
|
8869
|
-
class GoogleCloudIntegrationsV1alphaValidateIntegrationVersionResponse
|
8870
|
-
include Google::Apis::Core::Hashable
|
8871
|
-
|
8872
|
-
def initialize(**args)
|
8873
|
-
update!(**args)
|
8874
|
-
end
|
8875
|
-
|
8876
|
-
# Update properties of this object
|
8877
|
-
def update!(**args)
|
8878
|
-
end
|
8879
|
-
end
|
8880
|
-
|
8881
8578
|
# The type of the parameter.
|
8882
8579
|
class GoogleCloudIntegrationsV1alphaValueType
|
8883
8580
|
include Google::Apis::Core::Hashable
|
@@ -8972,7 +8669,7 @@ module Google
|
|
8972
8669
|
|
8973
8670
|
# LINT.IfChange This message is used for processing and persisting (when
|
8974
8671
|
# applicable) key value pair parameters for each event in the event bus. Please
|
8975
|
-
# see
|
8672
|
+
# see
|
8976
8673
|
# Corresponds to the JSON property `parameters`
|
8977
8674
|
# @return [Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoEventParameters]
|
8978
8675
|
attr_accessor :parameters
|