google-apis-integrations_v1alpha 0.7.0 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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 go/integration-platform/event_bus/
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. See go/
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. See go/eventbus-alert-config-examples
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. Please see go/cloud-crm-eng/platform/
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 go/integration-platform/event_bus.md for more details. Next id: 4
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 go/integration-platform/event_bus.md for more details. Next id: 4
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 go/integration-platform/event_bus.md for more details. Next id: 4
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. Next Id: 8
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'). See go/transform-functions-design for more details.
1146
- # Keep points - 1. Only input field can have a transform expression. 2. If a
1147
- # transform expression is provided, reference_key will be ignored. 3. If no
1148
- # value is returned after evaluation of transform expression, default_value can
1149
- # be mapped if provided. 4. The field_type should be the type of the final
1150
- # object returned after the transform expression is evaluated. Scrubs the
1151
- # transform expression before logging as value provided by user so may or may
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. Next id: 2
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. See go/
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. Next Id: 3
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. Next Id: 8
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. Next Id: 8
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. See go/eventbus-alert-config-examples for examples of the
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. See go/eventbus-alert-config-examples
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. See go/icons.
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: go/integration-platform-config-module-
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 go/integration-platform/event_bus.md for more details. Next id: 4
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. Please see go/cloud-crm-eng/platform/
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 go/integration-platform/event_bus.md for more details. Next id: 4
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. See go/eventbus-alert-config-examples for examples of the
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. See go/eventbus-alert-config-examples
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 go/integration-platform/event_bus.md for more details. Next id: 4
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 go/integration-platform/event_bus.md for more details. Next id: 4
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 go/integration-platform/event_bus.md for more details. Next id: 4
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 go/integration-platform/event_bus.md for more details. Next id: 4
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 go/integration-platform/event_bus.md for more details. Next id: 4
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 go/integration-platform/event_bus.md for more details. Next id: 4
4102
+ # see
4113
4103
  # Corresponds to the JSON property `parameters`
4114
4104
  # @return [Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoEventParameters]
4115
4105
  attr_accessor :parameters
@@ -4382,7 +4372,6 @@ module Google
4382
4372
  alias_method :disabled_for_vpc_sc?, :disabled_for_vpc_sc
4383
4373
 
4384
4374
  # TaskMetadata are attributes that are associated to every common Task we have.
4385
- # Next available: 26
4386
4375
  # Corresponds to the JSON property `metadata`
4387
4376
  # @return [Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoTaskMetadata]
4388
4377
  attr_accessor :metadata
@@ -4405,8 +4394,7 @@ module Google
4405
4394
 
4406
4395
  # Task authors would use this type to configure the UI for a particular task by
4407
4396
  # specifying what UI config modules should be included to compose the UI. Learn
4408
- # more about config module framework: go/integration-platform-config-module-
4409
- # framework
4397
+ # more about config module framework:
4410
4398
  # Corresponds to the JSON property `uiConfig`
4411
4399
  # @return [Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoTaskUiConfig]
4412
4400
  attr_accessor :ui_config
@@ -4548,8 +4536,7 @@ module Google
4548
4536
  include Google::Apis::Core::Hashable
4549
4537
 
4550
4538
  # Attributes are additional options that can be associated with each event
4551
- # property. For more information, see go/integration-platform/event_bus/
4552
- # attributes_registry.md. Next available: 8
4539
+ # property. For more information, see
4553
4540
  # Corresponds to the JSON property `attributes`
4554
4541
  # @return [Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoAttributes]
4555
4542
  attr_accessor :attributes
@@ -4575,7 +4562,7 @@ module Google
4575
4562
  # @return [String]
4576
4563
  attr_accessor :in_out_type
4577
4564
 
4578
- # Whether this parameter is a transient parameter. go/ip-transient-parameters
4565
+ # Whether this parameter is a transient parameter.
4579
4566
  # Corresponds to the JSON property `isTransient`
4580
4567
  # @return [Boolean]
4581
4568
  attr_accessor :is_transient
@@ -5335,58 +5322,6 @@ module Google
5335
5322
  end
5336
5323
  end
5337
5324
 
5338
- # Request for ArchiveBundle.
5339
- class GoogleCloudIntegrationsV1alphaArchiveBundleRequest
5340
- include Google::Apis::Core::Hashable
5341
-
5342
- def initialize(**args)
5343
- update!(**args)
5344
- end
5345
-
5346
- # Update properties of this object
5347
- def update!(**args)
5348
- end
5349
- end
5350
-
5351
- # Response for ArchiveBundle.
5352
- class GoogleCloudIntegrationsV1alphaArchiveBundleResponse
5353
- include Google::Apis::Core::Hashable
5354
-
5355
- def initialize(**args)
5356
- update!(**args)
5357
- end
5358
-
5359
- # Update properties of this object
5360
- def update!(**args)
5361
- end
5362
- end
5363
-
5364
- # Request for ArchiveIntegrationVersion.
5365
- class GoogleCloudIntegrationsV1alphaArchiveIntegrationVersionRequest
5366
- include Google::Apis::Core::Hashable
5367
-
5368
- def initialize(**args)
5369
- update!(**args)
5370
- end
5371
-
5372
- # Update properties of this object
5373
- def update!(**args)
5374
- end
5375
- end
5376
-
5377
- # Response for ArchiveIntegrationVersion.
5378
- class GoogleCloudIntegrationsV1alphaArchiveIntegrationVersionResponse
5379
- include Google::Apis::Core::Hashable
5380
-
5381
- def initialize(**args)
5382
- update!(**args)
5383
- end
5384
-
5385
- # Update properties of this object
5386
- def update!(**args)
5387
- end
5388
- end
5389
-
5390
5325
  # Status for the execution attempt.
5391
5326
  class GoogleCloudIntegrationsV1alphaAttemptStats
5392
5327
  include Google::Apis::Core::Hashable
@@ -5853,68 +5788,6 @@ module Google
5853
5788
  end
5854
5789
  end
5855
5790
 
5856
- # PROTECT WITH A VISIBILITY LABEL. THIS METHOD WILL BE MOVED TO A SEPARATE
5857
- # SERVICE. Request to create a new Bundle.
5858
- class GoogleCloudIntegrationsV1alphaCreateBundleRequest
5859
- include Google::Apis::Core::Hashable
5860
-
5861
- # Required. name of the bundle that will be created
5862
- # Corresponds to the JSON property `bundleId`
5863
- # @return [String]
5864
- attr_accessor :bundle_id
5865
-
5866
- # A list of integrations that can be executed by the bundle
5867
- # Corresponds to the JSON property `integrations`
5868
- # @return [Array<String>]
5869
- attr_accessor :integrations
5870
-
5871
- # Optional. The prefix for the SA, it should be in the format "o". This is an
5872
- # optional field, and if empty service account will be created per project,
5873
- # where we are creating bundle. This should only be used as the org ID for which
5874
- # we want to run the integrations in the bundle.
5875
- # Corresponds to the JSON property `secondaryCustomerOrgId`
5876
- # @return [String]
5877
- attr_accessor :secondary_customer_org_id
5878
-
5879
- def initialize(**args)
5880
- update!(**args)
5881
- end
5882
-
5883
- # Update properties of this object
5884
- def update!(**args)
5885
- @bundle_id = args[:bundle_id] if args.key?(:bundle_id)
5886
- @integrations = args[:integrations] if args.key?(:integrations)
5887
- @secondary_customer_org_id = args[:secondary_customer_org_id] if args.key?(:secondary_customer_org_id)
5888
- end
5889
- end
5890
-
5891
- # Response for create bundle.
5892
- class GoogleCloudIntegrationsV1alphaCreateBundleResponse
5893
- include Google::Apis::Core::Hashable
5894
-
5895
- # This proto holds the core runner data in the bundle task. It is not expected
5896
- # to be directly edited by the user. Instead, a default value will be provided
5897
- # at the task creation time.
5898
- # Corresponds to the JSON property `config`
5899
- # @return [Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaIntegrationBundleConfig]
5900
- attr_accessor :config
5901
-
5902
- # trigger_id of the bundle task
5903
- # Corresponds to the JSON property `triggerId`
5904
- # @return [String]
5905
- attr_accessor :trigger_id
5906
-
5907
- def initialize(**args)
5908
- update!(**args)
5909
- end
5910
-
5911
- # Update properties of this object
5912
- def update!(**args)
5913
- @config = args[:config] if args.key?(:config)
5914
- @trigger_id = args[:trigger_id] if args.key?(:trigger_id)
5915
- end
5916
- end
5917
-
5918
5791
  # Defines parameters for a single, canonical credential.
5919
5792
  class GoogleCloudIntegrationsV1alphaCredential
5920
5793
  include Google::Apis::Core::Hashable
@@ -5995,32 +5868,6 @@ module Google
5995
5868
  end
5996
5869
  end
5997
5870
 
5998
- # Request for DeactivateIntegrationVersion.
5999
- class GoogleCloudIntegrationsV1alphaDeactivateIntegrationVersionRequest
6000
- include Google::Apis::Core::Hashable
6001
-
6002
- def initialize(**args)
6003
- update!(**args)
6004
- end
6005
-
6006
- # Update properties of this object
6007
- def update!(**args)
6008
- end
6009
- end
6010
-
6011
- # Response for DeactivateIntegrationVersion.
6012
- class GoogleCloudIntegrationsV1alphaDeactivateIntegrationVersionResponse
6013
- include Google::Apis::Core::Hashable
6014
-
6015
- def initialize(**args)
6016
- update!(**args)
6017
- end
6018
-
6019
- # Update properties of this object
6020
- def update!(**args)
6021
- end
6022
- end
6023
-
6024
5871
  # This message only contains a field of double number array.
6025
5872
  class GoogleCloudIntegrationsV1alphaDoubleParameterArray
6026
5873
  include Google::Apis::Core::Hashable
@@ -6138,7 +5985,7 @@ module Google
6138
5985
 
6139
5986
  # LINT.IfChange This message is used for processing and persisting (when
6140
5987
  # applicable) key value pair parameters for each event in the event bus. Please
6141
- # see go/integration-platform/event_bus.md for more details. Next id: 4
5988
+ # see
6142
5989
  # Corresponds to the JSON property `parameters`
6143
5990
  # @return [Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoEventParameters]
6144
5991
  attr_accessor :parameters
@@ -6178,7 +6025,7 @@ module Google
6178
6025
 
6179
6026
  # LINT.IfChange This message is used for processing and persisting (when
6180
6027
  # applicable) key value pair parameters for each event in the event bus. Please
6181
- # see go/integration-platform/event_bus.md for more details. Next id: 4
6028
+ # see
6182
6029
  # Corresponds to the JSON property `eventParameters`
6183
6030
  # @return [Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoEventParameters]
6184
6031
  attr_accessor :event_parameters
@@ -6475,27 +6322,6 @@ module Google
6475
6322
  end
6476
6323
  end
6477
6324
 
6478
- # Response for GetBundle.
6479
- class GoogleCloudIntegrationsV1alphaGetBundleResponse
6480
- include Google::Apis::Core::Hashable
6481
-
6482
- # This proto holds the core runner data in the bundle task. It is not expected
6483
- # to be directly edited by the user. Instead, a default value will be provided
6484
- # at the task creation time.
6485
- # Corresponds to the JSON property `config`
6486
- # @return [Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaIntegrationBundleConfig]
6487
- attr_accessor :config
6488
-
6489
- def initialize(**args)
6490
- update!(**args)
6491
- end
6492
-
6493
- # Update properties of this object
6494
- def update!(**args)
6495
- @config = args[:config] if args.key?(:config)
6496
- end
6497
- end
6498
-
6499
6325
  # This message only contains a field of integer array.
6500
6326
  class GoogleCloudIntegrationsV1alphaIntParameterArray
6501
6327
  include Google::Apis::Core::Hashable
@@ -6675,34 +6501,6 @@ module Google
6675
6501
  end
6676
6502
  end
6677
6503
 
6678
- # This proto holds the core runner data in the bundle task. It is not expected
6679
- # to be directly edited by the user. Instead, a default value will be provided
6680
- # at the task creation time.
6681
- class GoogleCloudIntegrationsV1alphaIntegrationBundleConfig
6682
- include Google::Apis::Core::Hashable
6683
-
6684
- # A bundle of integrations that can be executed by the task at runtime.
6685
- # Corresponds to the JSON property `integrations`
6686
- # @return [Array<String>]
6687
- attr_accessor :integrations
6688
-
6689
- # Output only. The service account created and owned by IP and added to the
6690
- # customers GCP project.
6691
- # Corresponds to the JSON property `serviceAccount`
6692
- # @return [String]
6693
- attr_accessor :service_account
6694
-
6695
- def initialize(**args)
6696
- update!(**args)
6697
- end
6698
-
6699
- # Update properties of this object
6700
- def update!(**args)
6701
- @integrations = args[:integrations] if args.key?(:integrations)
6702
- @service_account = args[:service_account] if args.key?(:service_account)
6703
- end
6704
- end
6705
-
6706
6504
  # Integration Parameter is defined in the integration config and are used to
6707
6505
  # provide information about data types of the expected parameters and provide
6708
6506
  # any default values if needed. They can also be used to add custom attributes.
@@ -7250,31 +7048,6 @@ module Google
7250
7048
  end
7251
7049
  end
7252
7050
 
7253
- # Response for listing the integration execution snapshot.
7254
- class GoogleCloudIntegrationsV1alphaListExecutionSnapshotsResponse
7255
- include Google::Apis::Core::Hashable
7256
-
7257
- # Required. The detailed information for the execution snapshot.
7258
- # Corresponds to the JSON property `executionSnapshots`
7259
- # @return [Array<Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoEventExecutionSnapshot>]
7260
- attr_accessor :execution_snapshots
7261
-
7262
- # The token returned in the previous response.
7263
- # Corresponds to the JSON property `nextPageToken`
7264
- # @return [String]
7265
- attr_accessor :next_page_token
7266
-
7267
- def initialize(**args)
7268
- update!(**args)
7269
- end
7270
-
7271
- # Update properties of this object
7272
- def update!(**args)
7273
- @execution_snapshots = args[:execution_snapshots] if args.key?(:execution_snapshots)
7274
- @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
7275
- end
7276
- end
7277
-
7278
7051
  # Response for listing the integration execution data.
7279
7052
  class GoogleCloudIntegrationsV1alphaListExecutionsResponse
7280
7053
  include Google::Apis::Core::Hashable
@@ -7516,25 +7289,6 @@ module Google
7516
7289
  end
7517
7290
  end
7518
7291
 
7519
- # This is a UI only method and will be moved away. Response for ListTaskEntities.
7520
- class GoogleCloudIntegrationsV1alphaListTaskEntitiesResponse
7521
- include Google::Apis::Core::Hashable
7522
-
7523
- # The list of the tasks.
7524
- # Corresponds to the JSON property `taskEntities`
7525
- # @return [Array<Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoTaskEntity>]
7526
- attr_accessor :task_entities
7527
-
7528
- def initialize(**args)
7529
- update!(**args)
7530
- end
7531
-
7532
- # Update properties of this object
7533
- def update!(**args)
7534
- @task_entities = args[:task_entities] if args.key?(:task_entities)
7535
- end
7536
- end
7537
-
7538
7292
  # The task that is next in line to be executed, if the condition specified
7539
7293
  # evaluated to true.
7540
7294
  class GoogleCloudIntegrationsV1alphaNextTask
@@ -8061,7 +7815,7 @@ module Google
8061
7815
 
8062
7816
  # LINT.IfChange This message is used for processing and persisting (when
8063
7817
  # applicable) key value pair parameters for each event in the event bus. Please
8064
- # see go/integration-platform/event_bus.md for more details. Next id: 4
7818
+ # see
8065
7819
  # Corresponds to the JSON property `parameters`
8066
7820
  # @return [Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoEventParameters]
8067
7821
  attr_accessor :parameters
@@ -8752,49 +8506,6 @@ module Google
8752
8506
  end
8753
8507
  end
8754
8508
 
8755
- # THIS METHOD WILL BE MOVED TO A SEPARATE SERVICE. Request message for Bundle
8756
- # update
8757
- class GoogleCloudIntegrationsV1alphaUpdateBundleRequest
8758
- include Google::Apis::Core::Hashable
8759
-
8760
- # This proto holds the core runner data in the bundle task. It is not expected
8761
- # to be directly edited by the user. Instead, a default value will be provided
8762
- # at the task creation time.
8763
- # Corresponds to the JSON property `config`
8764
- # @return [Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaIntegrationBundleConfig]
8765
- attr_accessor :config
8766
-
8767
- def initialize(**args)
8768
- update!(**args)
8769
- end
8770
-
8771
- # Update properties of this object
8772
- def update!(**args)
8773
- @config = args[:config] if args.key?(:config)
8774
- end
8775
- end
8776
-
8777
- # Response message for Bundle update
8778
- class GoogleCloudIntegrationsV1alphaUpdateBundleResponse
8779
- include Google::Apis::Core::Hashable
8780
-
8781
- # This proto holds the core runner data in the bundle task. It is not expected
8782
- # to be directly edited by the user. Instead, a default value will be provided
8783
- # at the task creation time.
8784
- # Corresponds to the JSON property `config`
8785
- # @return [Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaIntegrationBundleConfig]
8786
- attr_accessor :config
8787
-
8788
- def initialize(**args)
8789
- update!(**args)
8790
- end
8791
-
8792
- # Update properties of this object
8793
- def update!(**args)
8794
- @config = args[:config] if args.key?(:config)
8795
- end
8796
- end
8797
-
8798
8509
  # Request for UploadIntegrationVersion.
8799
8510
  class GoogleCloudIntegrationsV1alphaUploadIntegrationVersionRequest
8800
8511
  include Google::Apis::Core::Hashable
@@ -8864,32 +8575,6 @@ module Google
8864
8575
  end
8865
8576
  end
8866
8577
 
8867
- # Request for ValidateIntegrationVersion.
8868
- class GoogleCloudIntegrationsV1alphaValidateIntegrationVersionRequest
8869
- include Google::Apis::Core::Hashable
8870
-
8871
- def initialize(**args)
8872
- update!(**args)
8873
- end
8874
-
8875
- # Update properties of this object
8876
- def update!(**args)
8877
- end
8878
- end
8879
-
8880
- # Response for ValidateIntegrationVersion.
8881
- class GoogleCloudIntegrationsV1alphaValidateIntegrationVersionResponse
8882
- include Google::Apis::Core::Hashable
8883
-
8884
- def initialize(**args)
8885
- update!(**args)
8886
- end
8887
-
8888
- # Update properties of this object
8889
- def update!(**args)
8890
- end
8891
- end
8892
-
8893
8578
  # The type of the parameter.
8894
8579
  class GoogleCloudIntegrationsV1alphaValueType
8895
8580
  include Google::Apis::Core::Hashable
@@ -8984,7 +8669,7 @@ module Google
8984
8669
 
8985
8670
  # LINT.IfChange This message is used for processing and persisting (when
8986
8671
  # applicable) key value pair parameters for each event in the event bus. Please
8987
- # see go/integration-platform/event_bus.md for more details. Next id: 4
8672
+ # see
8988
8673
  # Corresponds to the JSON property `parameters`
8989
8674
  # @return [Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoEventParameters]
8990
8675
  attr_accessor :parameters