google-apis-connectors_v1 0.71.0 → 0.72.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.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ConnectorsV1
18
18
  # Version of the google-apis-connectors_v1 gem
19
- GEM_VERSION = "0.71.0"
19
+ GEM_VERSION = "0.72.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250423"
25
+ REVISION = "20250507"
26
26
  end
27
27
  end
28
28
  end
@@ -214,6 +214,12 @@ module Google
214
214
  include Google::Apis::Core::JsonObjectSupport
215
215
  end
216
216
 
217
+ class EuaSecret
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
217
223
  class EgressControlConfig
218
224
  class Representation < Google::Apis::Core::JsonRepresentation; end
219
225
 
@@ -244,6 +250,90 @@ module Google
244
250
  include Google::Apis::Core::JsonObjectSupport
245
251
  end
246
252
 
253
+ class EndUserAuthentication
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
259
+ class EndUserAuthenticationConfig
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
265
+ class EndUserAuthenticationConfigOauth2AuthCodeFlow
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ include Google::Apis::Core::JsonObjectSupport
269
+ end
270
+
271
+ class EndUserAuthenticationConfigOauth2AuthCodeFlowGoogleManaged
272
+ class Representation < Google::Apis::Core::JsonRepresentation; end
273
+
274
+ include Google::Apis::Core::JsonObjectSupport
275
+ end
276
+
277
+ class EndUserAuthenticationConfigOauth2ClientCredentials
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
283
+ class EndUserAuthenticationConfigOauth2JwtBearer
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
289
+ class EndUserAuthenticationConfigOauth2JwtBearerJwtClaims
290
+ class Representation < Google::Apis::Core::JsonRepresentation; end
291
+
292
+ include Google::Apis::Core::JsonObjectSupport
293
+ end
294
+
295
+ class EndUserAuthenticationConfigSshPublicKey
296
+ class Representation < Google::Apis::Core::JsonRepresentation; end
297
+
298
+ include Google::Apis::Core::JsonObjectSupport
299
+ end
300
+
301
+ class EndUserAuthenticationConfigUserPassword
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
307
+ class EndUserAuthenticationConfigVariable
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+
310
+ include Google::Apis::Core::JsonObjectSupport
311
+ end
312
+
313
+ class EndUserAuthenticationEndUserAuthenticationStatus
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
319
+ class EndUserAuthenticationNotifyEndpointDestination
320
+ class Representation < Google::Apis::Core::JsonRepresentation; end
321
+
322
+ include Google::Apis::Core::JsonObjectSupport
323
+ end
324
+
325
+ class EndUserAuthenticationNotifyEndpointDestinationEndPoint
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
331
+ class EndUserAuthenticationNotifyEndpointDestinationEndPointHeader
332
+ class Representation < Google::Apis::Core::JsonRepresentation; end
333
+
334
+ include Google::Apis::Core::JsonObjectSupport
335
+ end
336
+
247
337
  class EndpointAttachment
248
338
  class Representation < Google::Apis::Core::JsonRepresentation; end
249
339
 
@@ -436,6 +526,12 @@ module Google
436
526
  include Google::Apis::Core::JsonObjectSupport
437
527
  end
438
528
 
529
+ class ListEndUserAuthenticationsResponse
530
+ class Representation < Google::Apis::Core::JsonRepresentation; end
531
+
532
+ include Google::Apis::Core::JsonObjectSupport
533
+ end
534
+
439
535
  class ListEndpointAttachmentsResponse
440
536
  class Representation < Google::Apis::Core::JsonRepresentation; end
441
537
 
@@ -598,6 +694,12 @@ module Google
598
694
  include Google::Apis::Core::JsonObjectSupport
599
695
  end
600
696
 
697
+ class OAuthTokenData
698
+ class Representation < Google::Apis::Core::JsonRepresentation; end
699
+
700
+ include Google::Apis::Core::JsonObjectSupport
701
+ end
702
+
601
703
  class Oauth2AuthCodeFlow
602
704
  class Representation < Google::Apis::Core::JsonRepresentation; end
603
705
 
@@ -652,6 +754,12 @@ module Google
652
754
  include Google::Apis::Core::JsonObjectSupport
653
755
  end
654
756
 
757
+ class PriorityEntityType
758
+ class Representation < Google::Apis::Core::JsonRepresentation; end
759
+
760
+ include Google::Apis::Core::JsonObjectSupport
761
+ end
762
+
655
763
  class Provider
656
764
  class Representation < Google::Apis::Core::JsonRepresentation; end
657
765
 
@@ -1121,11 +1229,14 @@ module Google
1121
1229
  collection :destination_configs, as: 'destinationConfigs', class: Google::Apis::ConnectorsV1::DestinationConfig, decorator: Google::Apis::ConnectorsV1::DestinationConfig::Representation
1122
1230
 
1123
1231
  property :envoy_image_location, as: 'envoyImageLocation'
1232
+ property :eua_oauth_auth_config, as: 'euaOauthAuthConfig', class: Google::Apis::ConnectorsV1::AuthConfig, decorator: Google::Apis::ConnectorsV1::AuthConfig::Representation
1233
+
1124
1234
  property :eventing_config, as: 'eventingConfig', class: Google::Apis::ConnectorsV1::EventingConfig, decorator: Google::Apis::ConnectorsV1::EventingConfig::Representation
1125
1235
 
1126
1236
  property :eventing_enablement_type, as: 'eventingEnablementType'
1127
1237
  property :eventing_runtime_data, as: 'eventingRuntimeData', class: Google::Apis::ConnectorsV1::EventingRuntimeData, decorator: Google::Apis::ConnectorsV1::EventingRuntimeData::Representation
1128
1238
 
1239
+ property :fallback_on_admin_credentials, as: 'fallbackOnAdminCredentials'
1129
1240
  property :host, as: 'host'
1130
1241
  property :image_location, as: 'imageLocation'
1131
1242
  property :is_trusted_tester, as: 'isTrustedTester'
@@ -1210,6 +1321,7 @@ module Google
1210
1321
  property :max_instance_request_concurrency, as: 'maxInstanceRequestConcurrency'
1211
1322
  property :migrate_deployment_model, as: 'migrateDeploymentModel'
1212
1323
  property :migrate_tls, as: 'migrateTls'
1324
+ property :network_egress_mode, as: 'networkEgressMode'
1213
1325
  property :provision_cloud_spanner, as: 'provisionCloudSpanner'
1214
1326
  property :provision_memstore, as: 'provisionMemstore'
1215
1327
  property :ratelimit_threshold, :numeric_string => true, as: 'ratelimitThreshold'
@@ -1244,6 +1356,8 @@ module Google
1244
1356
  hash :labels, as: 'labels'
1245
1357
  property :launch_stage, as: 'launchStage'
1246
1358
  property :name, as: 'name'
1359
+ collection :priority_entity_types, as: 'priorityEntityTypes', class: Google::Apis::ConnectorsV1::PriorityEntityType, decorator: Google::Apis::ConnectorsV1::PriorityEntityType::Representation
1360
+
1247
1361
  property :release_version, as: 'releaseVersion'
1248
1362
  property :role_grant, as: 'roleGrant', class: Google::Apis::ConnectorsV1::RoleGrant, decorator: Google::Apis::ConnectorsV1::RoleGrant::Representation
1249
1363
 
@@ -1417,6 +1531,14 @@ module Google
1417
1531
  end
1418
1532
  end
1419
1533
 
1534
+ class EuaSecret
1535
+ # @private
1536
+ class Representation < Google::Apis::Core::JsonRepresentation
1537
+ property :secret_value, as: 'secretValue'
1538
+ property :secret_version, as: 'secretVersion'
1539
+ end
1540
+ end
1541
+
1420
1542
  class EgressControlConfig
1421
1543
  # @private
1422
1544
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1457,6 +1579,174 @@ module Google
1457
1579
  end
1458
1580
  end
1459
1581
 
1582
+ class EndUserAuthentication
1583
+ # @private
1584
+ class Representation < Google::Apis::Core::JsonRepresentation
1585
+ collection :config_variables, as: 'configVariables', class: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigVariable, decorator: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigVariable::Representation
1586
+
1587
+ property :create_time, as: 'createTime'
1588
+ collection :destination_configs, as: 'destinationConfigs', class: Google::Apis::ConnectorsV1::DestinationConfig, decorator: Google::Apis::ConnectorsV1::DestinationConfig::Representation
1589
+
1590
+ property :end_user_authentication_config, as: 'endUserAuthenticationConfig', class: Google::Apis::ConnectorsV1::EndUserAuthenticationConfig, decorator: Google::Apis::ConnectorsV1::EndUserAuthenticationConfig::Representation
1591
+
1592
+ collection :labels, as: 'labels'
1593
+ property :name, as: 'name'
1594
+ property :notify_endpoint_destination, as: 'notifyEndpointDestination', class: Google::Apis::ConnectorsV1::EndUserAuthenticationNotifyEndpointDestination, decorator: Google::Apis::ConnectorsV1::EndUserAuthenticationNotifyEndpointDestination::Representation
1595
+
1596
+ collection :roles, as: 'roles'
1597
+ property :status, as: 'status', class: Google::Apis::ConnectorsV1::EndUserAuthenticationEndUserAuthenticationStatus, decorator: Google::Apis::ConnectorsV1::EndUserAuthenticationEndUserAuthenticationStatus::Representation
1598
+
1599
+ property :update_time, as: 'updateTime'
1600
+ property :user_id, as: 'userId'
1601
+ end
1602
+ end
1603
+
1604
+ class EndUserAuthenticationConfig
1605
+ # @private
1606
+ class Representation < Google::Apis::Core::JsonRepresentation
1607
+ collection :additional_variables, as: 'additionalVariables', class: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigVariable, decorator: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigVariable::Representation
1608
+
1609
+ property :auth_key, as: 'authKey'
1610
+ property :auth_type, as: 'authType'
1611
+ property :oauth2_auth_code_flow, as: 'oauth2AuthCodeFlow', class: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigOauth2AuthCodeFlow, decorator: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigOauth2AuthCodeFlow::Representation
1612
+
1613
+ property :oauth2_auth_code_flow_google_managed, as: 'oauth2AuthCodeFlowGoogleManaged', class: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigOauth2AuthCodeFlowGoogleManaged, decorator: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigOauth2AuthCodeFlowGoogleManaged::Representation
1614
+
1615
+ property :oauth2_client_credentials, as: 'oauth2ClientCredentials', class: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigOauth2ClientCredentials, decorator: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigOauth2ClientCredentials::Representation
1616
+
1617
+ property :oauth2_jwt_bearer, as: 'oauth2JwtBearer', class: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigOauth2JwtBearer, decorator: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigOauth2JwtBearer::Representation
1618
+
1619
+ property :ssh_public_key, as: 'sshPublicKey', class: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigSshPublicKey, decorator: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigSshPublicKey::Representation
1620
+
1621
+ property :user_password, as: 'userPassword', class: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigUserPassword, decorator: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigUserPassword::Representation
1622
+
1623
+ end
1624
+ end
1625
+
1626
+ class EndUserAuthenticationConfigOauth2AuthCodeFlow
1627
+ # @private
1628
+ class Representation < Google::Apis::Core::JsonRepresentation
1629
+ property :auth_code, as: 'authCode'
1630
+ property :auth_uri, as: 'authUri'
1631
+ property :client_id, as: 'clientId'
1632
+ property :client_secret, as: 'clientSecret', class: Google::Apis::ConnectorsV1::EuaSecret, decorator: Google::Apis::ConnectorsV1::EuaSecret::Representation
1633
+
1634
+ property :enable_pkce, as: 'enablePkce'
1635
+ property :oauth_token_data, as: 'oauthTokenData', class: Google::Apis::ConnectorsV1::OAuthTokenData, decorator: Google::Apis::ConnectorsV1::OAuthTokenData::Representation
1636
+
1637
+ property :pkce_verifier, as: 'pkceVerifier'
1638
+ property :redirect_uri, as: 'redirectUri'
1639
+ collection :scopes, as: 'scopes'
1640
+ end
1641
+ end
1642
+
1643
+ class EndUserAuthenticationConfigOauth2AuthCodeFlowGoogleManaged
1644
+ # @private
1645
+ class Representation < Google::Apis::Core::JsonRepresentation
1646
+ property :auth_code, as: 'authCode'
1647
+ property :oauth_token_data, as: 'oauthTokenData', class: Google::Apis::ConnectorsV1::OAuthTokenData, decorator: Google::Apis::ConnectorsV1::OAuthTokenData::Representation
1648
+
1649
+ property :redirect_uri, as: 'redirectUri'
1650
+ collection :scopes, as: 'scopes'
1651
+ end
1652
+ end
1653
+
1654
+ class EndUserAuthenticationConfigOauth2ClientCredentials
1655
+ # @private
1656
+ class Representation < Google::Apis::Core::JsonRepresentation
1657
+ property :client_id, as: 'clientId'
1658
+ property :client_secret, as: 'clientSecret', class: Google::Apis::ConnectorsV1::EuaSecret, decorator: Google::Apis::ConnectorsV1::EuaSecret::Representation
1659
+
1660
+ end
1661
+ end
1662
+
1663
+ class EndUserAuthenticationConfigOauth2JwtBearer
1664
+ # @private
1665
+ class Representation < Google::Apis::Core::JsonRepresentation
1666
+ property :client_key, as: 'clientKey', class: Google::Apis::ConnectorsV1::EuaSecret, decorator: Google::Apis::ConnectorsV1::EuaSecret::Representation
1667
+
1668
+ property :jwt_claims, as: 'jwtClaims', class: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigOauth2JwtBearerJwtClaims, decorator: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigOauth2JwtBearerJwtClaims::Representation
1669
+
1670
+ end
1671
+ end
1672
+
1673
+ class EndUserAuthenticationConfigOauth2JwtBearerJwtClaims
1674
+ # @private
1675
+ class Representation < Google::Apis::Core::JsonRepresentation
1676
+ property :audience, as: 'audience'
1677
+ property :issuer, as: 'issuer'
1678
+ property :subject, as: 'subject'
1679
+ end
1680
+ end
1681
+
1682
+ class EndUserAuthenticationConfigSshPublicKey
1683
+ # @private
1684
+ class Representation < Google::Apis::Core::JsonRepresentation
1685
+ property :cert_type, as: 'certType'
1686
+ property :ssh_client_cert, as: 'sshClientCert', class: Google::Apis::ConnectorsV1::EuaSecret, decorator: Google::Apis::ConnectorsV1::EuaSecret::Representation
1687
+
1688
+ property :ssh_client_cert_pass, as: 'sshClientCertPass', class: Google::Apis::ConnectorsV1::EuaSecret, decorator: Google::Apis::ConnectorsV1::EuaSecret::Representation
1689
+
1690
+ property :username, as: 'username'
1691
+ end
1692
+ end
1693
+
1694
+ class EndUserAuthenticationConfigUserPassword
1695
+ # @private
1696
+ class Representation < Google::Apis::Core::JsonRepresentation
1697
+ property :password, as: 'password', class: Google::Apis::ConnectorsV1::EuaSecret, decorator: Google::Apis::ConnectorsV1::EuaSecret::Representation
1698
+
1699
+ property :username, as: 'username'
1700
+ end
1701
+ end
1702
+
1703
+ class EndUserAuthenticationConfigVariable
1704
+ # @private
1705
+ class Representation < Google::Apis::Core::JsonRepresentation
1706
+ property :bool_value, as: 'boolValue'
1707
+ property :int_value, :numeric_string => true, as: 'intValue'
1708
+ property :key, as: 'key'
1709
+ property :secret_value, as: 'secretValue', class: Google::Apis::ConnectorsV1::EuaSecret, decorator: Google::Apis::ConnectorsV1::EuaSecret::Representation
1710
+
1711
+ property :string_value, as: 'stringValue'
1712
+ end
1713
+ end
1714
+
1715
+ class EndUserAuthenticationEndUserAuthenticationStatus
1716
+ # @private
1717
+ class Representation < Google::Apis::Core::JsonRepresentation
1718
+ property :description, as: 'description'
1719
+ property :state, as: 'state'
1720
+ end
1721
+ end
1722
+
1723
+ class EndUserAuthenticationNotifyEndpointDestination
1724
+ # @private
1725
+ class Representation < Google::Apis::Core::JsonRepresentation
1726
+ property :endpoint, as: 'endpoint', class: Google::Apis::ConnectorsV1::EndUserAuthenticationNotifyEndpointDestinationEndPoint, decorator: Google::Apis::ConnectorsV1::EndUserAuthenticationNotifyEndpointDestinationEndPoint::Representation
1727
+
1728
+ property :service_account, as: 'serviceAccount'
1729
+ property :type, as: 'type'
1730
+ end
1731
+ end
1732
+
1733
+ class EndUserAuthenticationNotifyEndpointDestinationEndPoint
1734
+ # @private
1735
+ class Representation < Google::Apis::Core::JsonRepresentation
1736
+ property :endpoint_uri, as: 'endpointUri'
1737
+ collection :headers, as: 'headers', class: Google::Apis::ConnectorsV1::EndUserAuthenticationNotifyEndpointDestinationEndPointHeader, decorator: Google::Apis::ConnectorsV1::EndUserAuthenticationNotifyEndpointDestinationEndPointHeader::Representation
1738
+
1739
+ end
1740
+ end
1741
+
1742
+ class EndUserAuthenticationNotifyEndpointDestinationEndPointHeader
1743
+ # @private
1744
+ class Representation < Google::Apis::Core::JsonRepresentation
1745
+ property :key, as: 'key'
1746
+ property :value, as: 'value'
1747
+ end
1748
+ end
1749
+
1460
1750
  class EndpointAttachment
1461
1751
  # @private
1462
1752
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1854,6 +2144,16 @@ module Google
1854
2144
  end
1855
2145
  end
1856
2146
 
2147
+ class ListEndUserAuthenticationsResponse
2148
+ # @private
2149
+ class Representation < Google::Apis::Core::JsonRepresentation
2150
+ collection :end_user_authentications, as: 'endUserAuthentications', class: Google::Apis::ConnectorsV1::EndUserAuthentication, decorator: Google::Apis::ConnectorsV1::EndUserAuthentication::Representation
2151
+
2152
+ property :next_page_token, as: 'nextPageToken'
2153
+ collection :unreachable, as: 'unreachable'
2154
+ end
2155
+ end
2156
+
1857
2157
  class ListEndpointAttachmentsResponse
1858
2158
  # @private
1859
2159
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2113,6 +2413,18 @@ module Google
2113
2413
  end
2114
2414
  end
2115
2415
 
2416
+ class OAuthTokenData
2417
+ # @private
2418
+ class Representation < Google::Apis::Core::JsonRepresentation
2419
+ property :access_token, as: 'accessToken', class: Google::Apis::ConnectorsV1::EuaSecret, decorator: Google::Apis::ConnectorsV1::EuaSecret::Representation
2420
+
2421
+ property :create_time, as: 'createTime'
2422
+ property :expiry, as: 'expiry'
2423
+ property :refresh_token, as: 'refreshToken', class: Google::Apis::ConnectorsV1::EuaSecret, decorator: Google::Apis::ConnectorsV1::EuaSecret::Representation
2424
+
2425
+ end
2426
+ end
2427
+
2116
2428
  class Oauth2AuthCodeFlow
2117
2429
  # @private
2118
2430
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2224,6 +2536,16 @@ module Google
2224
2536
  end
2225
2537
  end
2226
2538
 
2539
+ class PriorityEntityType
2540
+ # @private
2541
+ class Representation < Google::Apis::Core::JsonRepresentation
2542
+ property :description, as: 'description'
2543
+ property :id, as: 'id'
2544
+ property :order, as: 'order'
2545
+ property :priority, as: 'priority'
2546
+ end
2547
+ end
2548
+
2227
2549
  class Provider
2228
2550
  # @private
2229
2551
  class Representation < Google::Apis::Core::JsonRepresentation