google-apis-integrations_v1alpha 0.8.0 → 0.10.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 +182 -1
- data/lib/google/apis/integrations_v1alpha/gem_version.rb +3 -3
- data/lib/google/apis/integrations_v1alpha/representations.rb +57 -0
- data/lib/google/apis/integrations_v1alpha/service.rb +30 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e8926a401a2f7c2068b13cb671a9266846473f25fdf4285ebdf9e1eecf3c32e0
|
4
|
+
data.tar.gz: b249c059ce70bcfd166aa4eca89ebe9646c8f00568a0ee9c4760558c01946710
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3b5438164749e50bbaac58625b93534b9cd9d68f4c53f6a873dc7829187c8004d00ca8b5c5af947190965604ec616c9b8637a275427f0a9536bf51153a1061b5
|
7
|
+
data.tar.gz: 253fd94bd8bc33212852c8adba5df5a1302e1b5315d4dd97e285f0300f2884985e7f968ba797ebeda4b37dc430e5427c9172aed4354d230924e52ea8cd891999
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-integrations_v1alpha
|
2
2
|
|
3
|
+
### v0.10.0 (2023-02-26)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230222
|
6
|
+
|
7
|
+
### v0.9.0 (2023-02-15)
|
8
|
+
|
9
|
+
* Regenerated using generator version 0.12.0
|
10
|
+
|
3
11
|
### v0.8.0 (2023-01-29)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230124
|
@@ -4206,6 +4206,17 @@ module Google
|
|
4206
4206
|
attr_accessor :disable_strict_type_validation
|
4207
4207
|
alias_method :disable_strict_type_validation?, :disable_strict_type_validation
|
4208
4208
|
|
4209
|
+
# Optional Error catcher config id of the error catch flow which will be
|
4210
|
+
# executed when execution error happens in the task
|
4211
|
+
# Corresponds to the JSON property `errorCatcherConfigId`
|
4212
|
+
# @return [String]
|
4213
|
+
attr_accessor :error_catcher_config_id
|
4214
|
+
|
4215
|
+
#
|
4216
|
+
# Corresponds to the JSON property `externalTaskType`
|
4217
|
+
# @return [String]
|
4218
|
+
attr_accessor :external_task_type
|
4219
|
+
|
4209
4220
|
# Policy that defines the task retry logic and failure type. If no FailurePolicy
|
4210
4221
|
# is defined for a task, all its dependent tasks will not be executed (i.e, a `
|
4211
4222
|
# retry_strategy` of NONE will be applied).
|
@@ -4337,6 +4348,8 @@ module Google
|
|
4337
4348
|
@creator_email = args[:creator_email] if args.key?(:creator_email)
|
4338
4349
|
@description = args[:description] if args.key?(:description)
|
4339
4350
|
@disable_strict_type_validation = args[:disable_strict_type_validation] if args.key?(:disable_strict_type_validation)
|
4351
|
+
@error_catcher_config_id = args[:error_catcher_config_id] if args.key?(:error_catcher_config_id)
|
4352
|
+
@external_task_type = args[:external_task_type] if args.key?(:external_task_type)
|
4340
4353
|
@failure_policy = args[:failure_policy] if args.key?(:failure_policy)
|
4341
4354
|
@incoming_edge_count = args[:incoming_edge_count] if args.key?(:incoming_edge_count)
|
4342
4355
|
@json_validation_option = args[:json_validation_option] if args.key?(:json_validation_option)
|
@@ -4414,7 +4427,7 @@ module Google
|
|
4414
4427
|
end
|
4415
4428
|
end
|
4416
4429
|
|
4417
|
-
# Configuration detail of a trigger. Next available id:
|
4430
|
+
# Configuration detail of a trigger. Next available id: 18
|
4418
4431
|
class EnterpriseCrmFrontendsEventbusProtoTriggerConfig
|
4419
4432
|
include Google::Apis::Core::Hashable
|
4420
4433
|
|
@@ -4446,6 +4459,12 @@ module Google
|
|
4446
4459
|
# @return [Array<String>]
|
4447
4460
|
attr_accessor :enabled_clients
|
4448
4461
|
|
4462
|
+
# Optional Error catcher config id of the error catch flow which will be
|
4463
|
+
# executed when execution error happens in the task
|
4464
|
+
# Corresponds to the JSON property `errorCatcherConfigId`
|
4465
|
+
# @return [String]
|
4466
|
+
attr_accessor :error_catcher_config_id
|
4467
|
+
|
4449
4468
|
# The user created label for a particular trigger.
|
4450
4469
|
# Corresponds to the JSON property `label`
|
4451
4470
|
# @return [String]
|
@@ -4518,6 +4537,7 @@ module Google
|
|
4518
4537
|
@cloud_scheduler_config = args[:cloud_scheduler_config] if args.key?(:cloud_scheduler_config)
|
4519
4538
|
@description = args[:description] if args.key?(:description)
|
4520
4539
|
@enabled_clients = args[:enabled_clients] if args.key?(:enabled_clients)
|
4540
|
+
@error_catcher_config_id = args[:error_catcher_config_id] if args.key?(:error_catcher_config_id)
|
4521
4541
|
@label = args[:label] if args.key?(:label)
|
4522
4542
|
@next_tasks_execution_policy = args[:next_tasks_execution_policy] if args.key?(:next_tasks_execution_policy)
|
4523
4543
|
@pause_workflow_executions = args[:pause_workflow_executions] if args.key?(:pause_workflow_executions)
|
@@ -5075,6 +5095,11 @@ module Google
|
|
5075
5095
|
# @return [String]
|
5076
5096
|
attr_accessor :service_directory
|
5077
5097
|
|
5098
|
+
# SSL Configuration of a connection
|
5099
|
+
# Corresponds to the JSON property `sslConfig`
|
5100
|
+
# @return [Google::Apis::IntegrationsV1alpha::GoogleCloudConnectorsV1SslConfig]
|
5101
|
+
attr_accessor :ssl_config
|
5102
|
+
|
5078
5103
|
# ConnectionStatus indicates the state of the connection.
|
5079
5104
|
# Corresponds to the JSON property `status`
|
5080
5105
|
# @return [Google::Apis::IntegrationsV1alpha::GoogleCloudConnectorsV1ConnectionStatus]
|
@@ -5111,6 +5136,7 @@ module Google
|
|
5111
5136
|
@node_config = args[:node_config] if args.key?(:node_config)
|
5112
5137
|
@service_account = args[:service_account] if args.key?(:service_account)
|
5113
5138
|
@service_directory = args[:service_directory] if args.key?(:service_directory)
|
5139
|
+
@ssl_config = args[:ssl_config] if args.key?(:ssl_config)
|
5114
5140
|
@status = args[:status] if args.key?(:status)
|
5115
5141
|
@suspended = args[:suspended] if args.key?(:suspended)
|
5116
5142
|
@update_time = args[:update_time] if args.key?(:update_time)
|
@@ -5276,6 +5302,80 @@ module Google
|
|
5276
5302
|
end
|
5277
5303
|
end
|
5278
5304
|
|
5305
|
+
# SSL Configuration of a connection
|
5306
|
+
class GoogleCloudConnectorsV1SslConfig
|
5307
|
+
include Google::Apis::Core::Hashable
|
5308
|
+
|
5309
|
+
# Additional SSL related field values
|
5310
|
+
# Corresponds to the JSON property `additionalVariables`
|
5311
|
+
# @return [Array<Google::Apis::IntegrationsV1alpha::GoogleCloudConnectorsV1ConfigVariable>]
|
5312
|
+
attr_accessor :additional_variables
|
5313
|
+
|
5314
|
+
# Type of Client Cert (PEM/JKS/.. etc.)
|
5315
|
+
# Corresponds to the JSON property `clientCertType`
|
5316
|
+
# @return [String]
|
5317
|
+
attr_accessor :client_cert_type
|
5318
|
+
|
5319
|
+
# Secret provides a reference to entries in Secret Manager.
|
5320
|
+
# Corresponds to the JSON property `clientCertificate`
|
5321
|
+
# @return [Google::Apis::IntegrationsV1alpha::GoogleCloudConnectorsV1Secret]
|
5322
|
+
attr_accessor :client_certificate
|
5323
|
+
|
5324
|
+
# Secret provides a reference to entries in Secret Manager.
|
5325
|
+
# Corresponds to the JSON property `clientPrivateKey`
|
5326
|
+
# @return [Google::Apis::IntegrationsV1alpha::GoogleCloudConnectorsV1Secret]
|
5327
|
+
attr_accessor :client_private_key
|
5328
|
+
|
5329
|
+
# Secret provides a reference to entries in Secret Manager.
|
5330
|
+
# Corresponds to the JSON property `clientPrivateKeyPass`
|
5331
|
+
# @return [Google::Apis::IntegrationsV1alpha::GoogleCloudConnectorsV1Secret]
|
5332
|
+
attr_accessor :client_private_key_pass
|
5333
|
+
|
5334
|
+
# Secret provides a reference to entries in Secret Manager.
|
5335
|
+
# Corresponds to the JSON property `privateServerCertificate`
|
5336
|
+
# @return [Google::Apis::IntegrationsV1alpha::GoogleCloudConnectorsV1Secret]
|
5337
|
+
attr_accessor :private_server_certificate
|
5338
|
+
|
5339
|
+
# Type of Server Cert (PEM/JKS/.. etc.)
|
5340
|
+
# Corresponds to the JSON property `serverCertType`
|
5341
|
+
# @return [String]
|
5342
|
+
attr_accessor :server_cert_type
|
5343
|
+
|
5344
|
+
# Trust Model of the SSL connection
|
5345
|
+
# Corresponds to the JSON property `trustModel`
|
5346
|
+
# @return [String]
|
5347
|
+
attr_accessor :trust_model
|
5348
|
+
|
5349
|
+
# Controls the ssl type for the given connector version.
|
5350
|
+
# Corresponds to the JSON property `type`
|
5351
|
+
# @return [String]
|
5352
|
+
attr_accessor :type
|
5353
|
+
|
5354
|
+
# Bool for enabling SSL
|
5355
|
+
# Corresponds to the JSON property `useSsl`
|
5356
|
+
# @return [Boolean]
|
5357
|
+
attr_accessor :use_ssl
|
5358
|
+
alias_method :use_ssl?, :use_ssl
|
5359
|
+
|
5360
|
+
def initialize(**args)
|
5361
|
+
update!(**args)
|
5362
|
+
end
|
5363
|
+
|
5364
|
+
# Update properties of this object
|
5365
|
+
def update!(**args)
|
5366
|
+
@additional_variables = args[:additional_variables] if args.key?(:additional_variables)
|
5367
|
+
@client_cert_type = args[:client_cert_type] if args.key?(:client_cert_type)
|
5368
|
+
@client_certificate = args[:client_certificate] if args.key?(:client_certificate)
|
5369
|
+
@client_private_key = args[:client_private_key] if args.key?(:client_private_key)
|
5370
|
+
@client_private_key_pass = args[:client_private_key_pass] if args.key?(:client_private_key_pass)
|
5371
|
+
@private_server_certificate = args[:private_server_certificate] if args.key?(:private_server_certificate)
|
5372
|
+
@server_cert_type = args[:server_cert_type] if args.key?(:server_cert_type)
|
5373
|
+
@trust_model = args[:trust_model] if args.key?(:trust_model)
|
5374
|
+
@type = args[:type] if args.key?(:type)
|
5375
|
+
@use_ssl = args[:use_ssl] if args.key?(:use_ssl)
|
5376
|
+
end
|
5377
|
+
end
|
5378
|
+
|
5279
5379
|
# The access token represents the authorization of a specific application to
|
5280
5380
|
# access specific parts of a user’s data.
|
5281
5381
|
class GoogleCloudIntegrationsV1alphaAccessToken
|
@@ -5925,6 +6025,54 @@ module Google
|
|
5925
6025
|
end
|
5926
6026
|
end
|
5927
6027
|
|
6028
|
+
# Configuration detail of a error catch task
|
6029
|
+
class GoogleCloudIntegrationsV1alphaErrorCatcherConfig
|
6030
|
+
include Google::Apis::Core::Hashable
|
6031
|
+
|
6032
|
+
# Optional. User-provided description intended to give more business context
|
6033
|
+
# about the error catcher config.
|
6034
|
+
# Corresponds to the JSON property `description`
|
6035
|
+
# @return [String]
|
6036
|
+
attr_accessor :description
|
6037
|
+
|
6038
|
+
# Required. An error catcher id is string representation for the error catcher
|
6039
|
+
# config. Within a workflow, error_catch_id uniquely identifies an error catcher
|
6040
|
+
# config among all error catcher configs for the workflow
|
6041
|
+
# Corresponds to the JSON property `errorCatchId`
|
6042
|
+
# @return [String]
|
6043
|
+
attr_accessor :error_catch_id
|
6044
|
+
|
6045
|
+
# Required. A number to uniquely identify each error catcher config within the
|
6046
|
+
# workflow on UI.
|
6047
|
+
# Corresponds to the JSON property `errorCatcherNumber`
|
6048
|
+
# @return [String]
|
6049
|
+
attr_accessor :error_catcher_number
|
6050
|
+
|
6051
|
+
# Optional. The user created label for a particular error catcher. Optional.
|
6052
|
+
# Corresponds to the JSON property `label`
|
6053
|
+
# @return [String]
|
6054
|
+
attr_accessor :label
|
6055
|
+
|
6056
|
+
# Required. The set of start tasks that are to be executed for the error catch
|
6057
|
+
# flow
|
6058
|
+
# Corresponds to the JSON property `startErrorTasks`
|
6059
|
+
# @return [Array<Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaNextTask>]
|
6060
|
+
attr_accessor :start_error_tasks
|
6061
|
+
|
6062
|
+
def initialize(**args)
|
6063
|
+
update!(**args)
|
6064
|
+
end
|
6065
|
+
|
6066
|
+
# Update properties of this object
|
6067
|
+
def update!(**args)
|
6068
|
+
@description = args[:description] if args.key?(:description)
|
6069
|
+
@error_catch_id = args[:error_catch_id] if args.key?(:error_catch_id)
|
6070
|
+
@error_catcher_number = args[:error_catcher_number] if args.key?(:error_catcher_number)
|
6071
|
+
@label = args[:label] if args.key?(:label)
|
6072
|
+
@start_error_tasks = args[:start_error_tasks] if args.key?(:start_error_tasks)
|
6073
|
+
end
|
6074
|
+
end
|
6075
|
+
|
5928
6076
|
# This message is used for processing and persisting (when applicable) key value
|
5929
6077
|
# pair parameters for each event in the event bus.
|
5930
6078
|
class GoogleCloudIntegrationsV1alphaEventParameter
|
@@ -6604,6 +6752,12 @@ module Google
|
|
6604
6752
|
# @return [String]
|
6605
6753
|
attr_accessor :description
|
6606
6754
|
|
6755
|
+
# Optional. Error Catch Task configuration for the IntegrationTemplateVersion.
|
6756
|
+
# It's optional.
|
6757
|
+
# Corresponds to the JSON property `errorCatcherConfigs`
|
6758
|
+
# @return [Array<Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaErrorCatcherConfig>]
|
6759
|
+
attr_accessor :error_catcher_configs
|
6760
|
+
|
6607
6761
|
# Optional. The last modifier's email address. Generated based on the End User
|
6608
6762
|
# Credentials/LOAS role of the user making the call.
|
6609
6763
|
# Corresponds to the JSON property `lastModifierEmail`
|
@@ -6682,6 +6836,7 @@ module Google
|
|
6682
6836
|
@create_time = args[:create_time] if args.key?(:create_time)
|
6683
6837
|
@database_persistence_policy = args[:database_persistence_policy] if args.key?(:database_persistence_policy)
|
6684
6838
|
@description = args[:description] if args.key?(:description)
|
6839
|
+
@error_catcher_configs = args[:error_catcher_configs] if args.key?(:error_catcher_configs)
|
6685
6840
|
@last_modifier_email = args[:last_modifier_email] if args.key?(:last_modifier_email)
|
6686
6841
|
@name = args[:name] if args.key?(:name)
|
6687
6842
|
@parent_integration_version_id = args[:parent_integration_version_id] if args.key?(:parent_integration_version_id)
|
@@ -6717,6 +6872,11 @@ module Google
|
|
6717
6872
|
# @return [String]
|
6718
6873
|
attr_accessor :description
|
6719
6874
|
|
6875
|
+
# Optional. Error Catch Task configuration for the integration. It's optional.
|
6876
|
+
# Corresponds to the JSON property `errorCatcherConfigs`
|
6877
|
+
# @return [Array<Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaErrorCatcherConfig>]
|
6878
|
+
attr_accessor :error_catcher_configs
|
6879
|
+
|
6720
6880
|
# Optional. Parameters that are expected to be passed to the integration when an
|
6721
6881
|
# event is triggered. This consists of all the parameters that are expected in
|
6722
6882
|
# the integration execution. This gives the user the ability to provide default
|
@@ -6831,6 +6991,7 @@ module Google
|
|
6831
6991
|
@create_time = args[:create_time] if args.key?(:create_time)
|
6832
6992
|
@database_persistence_policy = args[:database_persistence_policy] if args.key?(:database_persistence_policy)
|
6833
6993
|
@description = args[:description] if args.key?(:description)
|
6994
|
+
@error_catcher_configs = args[:error_catcher_configs] if args.key?(:error_catcher_configs)
|
6834
6995
|
@integration_parameters = args[:integration_parameters] if args.key?(:integration_parameters)
|
6835
6996
|
@integration_parameters_internal = args[:integration_parameters_internal] if args.key?(:integration_parameters_internal)
|
6836
6997
|
@last_modifier_email = args[:last_modifier_email] if args.key?(:last_modifier_email)
|
@@ -8289,6 +8450,17 @@ module Google
|
|
8289
8450
|
# @return [String]
|
8290
8451
|
attr_accessor :display_name
|
8291
8452
|
|
8453
|
+
# Optional. Optional Error catcher config id of the error catch flow which will
|
8454
|
+
# be executed when execution error happens in the task
|
8455
|
+
# Corresponds to the JSON property `errorCatcherConfigId`
|
8456
|
+
# @return [String]
|
8457
|
+
attr_accessor :error_catcher_config_id
|
8458
|
+
|
8459
|
+
# Optional. External task type of the task
|
8460
|
+
# Corresponds to the JSON property `externalTaskType`
|
8461
|
+
# @return [String]
|
8462
|
+
attr_accessor :external_task_type
|
8463
|
+
|
8292
8464
|
# Policy that defines the task retry logic and failure type. If no FailurePolicy
|
8293
8465
|
# is defined for a task, all its dependent tasks will not be executed (i.e, a `
|
8294
8466
|
# retry_strategy` of NONE will be applied).
|
@@ -8364,6 +8536,8 @@ module Google
|
|
8364
8536
|
def update!(**args)
|
8365
8537
|
@description = args[:description] if args.key?(:description)
|
8366
8538
|
@display_name = args[:display_name] if args.key?(:display_name)
|
8539
|
+
@error_catcher_config_id = args[:error_catcher_config_id] if args.key?(:error_catcher_config_id)
|
8540
|
+
@external_task_type = args[:external_task_type] if args.key?(:external_task_type)
|
8367
8541
|
@failure_policy = args[:failure_policy] if args.key?(:failure_policy)
|
8368
8542
|
@json_validation_option = args[:json_validation_option] if args.key?(:json_validation_option)
|
8369
8543
|
@next_tasks = args[:next_tasks] if args.key?(:next_tasks)
|
@@ -8433,6 +8607,12 @@ module Google
|
|
8433
8607
|
# @return [String]
|
8434
8608
|
attr_accessor :description
|
8435
8609
|
|
8610
|
+
# Optional. Optional Error catcher config id of the error catch flow which will
|
8611
|
+
# be executed when execution error happens in the task
|
8612
|
+
# Corresponds to the JSON property `errorCatcherConfigId`
|
8613
|
+
# @return [String]
|
8614
|
+
attr_accessor :error_catcher_config_id
|
8615
|
+
|
8436
8616
|
# Optional. The user created label for a particular trigger.
|
8437
8617
|
# Corresponds to the JSON property `label`
|
8438
8618
|
# @return [String]
|
@@ -8483,6 +8663,7 @@ module Google
|
|
8483
8663
|
@alert_config = args[:alert_config] if args.key?(:alert_config)
|
8484
8664
|
@cloud_scheduler_config = args[:cloud_scheduler_config] if args.key?(:cloud_scheduler_config)
|
8485
8665
|
@description = args[:description] if args.key?(:description)
|
8666
|
+
@error_catcher_config_id = args[:error_catcher_config_id] if args.key?(:error_catcher_config_id)
|
8486
8667
|
@label = args[:label] if args.key?(:label)
|
8487
8668
|
@next_tasks_execution_policy = args[:next_tasks_execution_policy] if args.key?(:next_tasks_execution_policy)
|
8488
8669
|
@properties = args[:properties] if args.key?(:properties)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module IntegrationsV1alpha
|
18
18
|
# Version of the google-apis-integrations_v1alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.10.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230222"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -820,6 +820,12 @@ module Google
|
|
820
820
|
include Google::Apis::Core::JsonObjectSupport
|
821
821
|
end
|
822
822
|
|
823
|
+
class GoogleCloudConnectorsV1SslConfig
|
824
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
825
|
+
|
826
|
+
include Google::Apis::Core::JsonObjectSupport
|
827
|
+
end
|
828
|
+
|
823
829
|
class GoogleCloudIntegrationsV1alphaAccessToken
|
824
830
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
825
831
|
|
@@ -922,6 +928,12 @@ module Google
|
|
922
928
|
include Google::Apis::Core::JsonObjectSupport
|
923
929
|
end
|
924
930
|
|
931
|
+
class GoogleCloudIntegrationsV1alphaErrorCatcherConfig
|
932
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
933
|
+
|
934
|
+
include Google::Apis::Core::JsonObjectSupport
|
935
|
+
end
|
936
|
+
|
925
937
|
class GoogleCloudIntegrationsV1alphaEventParameter
|
926
938
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
927
939
|
|
@@ -2548,6 +2560,8 @@ module Google
|
|
2548
2560
|
property :creator_email, as: 'creatorEmail'
|
2549
2561
|
property :description, as: 'description'
|
2550
2562
|
property :disable_strict_type_validation, as: 'disableStrictTypeValidation'
|
2563
|
+
property :error_catcher_config_id, as: 'errorCatcherConfigId'
|
2564
|
+
property :external_task_type, as: 'externalTaskType'
|
2551
2565
|
property :failure_policy, as: 'failurePolicy', class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoFailurePolicy, decorator: Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoFailurePolicy::Representation
|
2552
2566
|
|
2553
2567
|
property :incoming_edge_count, as: 'incomingEdgeCount'
|
@@ -2605,6 +2619,7 @@ module Google
|
|
2605
2619
|
|
2606
2620
|
property :description, as: 'description'
|
2607
2621
|
collection :enabled_clients, as: 'enabledClients'
|
2622
|
+
property :error_catcher_config_id, as: 'errorCatcherConfigId'
|
2608
2623
|
property :label, as: 'label'
|
2609
2624
|
property :next_tasks_execution_policy, as: 'nextTasksExecutionPolicy'
|
2610
2625
|
property :pause_workflow_executions, as: 'pauseWorkflowExecutions'
|
@@ -2773,6 +2788,8 @@ module Google
|
|
2773
2788
|
|
2774
2789
|
property :service_account, as: 'serviceAccount'
|
2775
2790
|
property :service_directory, as: 'serviceDirectory'
|
2791
|
+
property :ssl_config, as: 'sslConfig', class: Google::Apis::IntegrationsV1alpha::GoogleCloudConnectorsV1SslConfig, decorator: Google::Apis::IntegrationsV1alpha::GoogleCloudConnectorsV1SslConfig::Representation
|
2792
|
+
|
2776
2793
|
property :status, as: 'status', class: Google::Apis::IntegrationsV1alpha::GoogleCloudConnectorsV1ConnectionStatus, decorator: Google::Apis::IntegrationsV1alpha::GoogleCloudConnectorsV1ConnectionStatus::Representation
|
2777
2794
|
|
2778
2795
|
property :suspended, as: 'suspended'
|
@@ -2830,6 +2847,27 @@ module Google
|
|
2830
2847
|
end
|
2831
2848
|
end
|
2832
2849
|
|
2850
|
+
class GoogleCloudConnectorsV1SslConfig
|
2851
|
+
# @private
|
2852
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2853
|
+
collection :additional_variables, as: 'additionalVariables', class: Google::Apis::IntegrationsV1alpha::GoogleCloudConnectorsV1ConfigVariable, decorator: Google::Apis::IntegrationsV1alpha::GoogleCloudConnectorsV1ConfigVariable::Representation
|
2854
|
+
|
2855
|
+
property :client_cert_type, as: 'clientCertType'
|
2856
|
+
property :client_certificate, as: 'clientCertificate', class: Google::Apis::IntegrationsV1alpha::GoogleCloudConnectorsV1Secret, decorator: Google::Apis::IntegrationsV1alpha::GoogleCloudConnectorsV1Secret::Representation
|
2857
|
+
|
2858
|
+
property :client_private_key, as: 'clientPrivateKey', class: Google::Apis::IntegrationsV1alpha::GoogleCloudConnectorsV1Secret, decorator: Google::Apis::IntegrationsV1alpha::GoogleCloudConnectorsV1Secret::Representation
|
2859
|
+
|
2860
|
+
property :client_private_key_pass, as: 'clientPrivateKeyPass', class: Google::Apis::IntegrationsV1alpha::GoogleCloudConnectorsV1Secret, decorator: Google::Apis::IntegrationsV1alpha::GoogleCloudConnectorsV1Secret::Representation
|
2861
|
+
|
2862
|
+
property :private_server_certificate, as: 'privateServerCertificate', class: Google::Apis::IntegrationsV1alpha::GoogleCloudConnectorsV1Secret, decorator: Google::Apis::IntegrationsV1alpha::GoogleCloudConnectorsV1Secret::Representation
|
2863
|
+
|
2864
|
+
property :server_cert_type, as: 'serverCertType'
|
2865
|
+
property :trust_model, as: 'trustModel'
|
2866
|
+
property :type, as: 'type'
|
2867
|
+
property :use_ssl, as: 'useSsl'
|
2868
|
+
end
|
2869
|
+
end
|
2870
|
+
|
2833
2871
|
class GoogleCloudIntegrationsV1alphaAccessToken
|
2834
2872
|
# @private
|
2835
2873
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3003,6 +3041,18 @@ module Google
|
|
3003
3041
|
end
|
3004
3042
|
end
|
3005
3043
|
|
3044
|
+
class GoogleCloudIntegrationsV1alphaErrorCatcherConfig
|
3045
|
+
# @private
|
3046
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3047
|
+
property :description, as: 'description'
|
3048
|
+
property :error_catch_id, as: 'errorCatchId'
|
3049
|
+
property :error_catcher_number, as: 'errorCatcherNumber'
|
3050
|
+
property :label, as: 'label'
|
3051
|
+
collection :start_error_tasks, as: 'startErrorTasks', class: Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaNextTask, decorator: Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaNextTask::Representation
|
3052
|
+
|
3053
|
+
end
|
3054
|
+
end
|
3055
|
+
|
3006
3056
|
class GoogleCloudIntegrationsV1alphaEventParameter
|
3007
3057
|
# @private
|
3008
3058
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3179,6 +3229,8 @@ module Google
|
|
3179
3229
|
property :create_time, as: 'createTime'
|
3180
3230
|
property :database_persistence_policy, as: 'databasePersistencePolicy'
|
3181
3231
|
property :description, as: 'description'
|
3232
|
+
collection :error_catcher_configs, as: 'errorCatcherConfigs', class: Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaErrorCatcherConfig, decorator: Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaErrorCatcherConfig::Representation
|
3233
|
+
|
3182
3234
|
property :last_modifier_email, as: 'lastModifierEmail'
|
3183
3235
|
property :name, as: 'name'
|
3184
3236
|
property :parent_integration_version_id, as: 'parentIntegrationVersionId'
|
@@ -3203,6 +3255,8 @@ module Google
|
|
3203
3255
|
property :create_time, as: 'createTime'
|
3204
3256
|
property :database_persistence_policy, as: 'databasePersistencePolicy'
|
3205
3257
|
property :description, as: 'description'
|
3258
|
+
collection :error_catcher_configs, as: 'errorCatcherConfigs', class: Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaErrorCatcherConfig, decorator: Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaErrorCatcherConfig::Representation
|
3259
|
+
|
3206
3260
|
collection :integration_parameters, as: 'integrationParameters', class: Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaIntegrationParameter, decorator: Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaIntegrationParameter::Representation
|
3207
3261
|
|
3208
3262
|
property :integration_parameters_internal, as: 'integrationParametersInternal', class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoWorkflowParameters, decorator: Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoWorkflowParameters::Representation
|
@@ -3664,6 +3718,8 @@ module Google
|
|
3664
3718
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3665
3719
|
property :description, as: 'description'
|
3666
3720
|
property :display_name, as: 'displayName'
|
3721
|
+
property :error_catcher_config_id, as: 'errorCatcherConfigId'
|
3722
|
+
property :external_task_type, as: 'externalTaskType'
|
3667
3723
|
property :failure_policy, as: 'failurePolicy', class: Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaFailurePolicy, decorator: Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaFailurePolicy::Representation
|
3668
3724
|
|
3669
3725
|
property :json_validation_option, as: 'jsonValidationOption'
|
@@ -3701,6 +3757,7 @@ module Google
|
|
3701
3757
|
property :cloud_scheduler_config, as: 'cloudSchedulerConfig', class: Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaCloudSchedulerConfig, decorator: Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaCloudSchedulerConfig::Representation
|
3702
3758
|
|
3703
3759
|
property :description, as: 'description'
|
3760
|
+
property :error_catcher_config_id, as: 'errorCatcherConfigId'
|
3704
3761
|
property :label, as: 'label'
|
3705
3762
|
property :next_tasks_execution_policy, as: 'nextTasksExecutionPolicy'
|
3706
3763
|
hash :properties, as: 'properties'
|
@@ -1852,6 +1852,36 @@ module Google
|
|
1852
1852
|
execute_or_queue_command(command, &block)
|
1853
1853
|
end
|
1854
1854
|
|
1855
|
+
# Delete the selected integration and all versions inside
|
1856
|
+
# @param [String] name
|
1857
|
+
# Required. The location resource of the request.
|
1858
|
+
# @param [String] fields
|
1859
|
+
# Selector specifying which fields to include in a partial response.
|
1860
|
+
# @param [String] quota_user
|
1861
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
1862
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1863
|
+
# @param [Google::Apis::RequestOptions] options
|
1864
|
+
# Request-specific options
|
1865
|
+
#
|
1866
|
+
# @yield [result, err] Result & error if block supplied
|
1867
|
+
# @yieldparam result [Google::Apis::IntegrationsV1alpha::GoogleProtobufEmpty] parsed result object
|
1868
|
+
# @yieldparam err [StandardError] error object if request failed
|
1869
|
+
#
|
1870
|
+
# @return [Google::Apis::IntegrationsV1alpha::GoogleProtobufEmpty]
|
1871
|
+
#
|
1872
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1873
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1874
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1875
|
+
def delete_project_location_product_integration(name, fields: nil, quota_user: nil, options: nil, &block)
|
1876
|
+
command = make_simple_command(:delete, 'v1alpha/{+name}', options)
|
1877
|
+
command.response_representation = Google::Apis::IntegrationsV1alpha::GoogleProtobufEmpty::Representation
|
1878
|
+
command.response_class = Google::Apis::IntegrationsV1alpha::GoogleProtobufEmpty
|
1879
|
+
command.params['name'] = name unless name.nil?
|
1880
|
+
command.query['fields'] = fields unless fields.nil?
|
1881
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1882
|
+
execute_or_queue_command(command, &block)
|
1883
|
+
end
|
1884
|
+
|
1855
1885
|
# Executes integrations synchronously by passing the trigger id in the request
|
1856
1886
|
# body. The request is not returned until the requested executions are either
|
1857
1887
|
# fulfilled or experienced an error. If the integration name is not specified (
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-integrations_v1alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.10.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-02-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.11.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.11.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-integrations_v1alpha/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-integrations_v1alpha/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-integrations_v1alpha/v0.10.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-integrations_v1alpha
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|