google-apis-connectors_v1 0.68.0 → 0.70.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.
|
19
|
+
GEM_VERSION = "0.70.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250415"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -244,6 +244,90 @@ 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
|
+
|
247
331
|
class EndpointAttachment
|
248
332
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
333
|
|
@@ -436,6 +520,12 @@ module Google
|
|
436
520
|
include Google::Apis::Core::JsonObjectSupport
|
437
521
|
end
|
438
522
|
|
523
|
+
class ListEndUserAuthenticationsResponse
|
524
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
|
+
|
526
|
+
include Google::Apis::Core::JsonObjectSupport
|
527
|
+
end
|
528
|
+
|
439
529
|
class ListEndpointAttachmentsResponse
|
440
530
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
531
|
|
@@ -598,6 +688,12 @@ module Google
|
|
598
688
|
include Google::Apis::Core::JsonObjectSupport
|
599
689
|
end
|
600
690
|
|
691
|
+
class OAuthTokenData
|
692
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
693
|
+
|
694
|
+
include Google::Apis::Core::JsonObjectSupport
|
695
|
+
end
|
696
|
+
|
601
697
|
class Oauth2AuthCodeFlow
|
602
698
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
603
699
|
|
@@ -1211,6 +1307,7 @@ module Google
|
|
1211
1307
|
property :migrate_deployment_model, as: 'migrateDeploymentModel'
|
1212
1308
|
property :migrate_tls, as: 'migrateTls'
|
1213
1309
|
property :provision_cloud_spanner, as: 'provisionCloudSpanner'
|
1310
|
+
property :provision_memstore, as: 'provisionMemstore'
|
1214
1311
|
property :ratelimit_threshold, :numeric_string => true, as: 'ratelimitThreshold'
|
1215
1312
|
property :resource_limits, as: 'resourceLimits', class: Google::Apis::ConnectorsV1::ResourceLimits, decorator: Google::Apis::ConnectorsV1::ResourceLimits::Representation
|
1216
1313
|
|
@@ -1453,6 +1550,168 @@ module Google
|
|
1453
1550
|
end
|
1454
1551
|
end
|
1455
1552
|
|
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
|
+
|
1456
1715
|
class EndpointAttachment
|
1457
1716
|
# @private
|
1458
1717
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1557,6 +1816,8 @@ module Google
|
|
1557
1816
|
|
1558
1817
|
property :registration_destination_config, as: 'registrationDestinationConfig', class: Google::Apis::ConnectorsV1::DestinationConfig, decorator: Google::Apis::ConnectorsV1::DestinationConfig::Representation
|
1559
1818
|
|
1819
|
+
property :ssl_config, as: 'sslConfig', class: Google::Apis::ConnectorsV1::SslConfig, decorator: Google::Apis::ConnectorsV1::SslConfig::Representation
|
1820
|
+
|
1560
1821
|
end
|
1561
1822
|
end
|
1562
1823
|
|
@@ -1580,6 +1841,8 @@ module Google
|
|
1580
1841
|
|
1581
1842
|
property :registration_destination_config, as: 'registrationDestinationConfig', class: Google::Apis::ConnectorsV1::DestinationConfigTemplate, decorator: Google::Apis::ConnectorsV1::DestinationConfigTemplate::Representation
|
1582
1843
|
|
1844
|
+
property :ssl_config_template, as: 'sslConfigTemplate', class: Google::Apis::ConnectorsV1::SslConfigTemplate, decorator: Google::Apis::ConnectorsV1::SslConfigTemplate::Representation
|
1845
|
+
|
1583
1846
|
collection :trigger_config_variables, as: 'triggerConfigVariables', class: Google::Apis::ConnectorsV1::ConfigVariableTemplate, decorator: Google::Apis::ConnectorsV1::ConfigVariableTemplate::Representation
|
1584
1847
|
|
1585
1848
|
end
|
@@ -1845,6 +2108,16 @@ module Google
|
|
1845
2108
|
end
|
1846
2109
|
end
|
1847
2110
|
|
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
|
+
|
1848
2121
|
class ListEndpointAttachmentsResponse
|
1849
2122
|
# @private
|
1850
2123
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1898,6 +2171,7 @@ module Google
|
|
1898
2171
|
collection :managed_zones, as: 'managedZones', class: Google::Apis::ConnectorsV1::ManagedZone, decorator: Google::Apis::ConnectorsV1::ManagedZone::Representation
|
1899
2172
|
|
1900
2173
|
property :next_page_token, as: 'nextPageToken'
|
2174
|
+
collection :unreachable, as: 'unreachable'
|
1901
2175
|
end
|
1902
2176
|
end
|
1903
2177
|
|
@@ -2103,6 +2377,16 @@ module Google
|
|
2103
2377
|
end
|
2104
2378
|
end
|
2105
2379
|
|
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
|
+
|
2106
2390
|
class Oauth2AuthCodeFlow
|
2107
2391
|
# @private
|
2108
2392
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -147,6 +147,9 @@ module Google
|
|
147
147
|
# Lists information about the supported locations for this service.
|
148
148
|
# @param [String] name
|
149
149
|
# The resource that owns the locations collection, if applicable.
|
150
|
+
# @param [Array<String>, String] extra_location_types
|
151
|
+
# Optional. A list of extra location types that should be used as conditions for
|
152
|
+
# controlling the visibility of the locations.
|
150
153
|
# @param [String] filter
|
151
154
|
# A filter to narrow down results to a preferred subset. The filtering language
|
152
155
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
@@ -174,11 +177,12 @@ module Google
|
|
174
177
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
175
178
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
176
179
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
177
|
-
def list_project_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
180
|
+
def list_project_locations(name, extra_location_types: nil, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
178
181
|
command = make_simple_command(:get, 'v1/{+name}/locations', options)
|
179
182
|
command.response_representation = Google::Apis::ConnectorsV1::ListLocationsResponse::Representation
|
180
183
|
command.response_class = Google::Apis::ConnectorsV1::ListLocationsResponse
|
181
184
|
command.params['name'] = name unless name.nil?
|
185
|
+
command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
|
182
186
|
command.query['filter'] = filter unless filter.nil?
|
183
187
|
command.query['pageSize'] = page_size unless page_size.nil?
|
184
188
|
command.query['pageToken'] = page_token unless page_token.nil?
|
@@ -862,6 +866,192 @@ module Google
|
|
862
866
|
execute_or_queue_command(command, &block)
|
863
867
|
end
|
864
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
|
+
|
865
1055
|
# Creates a new EventSubscription in a given project,location and connection.
|
866
1056
|
# @param [String] parent
|
867
1057
|
# Required. Parent resource of the EventSubscription, of the form: `projects/*/
|
@@ -2001,6 +2191,9 @@ module Google
|
|
2001
2191
|
# Page size.
|
2002
2192
|
# @param [String] page_token
|
2003
2193
|
# Page token.
|
2194
|
+
# @param [Boolean] return_partial_success
|
2195
|
+
# Optional. If true, allow partial responses for multi-regional Aggregated List
|
2196
|
+
# requests.
|
2004
2197
|
# @param [String] fields
|
2005
2198
|
# Selector specifying which fields to include in a partial response.
|
2006
2199
|
# @param [String] quota_user
|
@@ -2018,7 +2211,7 @@ module Google
|
|
2018
2211
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
2019
2212
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
2020
2213
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
2021
|
-
def list_project_location_global_managed_zones(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
2214
|
+
def list_project_location_global_managed_zones(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
2022
2215
|
command = make_simple_command(:get, 'v1/{+parent}/managedZones', options)
|
2023
2216
|
command.response_representation = Google::Apis::ConnectorsV1::ListManagedZonesResponse::Representation
|
2024
2217
|
command.response_class = Google::Apis::ConnectorsV1::ListManagedZonesResponse
|
@@ -2027,6 +2220,7 @@ module Google
|
|
2027
2220
|
command.query['orderBy'] = order_by unless order_by.nil?
|
2028
2221
|
command.query['pageSize'] = page_size unless page_size.nil?
|
2029
2222
|
command.query['pageToken'] = page_token unless page_token.nil?
|
2223
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
2030
2224
|
command.query['fields'] = fields unless fields.nil?
|
2031
2225
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
2032
2226
|
execute_or_queue_command(command, &block)
|
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.
|
4
|
+
version: 0.70.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-04-27 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-connectors_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.70.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:
|