google-apis-integrations_v1 0.8.0 → 0.9.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: 7a64c308ff8089e628c4b75b96ada28a17c1ccb059b87363380636cc27471344
4
- data.tar.gz: 11113651536d547a41006a325c0d7db66a252c03734cbe950ece9c8d5baed9aa
3
+ metadata.gz: '04208255efce3f33bd0c257d85bbd6fa1cfbeda37f9a2a25209c15975e6e8631'
4
+ data.tar.gz: 676e27726e171a99ea47bc614892e2a73d841d43884383b5c9f98dc681de2428
5
5
  SHA512:
6
- metadata.gz: 986a0b2e1d1efbba9aeac7cee7d55b4ca5f3635ee0502de251c81f84c4c49c041925dde5c4f34146ef2b441ca5c5fa9b28d8a027c53f457fc0001ce3add66846
7
- data.tar.gz: da14213014a04ee8484007be548b6cb38e6a1e5cb5aa034b5b87b606191b49ee5b71cf7e6098f5c8be668caa1d89443d312698fac2f5af8a233db4410882116a
6
+ metadata.gz: 670c0f3ea59fb292664d0679eb4582190c9bea7cf18a28d3110bd2332d7ee2bdef9fe955c0cc9511fabc517278fd4ac615af548a53911df5d2cb09f89cbe1c32
7
+ data.tar.gz: 9ab61f27f61c5c5ffc2823c3c28634dbfa163020611ac8507b721d0a7116dabf73a1c581c9d01497fcf636952a5060afacac22a5152831c0b3f2e484274f7a62
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-integrations_v1
2
2
 
3
+ ### v0.9.0 (2025-04-20)
4
+
5
+ * Regenerated from discovery document revision 20250413
6
+
3
7
  ### v0.8.0 (2025-04-06)
4
8
 
5
9
  * 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
@@ -10460,15 +10466,15 @@ module Google
10460
10466
  # @return [String]
10461
10467
  attr_accessor :display_name
10462
10468
 
10463
- # Indicated if a channel has any active integrations referencing it. Set to
10464
- # false when the channel is created, and set to true if there is any integration
10465
- # published with the channel configured in it.
10469
+ # Output only. Indicated if a channel has any active integrations referencing it.
10470
+ # Set to false when the channel is created, and set to true if there is any
10471
+ # integration published with the channel configured in it.
10466
10472
  # Corresponds to the JSON property `isActive`
10467
10473
  # @return [Boolean]
10468
10474
  attr_accessor :is_active
10469
10475
  alias_method :is_active?, :is_active
10470
10476
 
10471
- # Last sfdc messsage replay id for channel
10477
+ # Output only. Last sfdc messsage replay id for channel
10472
10478
  # Corresponds to the JSON property `lastReplayId`
10473
10479
  # @return [String]
10474
10480
  attr_accessor :last_replay_id
@@ -10537,8 +10543,8 @@ module Google
10537
10543
  # @return [String]
10538
10544
  attr_accessor :name
10539
10545
 
10540
- # URL used for API calls after authentication (the login authority is configured
10541
- # within the referenced AuthConfig).
10546
+ # Optional. URL used for API calls after authentication (the login authority is
10547
+ # configured within the referenced AuthConfig).
10542
10548
  # Corresponds to the JSON property `serviceAuthority`
10543
10549
  # @return [String]
10544
10550
  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.8.0"
19
+ GEM_VERSION = "0.9.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 = "20250330"
25
+ REVISION = "20250413"
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
 
@@ -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, gcp_cloud_events_mode: nil, trigger_id: nil, fields: nil, quota_user: nil, options: nil, &block)
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.8.0
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-16 00:00:00.000000000 Z
10
+ date: 2025-04-20 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.8.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-integrations_v1/v0.9.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: