google-apis-integrations_v1 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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 03225dc0f6714d82f74d29694614086475f65cba752fc4e0776afcdc70d05497
|
4
|
+
data.tar.gz: d842c97fb38986b6fb3b5f1d1f919303195d5b16497c1495d2ff0e6fb5d5850a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d7efa7a127e4d41703dfe567e058edee8a8e26bf39e606d4d5bd98f294f243e02d87fb7b4fe99361aa5dad040d34b708862ebe680c14fae240204c20909dd6a1
|
7
|
+
data.tar.gz: 4431ecd9b1637f451fec022789589d0b73d5f5deded15e406aee2375068f3fc8b0061a7cc38a5bc64dd6c23cabab9352647b4802d8f9f50d164041488a756fd4
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-integrations_v1
|
2
2
|
|
3
|
+
### v0.10.0 (2025-04-27)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250423
|
6
|
+
|
7
|
+
### v0.9.0 (2025-04-20)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250413
|
10
|
+
|
3
11
|
### v0.8.0 (2025-04-06)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250330
|
@@ -5525,7 +5525,7 @@ module Google
|
|
5525
5525
|
# @return [String]
|
5526
5526
|
attr_accessor :envoy_image_location
|
5527
5527
|
|
5528
|
-
# Eventing Configuration of a connection
|
5528
|
+
# Eventing Configuration of a connection next: 18
|
5529
5529
|
# Corresponds to the JSON property `eventingConfig`
|
5530
5530
|
# @return [Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingConfig]
|
5531
5531
|
attr_accessor :eventing_config
|
@@ -5896,7 +5896,7 @@ module Google
|
|
5896
5896
|
end
|
5897
5897
|
end
|
5898
5898
|
|
5899
|
-
# Eventing Configuration of a connection
|
5899
|
+
# Eventing Configuration of a connection next: 18
|
5900
5900
|
class GoogleCloudConnectorsV1EventingConfig
|
5901
5901
|
include Google::Apis::Core::Hashable
|
5902
5902
|
|
@@ -5953,6 +5953,11 @@ module Google
|
|
5953
5953
|
# @return [Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1DestinationConfig]
|
5954
5954
|
attr_accessor :registration_destination_config
|
5955
5955
|
|
5956
|
+
# SSL Configuration of a connection
|
5957
|
+
# Corresponds to the JSON property `sslConfig`
|
5958
|
+
# @return [Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1SslConfig]
|
5959
|
+
attr_accessor :ssl_config
|
5960
|
+
|
5956
5961
|
def initialize(**args)
|
5957
5962
|
update!(**args)
|
5958
5963
|
end
|
@@ -5969,6 +5974,7 @@ module Google
|
|
5969
5974
|
@private_connectivity_enabled = args[:private_connectivity_enabled] if args.key?(:private_connectivity_enabled)
|
5970
5975
|
@proxy_destination_config = args[:proxy_destination_config] if args.key?(:proxy_destination_config)
|
5971
5976
|
@registration_destination_config = args[:registration_destination_config] if args.key?(:registration_destination_config)
|
5977
|
+
@ssl_config = args[:ssl_config] if args.key?(:ssl_config)
|
5972
5978
|
end
|
5973
5979
|
end
|
5974
5980
|
|
@@ -6683,12 +6689,12 @@ module Google
|
|
6683
6689
|
# @return [String]
|
6684
6690
|
attr_accessor :override_valid_time
|
6685
6691
|
|
6686
|
-
# The reason / details of the current status.
|
6692
|
+
# Output only. The reason / details of the current status.
|
6687
6693
|
# Corresponds to the JSON property `reason`
|
6688
6694
|
# @return [String]
|
6689
6695
|
attr_accessor :reason
|
6690
6696
|
|
6691
|
-
# The status of the auth config.
|
6697
|
+
# Output only. The status of the auth config.
|
6692
6698
|
# Corresponds to the JSON property `state`
|
6693
6699
|
# @return [String]
|
6694
6700
|
attr_accessor :state
|
@@ -7309,6 +7315,11 @@ module Google
|
|
7309
7315
|
# @return [String]
|
7310
7316
|
attr_accessor :function_region
|
7311
7317
|
|
7318
|
+
# Optional. The api version of CF to be created
|
7319
|
+
# Corresponds to the JSON property `gcfApiVersion`
|
7320
|
+
# @return [String]
|
7321
|
+
attr_accessor :gcf_api_version
|
7322
|
+
|
7312
7323
|
# Indicates the id of the GCP project that the function will be created in.
|
7313
7324
|
# Corresponds to the JSON property `projectId`
|
7314
7325
|
# @return [String]
|
@@ -7322,6 +7333,7 @@ module Google
|
|
7322
7333
|
def update!(**args)
|
7323
7334
|
@function_name = args[:function_name] if args.key?(:function_name)
|
7324
7335
|
@function_region = args[:function_region] if args.key?(:function_region)
|
7336
|
+
@gcf_api_version = args[:gcf_api_version] if args.key?(:gcf_api_version)
|
7325
7337
|
@project_id = args[:project_id] if args.key?(:project_id)
|
7326
7338
|
end
|
7327
7339
|
end
|
@@ -10460,15 +10472,15 @@ module Google
|
|
10460
10472
|
# @return [String]
|
10461
10473
|
attr_accessor :display_name
|
10462
10474
|
|
10463
|
-
# Indicated if a channel has any active integrations referencing it.
|
10464
|
-
# false when the channel is created, and set to true if there is any
|
10465
|
-
# published with the channel configured in it.
|
10475
|
+
# Output only. Indicated if a channel has any active integrations referencing it.
|
10476
|
+
# Set to false when the channel is created, and set to true if there is any
|
10477
|
+
# integration published with the channel configured in it.
|
10466
10478
|
# Corresponds to the JSON property `isActive`
|
10467
10479
|
# @return [Boolean]
|
10468
10480
|
attr_accessor :is_active
|
10469
10481
|
alias_method :is_active?, :is_active
|
10470
10482
|
|
10471
|
-
# Last sfdc messsage replay id for channel
|
10483
|
+
# Output only. Last sfdc messsage replay id for channel
|
10472
10484
|
# Corresponds to the JSON property `lastReplayId`
|
10473
10485
|
# @return [String]
|
10474
10486
|
attr_accessor :last_replay_id
|
@@ -10537,8 +10549,8 @@ module Google
|
|
10537
10549
|
# @return [String]
|
10538
10550
|
attr_accessor :name
|
10539
10551
|
|
10540
|
-
# URL used for API calls after authentication (the login authority is
|
10541
|
-
# within the referenced AuthConfig).
|
10552
|
+
# Optional. URL used for API calls after authentication (the login authority is
|
10553
|
+
# configured within the referenced AuthConfig).
|
10542
10554
|
# Corresponds to the JSON property `serviceAuthority`
|
10543
10555
|
# @return [String]
|
10544
10556
|
attr_accessor :service_authority
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module IntegrationsV1
|
18
18
|
# Version of the google-apis-integrations_v1 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
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250423"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -3485,6 +3485,8 @@ module Google
|
|
3485
3485
|
|
3486
3486
|
property :registration_destination_config, as: 'registrationDestinationConfig', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1DestinationConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1DestinationConfig::Representation
|
3487
3487
|
|
3488
|
+
property :ssl_config, as: 'sslConfig', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1SslConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1SslConfig::Representation
|
3489
|
+
|
3488
3490
|
end
|
3489
3491
|
end
|
3490
3492
|
|
@@ -3847,6 +3849,7 @@ module Google
|
|
3847
3849
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3848
3850
|
property :function_name, as: 'functionName'
|
3849
3851
|
property :function_region, as: 'functionRegion'
|
3852
|
+
property :gcf_api_version, as: 'gcfApiVersion'
|
3850
3853
|
property :project_id, as: 'projectId'
|
3851
3854
|
end
|
3852
3855
|
end
|
@@ -1189,9 +1189,6 @@ module Google
|
|
1189
1189
|
# @param [String] name
|
1190
1190
|
# Required. The integration resource name. Format: projects/`gcp_project_id`/
|
1191
1191
|
# locations/`location`/integrations/`integration_id`
|
1192
|
-
# @param [String] gcp_cloud_events_mode
|
1193
|
-
# Optional. LINT: LEGACY_NAMES The query parameter value for
|
1194
|
-
# __GCP_CloudEventsMode, set by the Eventarc service when configuring triggers.
|
1195
1192
|
# @param [String] trigger_id
|
1196
1193
|
# Required. Id of the integration trigger config. The trigger_id is in the
|
1197
1194
|
# format: `integration_connector_trigger/projects/`gcp_project_id`/location/`
|
@@ -1213,12 +1210,11 @@ module Google
|
|
1213
1210
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1214
1211
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1215
1212
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1216
|
-
def execute_project_location_integration_event(name,
|
1213
|
+
def execute_project_location_integration_event(name, trigger_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1217
1214
|
command = make_simple_command(:post, 'v1/{+name}:executeEvent', options)
|
1218
1215
|
command.response_representation = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecuteEventResponse::Representation
|
1219
1216
|
command.response_class = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecuteEventResponse
|
1220
1217
|
command.params['name'] = name unless name.nil?
|
1221
|
-
command.query['GCPCloudEventsMode'] = gcp_cloud_events_mode unless gcp_cloud_events_mode.nil?
|
1222
1218
|
command.query['triggerId'] = trigger_id unless trigger_id.nil?
|
1223
1219
|
command.query['fields'] = fields unless fields.nil?
|
1224
1220
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-integrations_v1
|
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
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-04-
|
10
|
+
date: 2025-04-27 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-integrations_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-integrations_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-integrations_v1/v0.10.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-integrations_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|