google-apis-connectors_v1 0.70.0 → 0.71.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.70.0"
19
+ GEM_VERSION = "0.71.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.16.0"
22
+ GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250415"
25
+ REVISION = "20250423"
26
26
  end
27
27
  end
28
28
  end
@@ -244,90 +244,6 @@ module Google
244
244
  include Google::Apis::Core::JsonObjectSupport
245
245
  end
246
246
 
247
- class EndUserAuthentication
248
- class Representation < Google::Apis::Core::JsonRepresentation; end
249
-
250
- include Google::Apis::Core::JsonObjectSupport
251
- end
252
-
253
- class EndUserAuthenticationConfig
254
- class Representation < Google::Apis::Core::JsonRepresentation; end
255
-
256
- include Google::Apis::Core::JsonObjectSupport
257
- end
258
-
259
- class EndUserAuthenticationConfigOauth2AuthCodeFlow
260
- class Representation < Google::Apis::Core::JsonRepresentation; end
261
-
262
- include Google::Apis::Core::JsonObjectSupport
263
- end
264
-
265
- class EndUserAuthenticationConfigOauth2AuthCodeFlowGoogleManaged
266
- class Representation < Google::Apis::Core::JsonRepresentation; end
267
-
268
- include Google::Apis::Core::JsonObjectSupport
269
- end
270
-
271
- class EndUserAuthenticationConfigOauth2ClientCredentials
272
- class Representation < Google::Apis::Core::JsonRepresentation; end
273
-
274
- include Google::Apis::Core::JsonObjectSupport
275
- end
276
-
277
- class EndUserAuthenticationConfigOauth2JwtBearer
278
- class Representation < Google::Apis::Core::JsonRepresentation; end
279
-
280
- include Google::Apis::Core::JsonObjectSupport
281
- end
282
-
283
- class EndUserAuthenticationConfigOauth2JwtBearerJwtClaims
284
- class Representation < Google::Apis::Core::JsonRepresentation; end
285
-
286
- include Google::Apis::Core::JsonObjectSupport
287
- end
288
-
289
- class EndUserAuthenticationConfigSshPublicKey
290
- class Representation < Google::Apis::Core::JsonRepresentation; end
291
-
292
- include Google::Apis::Core::JsonObjectSupport
293
- end
294
-
295
- class EndUserAuthenticationConfigUserPassword
296
- class Representation < Google::Apis::Core::JsonRepresentation; end
297
-
298
- include Google::Apis::Core::JsonObjectSupport
299
- end
300
-
301
- class EndUserAuthenticationConfigVariable
302
- class Representation < Google::Apis::Core::JsonRepresentation; end
303
-
304
- include Google::Apis::Core::JsonObjectSupport
305
- end
306
-
307
- class EndUserAuthenticationEndUserAuthenticationStatus
308
- class Representation < Google::Apis::Core::JsonRepresentation; end
309
-
310
- include Google::Apis::Core::JsonObjectSupport
311
- end
312
-
313
- class EndUserAuthenticationNotifyEndpointDestination
314
- class Representation < Google::Apis::Core::JsonRepresentation; end
315
-
316
- include Google::Apis::Core::JsonObjectSupport
317
- end
318
-
319
- class EndUserAuthenticationNotifyEndpointDestinationEndPoint
320
- class Representation < Google::Apis::Core::JsonRepresentation; end
321
-
322
- include Google::Apis::Core::JsonObjectSupport
323
- end
324
-
325
- class EndUserAuthenticationNotifyEndpointDestinationEndPointHeader
326
- class Representation < Google::Apis::Core::JsonRepresentation; end
327
-
328
- include Google::Apis::Core::JsonObjectSupport
329
- end
330
-
331
247
  class EndpointAttachment
332
248
  class Representation < Google::Apis::Core::JsonRepresentation; end
333
249
 
@@ -520,12 +436,6 @@ module Google
520
436
  include Google::Apis::Core::JsonObjectSupport
521
437
  end
522
438
 
523
- class ListEndUserAuthenticationsResponse
524
- class Representation < Google::Apis::Core::JsonRepresentation; end
525
-
526
- include Google::Apis::Core::JsonObjectSupport
527
- end
528
-
529
439
  class ListEndpointAttachmentsResponse
530
440
  class Representation < Google::Apis::Core::JsonRepresentation; end
531
441
 
@@ -688,12 +598,6 @@ module Google
688
598
  include Google::Apis::Core::JsonObjectSupport
689
599
  end
690
600
 
691
- class OAuthTokenData
692
- class Representation < Google::Apis::Core::JsonRepresentation; end
693
-
694
- include Google::Apis::Core::JsonObjectSupport
695
- end
696
-
697
601
  class Oauth2AuthCodeFlow
698
602
  class Representation < Google::Apis::Core::JsonRepresentation; end
699
603
 
@@ -1335,7 +1239,6 @@ module Google
1335
1239
 
1336
1240
  property :eventing_config_template, as: 'eventingConfigTemplate', class: Google::Apis::ConnectorsV1::EventingConfigTemplate, decorator: Google::Apis::ConnectorsV1::EventingConfigTemplate::Representation
1337
1241
 
1338
- property :is_async_operations_supported, as: 'isAsyncOperationsSupported'
1339
1242
  property :is_custom_actions_supported, as: 'isCustomActionsSupported'
1340
1243
  property :is_custom_entities_supported, as: 'isCustomEntitiesSupported'
1341
1244
  hash :labels, as: 'labels'
@@ -1410,8 +1313,12 @@ module Google
1410
1313
  class CustomConnectorVersion
1411
1314
  # @private
1412
1315
  class Representation < Google::Apis::Core::JsonRepresentation
1316
+ property :async_operations_support, as: 'asyncOperationsSupport'
1413
1317
  property :auth_config, as: 'authConfig', class: Google::Apis::ConnectorsV1::AuthConfig, decorator: Google::Apis::ConnectorsV1::AuthConfig::Representation
1414
1318
 
1319
+ collection :auth_config_templates, as: 'authConfigTemplates', class: Google::Apis::ConnectorsV1::AuthConfigTemplate, decorator: Google::Apis::ConnectorsV1::AuthConfigTemplate::Representation
1320
+
1321
+ property :auth_override_support, as: 'authOverrideSupport'
1415
1322
  collection :backend_variable_templates, as: 'backendVariableTemplates', class: Google::Apis::ConnectorsV1::ConfigVariableTemplate, decorator: Google::Apis::ConnectorsV1::ConfigVariableTemplate::Representation
1416
1323
 
1417
1324
  property :create_time, as: 'createTime'
@@ -1550,168 +1457,6 @@ module Google
1550
1457
  end
1551
1458
  end
1552
1459
 
1553
- class EndUserAuthentication
1554
- # @private
1555
- class Representation < Google::Apis::Core::JsonRepresentation
1556
- collection :config_variables, as: 'configVariables', class: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigVariable, decorator: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigVariable::Representation
1557
-
1558
- property :create_time, as: 'createTime'
1559
- collection :destination_configs, as: 'destinationConfigs', class: Google::Apis::ConnectorsV1::DestinationConfig, decorator: Google::Apis::ConnectorsV1::DestinationConfig::Representation
1560
-
1561
- property :end_user_authentication_config, as: 'endUserAuthenticationConfig', class: Google::Apis::ConnectorsV1::EndUserAuthenticationConfig, decorator: Google::Apis::ConnectorsV1::EndUserAuthenticationConfig::Representation
1562
-
1563
- collection :labels, as: 'labels'
1564
- property :name, as: 'name'
1565
- property :notify_endpoint_destination, as: 'notifyEndpointDestination', class: Google::Apis::ConnectorsV1::EndUserAuthenticationNotifyEndpointDestination, decorator: Google::Apis::ConnectorsV1::EndUserAuthenticationNotifyEndpointDestination::Representation
1566
-
1567
- property :status, as: 'status', class: Google::Apis::ConnectorsV1::EndUserAuthenticationEndUserAuthenticationStatus, decorator: Google::Apis::ConnectorsV1::EndUserAuthenticationEndUserAuthenticationStatus::Representation
1568
-
1569
- property :update_time, as: 'updateTime'
1570
- property :user_email, as: 'userEmail'
1571
- property :user_id, as: 'userId'
1572
- end
1573
- end
1574
-
1575
- class EndUserAuthenticationConfig
1576
- # @private
1577
- class Representation < Google::Apis::Core::JsonRepresentation
1578
- collection :additional_variables, as: 'additionalVariables', class: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigVariable, decorator: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigVariable::Representation
1579
-
1580
- property :auth_key, as: 'authKey'
1581
- property :auth_type, as: 'authType'
1582
- property :oauth2_auth_code_flow, as: 'oauth2AuthCodeFlow', class: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigOauth2AuthCodeFlow, decorator: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigOauth2AuthCodeFlow::Representation
1583
-
1584
- property :oauth2_auth_code_flow_google_managed, as: 'oauth2AuthCodeFlowGoogleManaged', class: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigOauth2AuthCodeFlowGoogleManaged, decorator: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigOauth2AuthCodeFlowGoogleManaged::Representation
1585
-
1586
- property :oauth2_client_credentials, as: 'oauth2ClientCredentials', class: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigOauth2ClientCredentials, decorator: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigOauth2ClientCredentials::Representation
1587
-
1588
- property :oauth2_jwt_bearer, as: 'oauth2JwtBearer', class: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigOauth2JwtBearer, decorator: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigOauth2JwtBearer::Representation
1589
-
1590
- property :ssh_public_key, as: 'sshPublicKey', class: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigSshPublicKey, decorator: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigSshPublicKey::Representation
1591
-
1592
- property :user_password, as: 'userPassword', class: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigUserPassword, decorator: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigUserPassword::Representation
1593
-
1594
- end
1595
- end
1596
-
1597
- class EndUserAuthenticationConfigOauth2AuthCodeFlow
1598
- # @private
1599
- class Representation < Google::Apis::Core::JsonRepresentation
1600
- property :auth_code, as: 'authCode'
1601
- property :auth_uri, as: 'authUri'
1602
- property :client_id, as: 'clientId'
1603
- property :client_secret, as: 'clientSecret'
1604
- property :enable_pkce, as: 'enablePkce'
1605
- property :oauth_token_data, as: 'oauthTokenData', class: Google::Apis::ConnectorsV1::OAuthTokenData, decorator: Google::Apis::ConnectorsV1::OAuthTokenData::Representation
1606
-
1607
- property :pkce_verifier, as: 'pkceVerifier'
1608
- property :redirect_uri, as: 'redirectUri'
1609
- collection :scopes, as: 'scopes'
1610
- end
1611
- end
1612
-
1613
- class EndUserAuthenticationConfigOauth2AuthCodeFlowGoogleManaged
1614
- # @private
1615
- class Representation < Google::Apis::Core::JsonRepresentation
1616
- property :auth_code, as: 'authCode'
1617
- property :oauth_token_data, as: 'oauthTokenData', class: Google::Apis::ConnectorsV1::OAuthTokenData, decorator: Google::Apis::ConnectorsV1::OAuthTokenData::Representation
1618
-
1619
- property :redirect_uri, as: 'redirectUri'
1620
- collection :scopes, as: 'scopes'
1621
- end
1622
- end
1623
-
1624
- class EndUserAuthenticationConfigOauth2ClientCredentials
1625
- # @private
1626
- class Representation < Google::Apis::Core::JsonRepresentation
1627
- property :client_id, as: 'clientId'
1628
- property :client_secret, as: 'clientSecret'
1629
- end
1630
- end
1631
-
1632
- class EndUserAuthenticationConfigOauth2JwtBearer
1633
- # @private
1634
- class Representation < Google::Apis::Core::JsonRepresentation
1635
- property :client_key, as: 'clientKey'
1636
- property :jwt_claims, as: 'jwtClaims', class: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigOauth2JwtBearerJwtClaims, decorator: Google::Apis::ConnectorsV1::EndUserAuthenticationConfigOauth2JwtBearerJwtClaims::Representation
1637
-
1638
- end
1639
- end
1640
-
1641
- class EndUserAuthenticationConfigOauth2JwtBearerJwtClaims
1642
- # @private
1643
- class Representation < Google::Apis::Core::JsonRepresentation
1644
- property :audience, as: 'audience'
1645
- property :issuer, as: 'issuer'
1646
- property :subject, as: 'subject'
1647
- end
1648
- end
1649
-
1650
- class EndUserAuthenticationConfigSshPublicKey
1651
- # @private
1652
- class Representation < Google::Apis::Core::JsonRepresentation
1653
- property :cert_type, as: 'certType'
1654
- property :ssh_client_cert, as: 'sshClientCert'
1655
- property :ssh_client_cert_pass, as: 'sshClientCertPass'
1656
- property :username, as: 'username'
1657
- end
1658
- end
1659
-
1660
- class EndUserAuthenticationConfigUserPassword
1661
- # @private
1662
- class Representation < Google::Apis::Core::JsonRepresentation
1663
- property :password, as: 'password'
1664
- property :username, as: 'username'
1665
- end
1666
- end
1667
-
1668
- class EndUserAuthenticationConfigVariable
1669
- # @private
1670
- class Representation < Google::Apis::Core::JsonRepresentation
1671
- property :bool_value, as: 'boolValue'
1672
- property :int_value, :numeric_string => true, as: 'intValue'
1673
- property :key, as: 'key'
1674
- property :secret_value, as: 'secretValue', class: Google::Apis::ConnectorsV1::Secret, decorator: Google::Apis::ConnectorsV1::Secret::Representation
1675
-
1676
- property :string_value, as: 'stringValue'
1677
- end
1678
- end
1679
-
1680
- class EndUserAuthenticationEndUserAuthenticationStatus
1681
- # @private
1682
- class Representation < Google::Apis::Core::JsonRepresentation
1683
- property :description, as: 'description'
1684
- property :state, as: 'state'
1685
- end
1686
- end
1687
-
1688
- class EndUserAuthenticationNotifyEndpointDestination
1689
- # @private
1690
- class Representation < Google::Apis::Core::JsonRepresentation
1691
- property :endpoint, as: 'endpoint', class: Google::Apis::ConnectorsV1::EndUserAuthenticationNotifyEndpointDestinationEndPoint, decorator: Google::Apis::ConnectorsV1::EndUserAuthenticationNotifyEndpointDestinationEndPoint::Representation
1692
-
1693
- property :service_account, as: 'serviceAccount'
1694
- property :type, as: 'type'
1695
- end
1696
- end
1697
-
1698
- class EndUserAuthenticationNotifyEndpointDestinationEndPoint
1699
- # @private
1700
- class Representation < Google::Apis::Core::JsonRepresentation
1701
- property :endpoint_uri, as: 'endpointUri'
1702
- collection :headers, as: 'headers', class: Google::Apis::ConnectorsV1::EndUserAuthenticationNotifyEndpointDestinationEndPointHeader, decorator: Google::Apis::ConnectorsV1::EndUserAuthenticationNotifyEndpointDestinationEndPointHeader::Representation
1703
-
1704
- end
1705
- end
1706
-
1707
- class EndUserAuthenticationNotifyEndpointDestinationEndPointHeader
1708
- # @private
1709
- class Representation < Google::Apis::Core::JsonRepresentation
1710
- property :key, as: 'key'
1711
- property :value, as: 'value'
1712
- end
1713
- end
1714
-
1715
1460
  class EndpointAttachment
1716
1461
  # @private
1717
1462
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1981,6 +1726,7 @@ module Google
1981
1726
  # @private
1982
1727
  class Representation < Google::Apis::Core::JsonRepresentation
1983
1728
  property :consumer_defined_name, as: 'consumerDefinedName'
1729
+ property :consumer_project_number, as: 'consumerProjectNumber'
1984
1730
  property :create_time, as: 'createTime'
1985
1731
  property :instance_type, as: 'instanceType'
1986
1732
  hash :labels, as: 'labels'
@@ -2108,16 +1854,6 @@ module Google
2108
1854
  end
2109
1855
  end
2110
1856
 
2111
- class ListEndUserAuthenticationsResponse
2112
- # @private
2113
- class Representation < Google::Apis::Core::JsonRepresentation
2114
- collection :end_user_authentications, as: 'endUserAuthentications', class: Google::Apis::ConnectorsV1::EndUserAuthentication, decorator: Google::Apis::ConnectorsV1::EndUserAuthentication::Representation
2115
-
2116
- property :next_page_token, as: 'nextPageToken'
2117
- collection :unreachable, as: 'unreachable'
2118
- end
2119
- end
2120
-
2121
1857
  class ListEndpointAttachmentsResponse
2122
1858
  # @private
2123
1859
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2377,16 +2113,6 @@ module Google
2377
2113
  end
2378
2114
  end
2379
2115
 
2380
- class OAuthTokenData
2381
- # @private
2382
- class Representation < Google::Apis::Core::JsonRepresentation
2383
- property :access_token, as: 'accessToken'
2384
- property :create_time, as: 'createTime'
2385
- property :expiry, as: 'expiry'
2386
- property :refresh_token, as: 'refreshToken'
2387
- end
2388
- end
2389
-
2390
2116
  class Oauth2AuthCodeFlow
2391
2117
  # @private
2392
2118
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2841,6 +2567,7 @@ module Google
2841
2567
  # @private
2842
2568
  class Representation < Google::Apis::Core::JsonRepresentation
2843
2569
  property :action_apis, as: 'actionApis'
2570
+ property :async_operations, as: 'asyncOperations'
2844
2571
  property :entity_apis, as: 'entityApis'
2845
2572
  property :sql_query, as: 'sqlQuery'
2846
2573
  end
@@ -866,192 +866,6 @@ module Google
866
866
  execute_or_queue_command(command, &block)
867
867
  end
868
868
 
869
- # Creates a new EndUserAuthentication in a given project,location and connection.
870
- # @param [String] parent
871
- # Required. Parent resource of the EndUserAuthentication, of the form: `projects/
872
- # */locations/*/connections/*`
873
- # @param [Google::Apis::ConnectorsV1::EndUserAuthentication] end_user_authentication_object
874
- # @param [String] end_user_authentication_id
875
- # Required. Identifier to assign to the EndUserAuthentication. Must be unique
876
- # within scope of the parent resource.
877
- # @param [String] fields
878
- # Selector specifying which fields to include in a partial response.
879
- # @param [String] quota_user
880
- # Available to use for quota purposes for server-side applications. Can be any
881
- # arbitrary string assigned to a user, but should not exceed 40 characters.
882
- # @param [Google::Apis::RequestOptions] options
883
- # Request-specific options
884
- #
885
- # @yield [result, err] Result & error if block supplied
886
- # @yieldparam result [Google::Apis::ConnectorsV1::Operation] parsed result object
887
- # @yieldparam err [StandardError] error object if request failed
888
- #
889
- # @return [Google::Apis::ConnectorsV1::Operation]
890
- #
891
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
892
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
893
- # @raise [Google::Apis::AuthorizationError] Authorization is required
894
- 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)
895
- command = make_simple_command(:post, 'v1/{+parent}/endUserAuthentications', options)
896
- command.request_representation = Google::Apis::ConnectorsV1::EndUserAuthentication::Representation
897
- command.request_object = end_user_authentication_object
898
- command.response_representation = Google::Apis::ConnectorsV1::Operation::Representation
899
- command.response_class = Google::Apis::ConnectorsV1::Operation
900
- command.params['parent'] = parent unless parent.nil?
901
- command.query['endUserAuthenticationId'] = end_user_authentication_id unless end_user_authentication_id.nil?
902
- command.query['fields'] = fields unless fields.nil?
903
- command.query['quotaUser'] = quota_user unless quota_user.nil?
904
- execute_or_queue_command(command, &block)
905
- end
906
-
907
- # Deletes a single EndUserAuthentication.
908
- # @param [String] name
909
- # Required. Resource name of the form: `projects/*/locations/*/connections/*/
910
- # endUserAuthentication/*`
911
- # @param [String] fields
912
- # Selector specifying which fields to include in a partial response.
913
- # @param [String] quota_user
914
- # Available to use for quota purposes for server-side applications. Can be any
915
- # arbitrary string assigned to a user, but should not exceed 40 characters.
916
- # @param [Google::Apis::RequestOptions] options
917
- # Request-specific options
918
- #
919
- # @yield [result, err] Result & error if block supplied
920
- # @yieldparam result [Google::Apis::ConnectorsV1::Operation] parsed result object
921
- # @yieldparam err [StandardError] error object if request failed
922
- #
923
- # @return [Google::Apis::ConnectorsV1::Operation]
924
- #
925
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
926
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
927
- # @raise [Google::Apis::AuthorizationError] Authorization is required
928
- def delete_project_location_connection_end_user_authentication(name, fields: nil, quota_user: nil, options: nil, &block)
929
- command = make_simple_command(:delete, 'v1/{+name}', options)
930
- command.response_representation = Google::Apis::ConnectorsV1::Operation::Representation
931
- command.response_class = Google::Apis::ConnectorsV1::Operation
932
- command.params['name'] = name unless name.nil?
933
- command.query['fields'] = fields unless fields.nil?
934
- command.query['quotaUser'] = quota_user unless quota_user.nil?
935
- execute_or_queue_command(command, &block)
936
- end
937
-
938
- # Gets details of a single EndUserAuthentication.
939
- # @param [String] name
940
- # Required. Resource name of the form: `projects/*/locations/*/connections/*/
941
- # EndUserAuthentications/*`
942
- # @param [String] view
943
- # Optional. View of the EndUserAuthentication to return.
944
- # @param [String] fields
945
- # Selector specifying which fields to include in a partial response.
946
- # @param [String] quota_user
947
- # Available to use for quota purposes for server-side applications. Can be any
948
- # arbitrary string assigned to a user, but should not exceed 40 characters.
949
- # @param [Google::Apis::RequestOptions] options
950
- # Request-specific options
951
- #
952
- # @yield [result, err] Result & error if block supplied
953
- # @yieldparam result [Google::Apis::ConnectorsV1::EndUserAuthentication] parsed result object
954
- # @yieldparam err [StandardError] error object if request failed
955
- #
956
- # @return [Google::Apis::ConnectorsV1::EndUserAuthentication]
957
- #
958
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
959
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
960
- # @raise [Google::Apis::AuthorizationError] Authorization is required
961
- def get_project_location_connection_end_user_authentication(name, view: nil, fields: nil, quota_user: nil, options: nil, &block)
962
- command = make_simple_command(:get, 'v1/{+name}', options)
963
- command.response_representation = Google::Apis::ConnectorsV1::EndUserAuthentication::Representation
964
- command.response_class = Google::Apis::ConnectorsV1::EndUserAuthentication
965
- command.params['name'] = name unless name.nil?
966
- command.query['view'] = view unless view.nil?
967
- command.query['fields'] = fields unless fields.nil?
968
- command.query['quotaUser'] = quota_user unless quota_user.nil?
969
- execute_or_queue_command(command, &block)
970
- end
971
-
972
- # List EndUserAuthentications in a given project,location and connection.
973
- # @param [String] parent
974
- # Required. Parent resource of the EndUserAuthentication, of the form: `projects/
975
- # */locations/*/connections/*`
976
- # @param [String] filter
977
- # Filter.
978
- # @param [String] order_by
979
- # Order by parameters.
980
- # @param [Fixnum] page_size
981
- # Page size.
982
- # @param [String] page_token
983
- # Page token.
984
- # @param [String] fields
985
- # Selector specifying which fields to include in a partial response.
986
- # @param [String] quota_user
987
- # Available to use for quota purposes for server-side applications. Can be any
988
- # arbitrary string assigned to a user, but should not exceed 40 characters.
989
- # @param [Google::Apis::RequestOptions] options
990
- # Request-specific options
991
- #
992
- # @yield [result, err] Result & error if block supplied
993
- # @yieldparam result [Google::Apis::ConnectorsV1::ListEndUserAuthenticationsResponse] parsed result object
994
- # @yieldparam err [StandardError] error object if request failed
995
- #
996
- # @return [Google::Apis::ConnectorsV1::ListEndUserAuthenticationsResponse]
997
- #
998
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
999
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1000
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1001
- 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)
1002
- command = make_simple_command(:get, 'v1/{+parent}/endUserAuthentications', options)
1003
- command.response_representation = Google::Apis::ConnectorsV1::ListEndUserAuthenticationsResponse::Representation
1004
- command.response_class = Google::Apis::ConnectorsV1::ListEndUserAuthenticationsResponse
1005
- command.params['parent'] = parent unless parent.nil?
1006
- command.query['filter'] = filter unless filter.nil?
1007
- command.query['orderBy'] = order_by unless order_by.nil?
1008
- command.query['pageSize'] = page_size unless page_size.nil?
1009
- command.query['pageToken'] = page_token unless page_token.nil?
1010
- command.query['fields'] = fields unless fields.nil?
1011
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1012
- execute_or_queue_command(command, &block)
1013
- end
1014
-
1015
- # Updates the parameters of a single EndUserAuthentication.
1016
- # @param [String] name
1017
- # Required. Identifier. Resource name of the EndUserAuthentication. Format:
1018
- # projects/`project`/locations/`location`/connections/`connection`/
1019
- # endUserAuthentications/`end_user_authentication`
1020
- # @param [Google::Apis::ConnectorsV1::EndUserAuthentication] end_user_authentication_object
1021
- # @param [String] update_mask
1022
- # Required. The list of fields to update. A field will be overwritten if it is
1023
- # in the mask. You can modify only the fields listed below. To update the
1024
- # EndUserAuthentication details: * `notify_endpoint_destination`
1025
- # @param [String] fields
1026
- # Selector specifying which fields to include in a partial response.
1027
- # @param [String] quota_user
1028
- # Available to use for quota purposes for server-side applications. Can be any
1029
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1030
- # @param [Google::Apis::RequestOptions] options
1031
- # Request-specific options
1032
- #
1033
- # @yield [result, err] Result & error if block supplied
1034
- # @yieldparam result [Google::Apis::ConnectorsV1::Operation] parsed result object
1035
- # @yieldparam err [StandardError] error object if request failed
1036
- #
1037
- # @return [Google::Apis::ConnectorsV1::Operation]
1038
- #
1039
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1040
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1041
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1042
- 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)
1043
- command = make_simple_command(:patch, 'v1/{+name}', options)
1044
- command.request_representation = Google::Apis::ConnectorsV1::EndUserAuthentication::Representation
1045
- command.request_object = end_user_authentication_object
1046
- command.response_representation = Google::Apis::ConnectorsV1::Operation::Representation
1047
- command.response_class = Google::Apis::ConnectorsV1::Operation
1048
- command.params['name'] = name unless name.nil?
1049
- command.query['updateMask'] = update_mask unless update_mask.nil?
1050
- command.query['fields'] = fields unless fields.nil?
1051
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1052
- execute_or_queue_command(command, &block)
1053
- end
1054
-
1055
869
  # Creates a new EventSubscription in a given project,location and connection.
1056
870
  # @param [String] parent
1057
871
  # Required. Parent resource of the EventSubscription, of the form: `projects/*/
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-connectors_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.70.0
4
+ version: 0.71.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-27 00:00:00.000000000 Z
10
+ date: 1980-01-02 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-connectors_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.70.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.71.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:
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '2.7'
69
+ version: '3.1'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.5
76
+ rubygems_version: 3.6.8
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Connectors API V1
79
79
  test_files: []