google-apis-connectors_v1 0.71.0 → 0.73.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.73.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250423"
25
+ REVISION = "20250521"
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
 
@@ -1121,11 +1223,14 @@ module Google
1121
1223
  collection :destination_configs, as: 'destinationConfigs', class: Google::Apis::ConnectorsV1::DestinationConfig, decorator: Google::Apis::ConnectorsV1::DestinationConfig::Representation
1122
1224
 
1123
1225
  property :envoy_image_location, as: 'envoyImageLocation'
1226
+ property :eua_oauth_auth_config, as: 'euaOauthAuthConfig', class: Google::Apis::ConnectorsV1::AuthConfig, decorator: Google::Apis::ConnectorsV1::AuthConfig::Representation
1227
+
1124
1228
  property :eventing_config, as: 'eventingConfig', class: Google::Apis::ConnectorsV1::EventingConfig, decorator: Google::Apis::ConnectorsV1::EventingConfig::Representation
1125
1229
 
1126
1230
  property :eventing_enablement_type, as: 'eventingEnablementType'
1127
1231
  property :eventing_runtime_data, as: 'eventingRuntimeData', class: Google::Apis::ConnectorsV1::EventingRuntimeData, decorator: Google::Apis::ConnectorsV1::EventingRuntimeData::Representation
1128
1232
 
1233
+ property :fallback_on_admin_credentials, as: 'fallbackOnAdminCredentials'
1129
1234
  property :host, as: 'host'
1130
1235
  property :image_location, as: 'imageLocation'
1131
1236
  property :is_trusted_tester, as: 'isTrustedTester'
@@ -1210,6 +1315,7 @@ module Google
1210
1315
  property :max_instance_request_concurrency, as: 'maxInstanceRequestConcurrency'
1211
1316
  property :migrate_deployment_model, as: 'migrateDeploymentModel'
1212
1317
  property :migrate_tls, as: 'migrateTls'
1318
+ property :network_egress_mode, as: 'networkEgressMode'
1213
1319
  property :provision_cloud_spanner, as: 'provisionCloudSpanner'
1214
1320
  property :provision_memstore, as: 'provisionMemstore'
1215
1321
  property :ratelimit_threshold, :numeric_string => true, as: 'ratelimitThreshold'
@@ -1417,6 +1523,14 @@ module Google
1417
1523
  end
1418
1524
  end
1419
1525
 
1526
+ class EuaSecret
1527
+ # @private
1528
+ class Representation < Google::Apis::Core::JsonRepresentation
1529
+ property :secret_value, as: 'secretValue'
1530
+ property :secret_version, as: 'secretVersion'
1531
+ end
1532
+ end
1533
+
1420
1534
  class EgressControlConfig
1421
1535
  # @private
1422
1536
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1457,6 +1571,174 @@ module Google
1457
1571
  end
1458
1572
  end
1459
1573
 
1574
+ class EndUserAuthentication
1575
+ # @private
1576
+ class Representation < Google::Apis::Core::JsonRepresentation
1577
+ collection :config_variables, as: 'configVariables', class: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigVariable, decorator: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigVariable::Representation
1578
+
1579
+ property :create_time, as: 'createTime'
1580
+ collection :destination_configs, as: 'destinationConfigs', class: Google::Apis::ConnectorsV1::DestinationConfig, decorator: Google::Apis::ConnectorsV1::DestinationConfig::Representation
1581
+
1582
+ property :end_user_authentication_config, as: 'endUserAuthenticationConfig', class: Google::Apis::ConnectorsV1::EndUserAuthenticationConfig, decorator: Google::Apis::ConnectorsV1::EndUserAuthenticationConfig::Representation
1583
+
1584
+ collection :labels, as: 'labels'
1585
+ property :name, as: 'name'
1586
+ property :notify_endpoint_destination, as: 'notifyEndpointDestination', class: Google::Apis::ConnectorsV1::EndUserAuthenticationNotifyEndpointDestination, decorator: Google::Apis::ConnectorsV1::EndUserAuthenticationNotifyEndpointDestination::Representation
1587
+
1588
+ collection :roles, as: 'roles'
1589
+ property :status, as: 'status', class: Google::Apis::ConnectorsV1::EndUserAuthenticationEndUserAuthenticationStatus, decorator: Google::Apis::ConnectorsV1::EndUserAuthenticationEndUserAuthenticationStatus::Representation
1590
+
1591
+ property :update_time, as: 'updateTime'
1592
+ property :user_id, as: 'userId'
1593
+ end
1594
+ end
1595
+
1596
+ class EndUserAuthenticationConfig
1597
+ # @private
1598
+ class Representation < Google::Apis::Core::JsonRepresentation
1599
+ collection :additional_variables, as: 'additionalVariables', class: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigVariable, decorator: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigVariable::Representation
1600
+
1601
+ property :auth_key, as: 'authKey'
1602
+ property :auth_type, as: 'authType'
1603
+ property :oauth2_auth_code_flow, as: 'oauth2AuthCodeFlow', class: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigOauth2AuthCodeFlow, decorator: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigOauth2AuthCodeFlow::Representation
1604
+
1605
+ property :oauth2_auth_code_flow_google_managed, as: 'oauth2AuthCodeFlowGoogleManaged', class: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigOauth2AuthCodeFlowGoogleManaged, decorator: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigOauth2AuthCodeFlowGoogleManaged::Representation
1606
+
1607
+ property :oauth2_client_credentials, as: 'oauth2ClientCredentials', class: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigOauth2ClientCredentials, decorator: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigOauth2ClientCredentials::Representation
1608
+
1609
+ property :oauth2_jwt_bearer, as: 'oauth2JwtBearer', class: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigOauth2JwtBearer, decorator: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigOauth2JwtBearer::Representation
1610
+
1611
+ property :ssh_public_key, as: 'sshPublicKey', class: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigSshPublicKey, decorator: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigSshPublicKey::Representation
1612
+
1613
+ property :user_password, as: 'userPassword', class: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigUserPassword, decorator: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigUserPassword::Representation
1614
+
1615
+ end
1616
+ end
1617
+
1618
+ class EndUserAuthenticationConfigOauth2AuthCodeFlow
1619
+ # @private
1620
+ class Representation < Google::Apis::Core::JsonRepresentation
1621
+ property :auth_code, as: 'authCode'
1622
+ property :auth_uri, as: 'authUri'
1623
+ property :client_id, as: 'clientId'
1624
+ property :client_secret, as: 'clientSecret', class: Google::Apis::ConnectorsV1::EuaSecret, decorator: Google::Apis::ConnectorsV1::EuaSecret::Representation
1625
+
1626
+ property :enable_pkce, as: 'enablePkce'
1627
+ property :oauth_token_data, as: 'oauthTokenData', class: Google::Apis::ConnectorsV1::OAuthTokenData, decorator: Google::Apis::ConnectorsV1::OAuthTokenData::Representation
1628
+
1629
+ property :pkce_verifier, as: 'pkceVerifier'
1630
+ property :redirect_uri, as: 'redirectUri'
1631
+ collection :scopes, as: 'scopes'
1632
+ end
1633
+ end
1634
+
1635
+ class EndUserAuthenticationConfigOauth2AuthCodeFlowGoogleManaged
1636
+ # @private
1637
+ class Representation < Google::Apis::Core::JsonRepresentation
1638
+ property :auth_code, as: 'authCode'
1639
+ property :oauth_token_data, as: 'oauthTokenData', class: Google::Apis::ConnectorsV1::OAuthTokenData, decorator: Google::Apis::ConnectorsV1::OAuthTokenData::Representation
1640
+
1641
+ property :redirect_uri, as: 'redirectUri'
1642
+ collection :scopes, as: 'scopes'
1643
+ end
1644
+ end
1645
+
1646
+ class EndUserAuthenticationConfigOauth2ClientCredentials
1647
+ # @private
1648
+ class Representation < Google::Apis::Core::JsonRepresentation
1649
+ property :client_id, as: 'clientId'
1650
+ property :client_secret, as: 'clientSecret', class: Google::Apis::ConnectorsV1::EuaSecret, decorator: Google::Apis::ConnectorsV1::EuaSecret::Representation
1651
+
1652
+ end
1653
+ end
1654
+
1655
+ class EndUserAuthenticationConfigOauth2JwtBearer
1656
+ # @private
1657
+ class Representation < Google::Apis::Core::JsonRepresentation
1658
+ property :client_key, as: 'clientKey', class: Google::Apis::ConnectorsV1::EuaSecret, decorator: Google::Apis::ConnectorsV1::EuaSecret::Representation
1659
+
1660
+ property :jwt_claims, as: 'jwtClaims', class: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigOauth2JwtBearerJwtClaims, decorator: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigOauth2JwtBearerJwtClaims::Representation
1661
+
1662
+ end
1663
+ end
1664
+
1665
+ class EndUserAuthenticationConfigOauth2JwtBearerJwtClaims
1666
+ # @private
1667
+ class Representation < Google::Apis::Core::JsonRepresentation
1668
+ property :audience, as: 'audience'
1669
+ property :issuer, as: 'issuer'
1670
+ property :subject, as: 'subject'
1671
+ end
1672
+ end
1673
+
1674
+ class EndUserAuthenticationConfigSshPublicKey
1675
+ # @private
1676
+ class Representation < Google::Apis::Core::JsonRepresentation
1677
+ property :cert_type, as: 'certType'
1678
+ property :ssh_client_cert, as: 'sshClientCert', class: Google::Apis::ConnectorsV1::EuaSecret, decorator: Google::Apis::ConnectorsV1::EuaSecret::Representation
1679
+
1680
+ property :ssh_client_cert_pass, as: 'sshClientCertPass', class: Google::Apis::ConnectorsV1::EuaSecret, decorator: Google::Apis::ConnectorsV1::EuaSecret::Representation
1681
+
1682
+ property :username, as: 'username'
1683
+ end
1684
+ end
1685
+
1686
+ class EndUserAuthenticationConfigUserPassword
1687
+ # @private
1688
+ class Representation < Google::Apis::Core::JsonRepresentation
1689
+ property :password, as: 'password', class: Google::Apis::ConnectorsV1::EuaSecret, decorator: Google::Apis::ConnectorsV1::EuaSecret::Representation
1690
+
1691
+ property :username, as: 'username'
1692
+ end
1693
+ end
1694
+
1695
+ class EndUserAuthenticationConfigVariable
1696
+ # @private
1697
+ class Representation < Google::Apis::Core::JsonRepresentation
1698
+ property :bool_value, as: 'boolValue'
1699
+ property :int_value, :numeric_string => true, as: 'intValue'
1700
+ property :key, as: 'key'
1701
+ property :secret_value, as: 'secretValue', class: Google::Apis::ConnectorsV1::EuaSecret, decorator: Google::Apis::ConnectorsV1::EuaSecret::Representation
1702
+
1703
+ property :string_value, as: 'stringValue'
1704
+ end
1705
+ end
1706
+
1707
+ class EndUserAuthenticationEndUserAuthenticationStatus
1708
+ # @private
1709
+ class Representation < Google::Apis::Core::JsonRepresentation
1710
+ property :description, as: 'description'
1711
+ property :state, as: 'state'
1712
+ end
1713
+ end
1714
+
1715
+ class EndUserAuthenticationNotifyEndpointDestination
1716
+ # @private
1717
+ class Representation < Google::Apis::Core::JsonRepresentation
1718
+ property :endpoint, as: 'endpoint', class: Google::Apis::ConnectorsV1::EndUserAuthenticationNotifyEndpointDestinationEndPoint, decorator: Google::Apis::ConnectorsV1::EndUserAuthenticationNotifyEndpointDestinationEndPoint::Representation
1719
+
1720
+ property :service_account, as: 'serviceAccount'
1721
+ property :type, as: 'type'
1722
+ end
1723
+ end
1724
+
1725
+ class EndUserAuthenticationNotifyEndpointDestinationEndPoint
1726
+ # @private
1727
+ class Representation < Google::Apis::Core::JsonRepresentation
1728
+ property :endpoint_uri, as: 'endpointUri'
1729
+ collection :headers, as: 'headers', class: Google::Apis::ConnectorsV1::EndUserAuthenticationNotifyEndpointDestinationEndPointHeader, decorator: Google::Apis::ConnectorsV1::EndUserAuthenticationNotifyEndpointDestinationEndPointHeader::Representation
1730
+
1731
+ end
1732
+ end
1733
+
1734
+ class EndUserAuthenticationNotifyEndpointDestinationEndPointHeader
1735
+ # @private
1736
+ class Representation < Google::Apis::Core::JsonRepresentation
1737
+ property :key, as: 'key'
1738
+ property :value, as: 'value'
1739
+ end
1740
+ end
1741
+
1460
1742
  class EndpointAttachment
1461
1743
  # @private
1462
1744
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1854,6 +2136,16 @@ module Google
1854
2136
  end
1855
2137
  end
1856
2138
 
2139
+ class ListEndUserAuthenticationsResponse
2140
+ # @private
2141
+ class Representation < Google::Apis::Core::JsonRepresentation
2142
+ collection :end_user_authentications, as: 'endUserAuthentications', class: Google::Apis::ConnectorsV1::EndUserAuthentication, decorator: Google::Apis::ConnectorsV1::EndUserAuthentication::Representation
2143
+
2144
+ property :next_page_token, as: 'nextPageToken'
2145
+ collection :unreachable, as: 'unreachable'
2146
+ end
2147
+ end
2148
+
1857
2149
  class ListEndpointAttachmentsResponse
1858
2150
  # @private
1859
2151
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2113,6 +2405,18 @@ module Google
2113
2405
  end
2114
2406
  end
2115
2407
 
2408
+ class OAuthTokenData
2409
+ # @private
2410
+ class Representation < Google::Apis::Core::JsonRepresentation
2411
+ property :access_token, as: 'accessToken', class: Google::Apis::ConnectorsV1::EuaSecret, decorator: Google::Apis::ConnectorsV1::EuaSecret::Representation
2412
+
2413
+ property :create_time, as: 'createTime'
2414
+ property :expiry, as: 'expiry'
2415
+ property :refresh_token, as: 'refreshToken', class: Google::Apis::ConnectorsV1::EuaSecret, decorator: Google::Apis::ConnectorsV1::EuaSecret::Representation
2416
+
2417
+ end
2418
+ end
2419
+
2116
2420
  class Oauth2AuthCodeFlow
2117
2421
  # @private
2118
2422
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -493,12 +493,15 @@ module Google
493
493
  # locations/`location`/connections/`connection`
494
494
  # @param [Google::Apis::ConnectorsV1::Connection] connection_object
495
495
  # @param [String] update_mask
496
- # Required. You can modify only the fields listed below. To lock/unlock a
497
- # connection: * `lock_config` To suspend/resume a connection: * `suspended` To
496
+ # Required. The list of fields to update. Fields are specified relative to the
497
+ # connection. A field will be overwritten if it is in the mask. The field mask
498
+ # must not be empty, and it must not contain fields that are immutable or only
499
+ # set by the server. You can modify only the fields listed below. To lock/unlock
500
+ # a connection: * `lock_config` To suspend/resume a connection: * `suspended` To
498
501
  # update the connection details: * `description` * `labels` * `connector_version`
499
502
  # * `config_variables` * `auth_config` * `destination_configs` * `node_config` *
500
503
  # `log_config` * `ssl_config` * `eventing_enablement_type` * `eventing_config` *
501
- # `auth_override_enabled`
504
+ # `auth_override_enabled` * `async_operations_enabled`
502
505
  # @param [String] fields
503
506
  # Selector specifying which fields to include in a partial response.
504
507
  # @param [String] quota_user
@@ -866,6 +869,192 @@ module Google
866
869
  execute_or_queue_command(command, &block)
867
870
  end
868
871
 
872
+ # Creates a new EndUserAuthentication in a given project,location and connection.
873
+ # @param [String] parent
874
+ # Required. Parent resource of the EndUserAuthentication, of the form: `projects/
875
+ # */locations/*/connections/*`
876
+ # @param [Google::Apis::ConnectorsV1::EndUserAuthentication] end_user_authentication_object
877
+ # @param [String] end_user_authentication_id
878
+ # Required. Identifier to assign to the EndUserAuthentication. Must be unique
879
+ # within scope of the parent resource.
880
+ # @param [String] fields
881
+ # Selector specifying which fields to include in a partial response.
882
+ # @param [String] quota_user
883
+ # Available to use for quota purposes for server-side applications. Can be any
884
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
885
+ # @param [Google::Apis::RequestOptions] options
886
+ # Request-specific options
887
+ #
888
+ # @yield [result, err] Result & error if block supplied
889
+ # @yieldparam result [Google::Apis::ConnectorsV1::Operation] parsed result object
890
+ # @yieldparam err [StandardError] error object if request failed
891
+ #
892
+ # @return [Google::Apis::ConnectorsV1::Operation]
893
+ #
894
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
895
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
896
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
897
+ def create_project_location_connection_end_user_authentication(parent, end_user_authentication_object = nil, end_user_authentication_id: nil, fields: nil, quota_user: nil, options: nil, &block)
898
+ command = make_simple_command(:post, 'v1/{+parent}/endUserAuthentications', options)
899
+ command.request_representation = Google::Apis::ConnectorsV1::EndUserAuthentication::Representation
900
+ command.request_object = end_user_authentication_object
901
+ command.response_representation = Google::Apis::ConnectorsV1::Operation::Representation
902
+ command.response_class = Google::Apis::ConnectorsV1::Operation
903
+ command.params['parent'] = parent unless parent.nil?
904
+ command.query['endUserAuthenticationId'] = end_user_authentication_id unless end_user_authentication_id.nil?
905
+ command.query['fields'] = fields unless fields.nil?
906
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
907
+ execute_or_queue_command(command, &block)
908
+ end
909
+
910
+ # Deletes a single EndUserAuthentication.
911
+ # @param [String] name
912
+ # Required. Resource name of the form: `projects/*/locations/*/connections/*/
913
+ # endUserAuthentication/*`
914
+ # @param [String] fields
915
+ # Selector specifying which fields to include in a partial response.
916
+ # @param [String] quota_user
917
+ # Available to use for quota purposes for server-side applications. Can be any
918
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
919
+ # @param [Google::Apis::RequestOptions] options
920
+ # Request-specific options
921
+ #
922
+ # @yield [result, err] Result & error if block supplied
923
+ # @yieldparam result [Google::Apis::ConnectorsV1::Operation] parsed result object
924
+ # @yieldparam err [StandardError] error object if request failed
925
+ #
926
+ # @return [Google::Apis::ConnectorsV1::Operation]
927
+ #
928
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
929
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
930
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
931
+ def delete_project_location_connection_end_user_authentication(name, fields: nil, quota_user: nil, options: nil, &block)
932
+ command = make_simple_command(:delete, 'v1/{+name}', options)
933
+ command.response_representation = Google::Apis::ConnectorsV1::Operation::Representation
934
+ command.response_class = Google::Apis::ConnectorsV1::Operation
935
+ command.params['name'] = name unless name.nil?
936
+ command.query['fields'] = fields unless fields.nil?
937
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
938
+ execute_or_queue_command(command, &block)
939
+ end
940
+
941
+ # Gets details of a single EndUserAuthentication.
942
+ # @param [String] name
943
+ # Required. Resource name of the form: `projects/*/locations/*/connections/*/
944
+ # EndUserAuthentications/*`
945
+ # @param [String] view
946
+ # Optional. View of the EndUserAuthentication to return.
947
+ # @param [String] fields
948
+ # Selector specifying which fields to include in a partial response.
949
+ # @param [String] quota_user
950
+ # Available to use for quota purposes for server-side applications. Can be any
951
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
952
+ # @param [Google::Apis::RequestOptions] options
953
+ # Request-specific options
954
+ #
955
+ # @yield [result, err] Result & error if block supplied
956
+ # @yieldparam result [Google::Apis::ConnectorsV1::EndUserAuthentication] parsed result object
957
+ # @yieldparam err [StandardError] error object if request failed
958
+ #
959
+ # @return [Google::Apis::ConnectorsV1::EndUserAuthentication]
960
+ #
961
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
962
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
963
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
964
+ def get_project_location_connection_end_user_authentication(name, view: nil, fields: nil, quota_user: nil, options: nil, &block)
965
+ command = make_simple_command(:get, 'v1/{+name}', options)
966
+ command.response_representation = Google::Apis::ConnectorsV1::EndUserAuthentication::Representation
967
+ command.response_class = Google::Apis::ConnectorsV1::EndUserAuthentication
968
+ command.params['name'] = name unless name.nil?
969
+ command.query['view'] = view unless view.nil?
970
+ command.query['fields'] = fields unless fields.nil?
971
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
972
+ execute_or_queue_command(command, &block)
973
+ end
974
+
975
+ # List EndUserAuthentications in a given project,location and connection.
976
+ # @param [String] parent
977
+ # Required. Parent resource of the EndUserAuthentication, of the form: `projects/
978
+ # */locations/*/connections/*`
979
+ # @param [String] filter
980
+ # Filter.
981
+ # @param [String] order_by
982
+ # Order by parameters.
983
+ # @param [Fixnum] page_size
984
+ # Page size.
985
+ # @param [String] page_token
986
+ # Page token.
987
+ # @param [String] fields
988
+ # Selector specifying which fields to include in a partial response.
989
+ # @param [String] quota_user
990
+ # Available to use for quota purposes for server-side applications. Can be any
991
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
992
+ # @param [Google::Apis::RequestOptions] options
993
+ # Request-specific options
994
+ #
995
+ # @yield [result, err] Result & error if block supplied
996
+ # @yieldparam result [Google::Apis::ConnectorsV1::ListEndUserAuthenticationsResponse] parsed result object
997
+ # @yieldparam err [StandardError] error object if request failed
998
+ #
999
+ # @return [Google::Apis::ConnectorsV1::ListEndUserAuthenticationsResponse]
1000
+ #
1001
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1002
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1003
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1004
+ def list_project_location_connection_end_user_authentications(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1005
+ command = make_simple_command(:get, 'v1/{+parent}/endUserAuthentications', options)
1006
+ command.response_representation = Google::Apis::ConnectorsV1::ListEndUserAuthenticationsResponse::Representation
1007
+ command.response_class = Google::Apis::ConnectorsV1::ListEndUserAuthenticationsResponse
1008
+ command.params['parent'] = parent unless parent.nil?
1009
+ command.query['filter'] = filter unless filter.nil?
1010
+ command.query['orderBy'] = order_by unless order_by.nil?
1011
+ command.query['pageSize'] = page_size unless page_size.nil?
1012
+ command.query['pageToken'] = page_token unless page_token.nil?
1013
+ command.query['fields'] = fields unless fields.nil?
1014
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1015
+ execute_or_queue_command(command, &block)
1016
+ end
1017
+
1018
+ # Updates the parameters of a single EndUserAuthentication.
1019
+ # @param [String] name
1020
+ # Required. Identifier. Resource name of the EndUserAuthentication. Format:
1021
+ # projects/`project`/locations/`location`/connections/`connection`/
1022
+ # endUserAuthentications/`end_user_authentication`
1023
+ # @param [Google::Apis::ConnectorsV1::EndUserAuthentication] end_user_authentication_object
1024
+ # @param [String] update_mask
1025
+ # Required. The list of fields to update. A field will be overwritten if it is
1026
+ # in the mask. You can modify only the fields listed below. To update the
1027
+ # EndUserAuthentication details: * `notify_endpoint_destination`
1028
+ # @param [String] fields
1029
+ # Selector specifying which fields to include in a partial response.
1030
+ # @param [String] quota_user
1031
+ # Available to use for quota purposes for server-side applications. Can be any
1032
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1033
+ # @param [Google::Apis::RequestOptions] options
1034
+ # Request-specific options
1035
+ #
1036
+ # @yield [result, err] Result & error if block supplied
1037
+ # @yieldparam result [Google::Apis::ConnectorsV1::Operation] parsed result object
1038
+ # @yieldparam err [StandardError] error object if request failed
1039
+ #
1040
+ # @return [Google::Apis::ConnectorsV1::Operation]
1041
+ #
1042
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1043
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1044
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1045
+ def patch_project_location_connection_end_user_authentication(name, end_user_authentication_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
1046
+ command = make_simple_command(:patch, 'v1/{+name}', options)
1047
+ command.request_representation = Google::Apis::ConnectorsV1::EndUserAuthentication::Representation
1048
+ command.request_object = end_user_authentication_object
1049
+ command.response_representation = Google::Apis::ConnectorsV1::Operation::Representation
1050
+ command.response_class = Google::Apis::ConnectorsV1::Operation
1051
+ command.params['name'] = name unless name.nil?
1052
+ command.query['updateMask'] = update_mask unless update_mask.nil?
1053
+ command.query['fields'] = fields unless fields.nil?
1054
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1055
+ execute_or_queue_command(command, &block)
1056
+ end
1057
+
869
1058
  # Creates a new EventSubscription in a given project,location and connection.
870
1059
  # @param [String] parent
871
1060
  # Required. Parent resource of the EventSubscription, of the form: `projects/*/
@@ -1011,8 +1200,8 @@ module Google
1011
1200
 
1012
1201
  # Updates the parameters of a single EventSubscription.
1013
1202
  # @param [String] name
1014
- # Required. Resource name of the EventSubscription. Format: projects/`project`/
1015
- # locations/`location`/connections/`connection`/eventSubscriptions/`
1203
+ # Required. Identifier. Resource name of the EventSubscription. Format: projects/
1204
+ # `project`/locations/`location`/connections/`connection`/eventSubscriptions/`
1016
1205
  # event_subscription`
1017
1206
  # @param [Google::Apis::ConnectorsV1::EventSubscription] event_subscription_object
1018
1207
  # @param [String] update_mask
@@ -1350,7 +1539,8 @@ module Google
1350
1539
  # @param [Google::Apis::ConnectorsV1::EndpointAttachment] endpoint_attachment_object
1351
1540
  # @param [String] endpoint_attachment_id
1352
1541
  # Required. Identifier to assign to the EndpointAttachment. Must be unique
1353
- # within scope of the parent resource.
1542
+ # within scope of the parent resource. The regex is: `^[a-z]([a-z0-9-]`0,61`[a-
1543
+ # z0-9])?$`.
1354
1544
  # @param [String] fields
1355
1545
  # Selector specifying which fields to include in a partial response.
1356
1546
  # @param [String] quota_user
@@ -2558,9 +2748,6 @@ module Google
2558
2748
 
2559
2749
  # Lists Connector Versions in a given project and location.
2560
2750
  # @param [String] parent
2561
- # Required. Parent resource of the connectors, of the form: `projects/*/
2562
- # locations/*/providers/*/connectors/*` Only global location is supported for
2563
- # ConnectorVersion resource.
2564
2751
  # @param [Fixnum] page_size
2565
2752
  # Page size.
2566
2753
  # @param [String] page_token
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-connectors_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.71.0
4
+ version: 0.73.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -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-connectors_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.71.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.73.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-connectors_v1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Connectors API V1
79
79
  test_files: []