google-apis-connectors_v1 0.63.0 → 0.64.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.63.0"
19
+ GEM_VERSION = "0.64.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240715"
25
+ REVISION = "20241105"
26
26
  end
27
27
  end
28
28
  end
@@ -46,6 +46,30 @@ module Google
46
46
  include Google::Apis::Core::JsonObjectSupport
47
47
  end
48
48
 
49
+ class AuthField
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
55
+ class AuthObject
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class AuthProperty
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class AuthSchema
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
49
73
  class AuthorizationCodeLink
50
74
  class Representation < Google::Apis::Core::JsonRepresentation; end
51
75
 
@@ -304,6 +328,12 @@ module Google
304
328
  include Google::Apis::Core::JsonObjectSupport
305
329
  end
306
330
 
331
+ class FetchAuthSchemaResponse
332
+ class Representation < Google::Apis::Core::JsonRepresentation; end
333
+
334
+ include Google::Apis::Core::JsonObjectSupport
335
+ end
336
+
307
337
  class Field
308
338
  class Representation < Google::Apis::Core::JsonRepresentation; end
309
339
 
@@ -346,6 +376,12 @@ module Google
346
376
  include Google::Apis::Core::JsonObjectSupport
347
377
  end
348
378
 
379
+ class JsonAuthSchema
380
+ class Representation < Google::Apis::Core::JsonRepresentation; end
381
+
382
+ include Google::Apis::Core::JsonObjectSupport
383
+ end
384
+
349
385
  class JsonSchema
350
386
  class Representation < Google::Apis::Core::JsonRepresentation; end
351
387
 
@@ -556,6 +592,12 @@ module Google
556
592
  include Google::Apis::Core::JsonObjectSupport
557
593
  end
558
594
 
595
+ class Oauth2AuthCodeFlowGoogleManaged
596
+ class Representation < Google::Apis::Core::JsonRepresentation; end
597
+
598
+ include Google::Apis::Core::JsonObjectSupport
599
+ end
600
+
559
601
  class Oauth2ClientCredentials
560
602
  class Representation < Google::Apis::Core::JsonRepresentation; end
561
603
 
@@ -580,6 +622,12 @@ module Google
580
622
  include Google::Apis::Core::JsonObjectSupport
581
623
  end
582
624
 
625
+ class PartnerMetadata
626
+ class Representation < Google::Apis::Core::JsonRepresentation; end
627
+
628
+ include Google::Apis::Core::JsonObjectSupport
629
+ end
630
+
583
631
  class PerSliSloEligibility
584
632
  class Representation < Google::Apis::Core::JsonRepresentation; end
585
633
 
@@ -604,6 +652,12 @@ module Google
604
652
  include Google::Apis::Core::JsonObjectSupport
605
653
  end
606
654
 
655
+ class PublishStatus
656
+ class Representation < Google::Apis::Core::JsonRepresentation; end
657
+
658
+ include Google::Apis::Core::JsonObjectSupport
659
+ end
660
+
607
661
  class RefreshConnectionSchemaMetadataRequest
608
662
  class Representation < Google::Apis::Core::JsonRepresentation; end
609
663
 
@@ -754,6 +808,18 @@ module Google
754
808
  include Google::Apis::Core::JsonObjectSupport
755
809
  end
756
810
 
811
+ class StandardAction
812
+ class Representation < Google::Apis::Core::JsonRepresentation; end
813
+
814
+ include Google::Apis::Core::JsonObjectSupport
815
+ end
816
+
817
+ class StandardEntity
818
+ class Representation < Google::Apis::Core::JsonRepresentation; end
819
+
820
+ include Google::Apis::Core::JsonObjectSupport
821
+ end
822
+
757
823
  class Status
758
824
  class Representation < Google::Apis::Core::JsonRepresentation; end
759
825
 
@@ -814,6 +880,12 @@ module Google
814
880
  include Google::Apis::Core::JsonObjectSupport
815
881
  end
816
882
 
883
+ class WebhookSubscriptions
884
+ class Representation < Google::Apis::Core::JsonRepresentation; end
885
+
886
+ include Google::Apis::Core::JsonObjectSupport
887
+ end
888
+
817
889
  class WeeklyCycle
818
890
  class Representation < Google::Apis::Core::JsonRepresentation; end
819
891
 
@@ -846,6 +918,8 @@ module Google
846
918
  property :auth_type, as: 'authType'
847
919
  property :oauth2_auth_code_flow, as: 'oauth2AuthCodeFlow', class: Google::Apis::ConnectorsV1::Oauth2AuthCodeFlow, decorator: Google::Apis::ConnectorsV1::Oauth2AuthCodeFlow::Representation
848
920
 
921
+ property :oauth2_auth_code_flow_google_managed, as: 'oauth2AuthCodeFlowGoogleManaged', class: Google::Apis::ConnectorsV1::Oauth2AuthCodeFlowGoogleManaged, decorator: Google::Apis::ConnectorsV1::Oauth2AuthCodeFlowGoogleManaged::Representation
922
+
849
923
  property :oauth2_client_credentials, as: 'oauth2ClientCredentials', class: Google::Apis::ConnectorsV1::Oauth2ClientCredentials, decorator: Google::Apis::ConnectorsV1::Oauth2ClientCredentials::Representation
850
924
 
851
925
  property :oauth2_jwt_bearer, as: 'oauth2JwtBearer', class: Google::Apis::ConnectorsV1::Oauth2JwtBearer, decorator: Google::Apis::ConnectorsV1::Oauth2JwtBearer::Representation
@@ -866,6 +940,51 @@ module Google
866
940
 
867
941
  property :description, as: 'description'
868
942
  property :display_name, as: 'displayName'
943
+ property :is_default, as: 'isDefault'
944
+ end
945
+ end
946
+
947
+ class AuthField
948
+ # @private
949
+ class Representation < Google::Apis::Core::JsonRepresentation
950
+ property :data_type, as: 'dataType'
951
+ property :description, as: 'description'
952
+ property :key, as: 'key'
953
+ end
954
+ end
955
+
956
+ class AuthObject
957
+ # @private
958
+ class Representation < Google::Apis::Core::JsonRepresentation
959
+ property :additional_properties, as: 'additionalProperties'
960
+ property :auth_key, as: 'authKey'
961
+ property :auth_type, as: 'authType'
962
+ property :description, as: 'description'
963
+ property :is_default, as: 'isDefault'
964
+ hash :properties, as: 'properties', class: Google::Apis::ConnectorsV1::AuthProperty, decorator: Google::Apis::ConnectorsV1::AuthProperty::Representation
965
+
966
+ property :type, as: 'type'
967
+ end
968
+ end
969
+
970
+ class AuthProperty
971
+ # @private
972
+ class Representation < Google::Apis::Core::JsonRepresentation
973
+ property :description, as: 'description'
974
+ property :type, as: 'type'
975
+ end
976
+ end
977
+
978
+ class AuthSchema
979
+ # @private
980
+ class Representation < Google::Apis::Core::JsonRepresentation
981
+ collection :auth_fields, as: 'authFields', class: Google::Apis::ConnectorsV1::AuthField, decorator: Google::Apis::ConnectorsV1::AuthField::Representation
982
+
983
+ property :auth_key, as: 'authKey'
984
+ property :auth_type, as: 'authType'
985
+ property :description, as: 'description'
986
+ property :display_name, as: 'displayName'
987
+ property :is_default, as: 'isDefault'
869
988
  end
870
989
  end
871
990
 
@@ -873,6 +992,8 @@ module Google
873
992
  # @private
874
993
  class Representation < Google::Apis::Core::JsonRepresentation
875
994
  property :client_id, as: 'clientId'
995
+ property :client_secret, as: 'clientSecret', class: Google::Apis::ConnectorsV1::Secret, decorator: Google::Apis::ConnectorsV1::Secret::Representation
996
+
876
997
  property :enable_pkce, as: 'enablePkce'
877
998
  property :omit_query_params, as: 'omitQueryParams'
878
999
  collection :scopes, as: 'scopes'
@@ -949,6 +1070,7 @@ module Google
949
1070
  property :async_operations_enabled, as: 'asyncOperationsEnabled'
950
1071
  property :auth_config, as: 'authConfig', class: Google::Apis::ConnectorsV1::AuthConfig, decorator: Google::Apis::ConnectorsV1::AuthConfig::Representation
951
1072
 
1073
+ property :auth_override_enabled, as: 'authOverrideEnabled'
952
1074
  property :billing_config, as: 'billingConfig', class: Google::Apis::ConnectorsV1::BillingConfig, decorator: Google::Apis::ConnectorsV1::BillingConfig::Representation
953
1075
 
954
1076
  collection :config_variables, as: 'configVariables', class: Google::Apis::ConnectorsV1::ConfigVariable, decorator: Google::Apis::ConnectorsV1::ConfigVariable::Representation
@@ -968,6 +1090,7 @@ module Google
968
1090
  property :eventing_enablement_type, as: 'eventingEnablementType'
969
1091
  property :eventing_runtime_data, as: 'eventingRuntimeData', class: Google::Apis::ConnectorsV1::EventingRuntimeData, decorator: Google::Apis::ConnectorsV1::EventingRuntimeData::Representation
970
1092
 
1093
+ property :host, as: 'host'
971
1094
  property :image_location, as: 'imageLocation'
972
1095
  property :is_trusted_tester, as: 'isTrustedTester'
973
1096
  hash :labels, as: 'labels'
@@ -986,6 +1109,7 @@ module Google
986
1109
 
987
1110
  property :subscription_type, as: 'subscriptionType'
988
1111
  property :suspended, as: 'suspended'
1112
+ property :tls_service_directory, as: 'tlsServiceDirectory'
989
1113
  property :update_time, as: 'updateTime'
990
1114
  end
991
1115
  end
@@ -1036,12 +1160,17 @@ module Google
1036
1160
  class ConnectorInfraConfig
1037
1161
  # @private
1038
1162
  class Representation < Google::Apis::Core::JsonRepresentation
1163
+ property :always_allocate_cpu, as: 'alwaysAllocateCpu'
1039
1164
  property :connection_ratelimit_window_seconds, :numeric_string => true, as: 'connectionRatelimitWindowSeconds'
1165
+ property :connector_versioning_enabled, as: 'connectorVersioningEnabled'
1040
1166
  property :deployment_model, as: 'deploymentModel'
1041
1167
  property :hpa_config, as: 'hpaConfig', class: Google::Apis::ConnectorsV1::HpaConfig, decorator: Google::Apis::ConnectorsV1::HpaConfig::Representation
1042
1168
 
1043
1169
  property :internalclient_ratelimit_threshold, :numeric_string => true, as: 'internalclientRatelimitThreshold'
1170
+ property :max_instance_request_concurrency, as: 'maxInstanceRequestConcurrency'
1044
1171
  property :migrate_deployment_model, as: 'migrateDeploymentModel'
1172
+ property :migrate_tls, as: 'migrateTls'
1173
+ property :provision_cloud_spanner, as: 'provisionCloudSpanner'
1045
1174
  property :ratelimit_threshold, :numeric_string => true, as: 'ratelimitThreshold'
1046
1175
  property :resource_limits, as: 'resourceLimits', class: Google::Apis::ConnectorsV1::ResourceLimits, decorator: Google::Apis::ConnectorsV1::ResourceLimits::Representation
1047
1176
 
@@ -1069,6 +1198,9 @@ module Google
1069
1198
 
1070
1199
  property :eventing_config_template, as: 'eventingConfigTemplate', class: Google::Apis::ConnectorsV1::EventingConfigTemplate, decorator: Google::Apis::ConnectorsV1::EventingConfigTemplate::Representation
1071
1200
 
1201
+ property :is_async_operations_supported, as: 'isAsyncOperationsSupported'
1202
+ property :is_custom_actions_supported, as: 'isCustomActionsSupported'
1203
+ property :is_custom_entities_supported, as: 'isCustomEntitiesSupported'
1072
1204
  hash :labels, as: 'labels'
1073
1205
  property :launch_stage, as: 'launchStage'
1074
1206
  property :name, as: 'name'
@@ -1083,6 +1215,10 @@ module Google
1083
1215
 
1084
1216
  property :supported_runtime_features, as: 'supportedRuntimeFeatures', class: Google::Apis::ConnectorsV1::SupportedRuntimeFeatures, decorator: Google::Apis::ConnectorsV1::SupportedRuntimeFeatures::Representation
1085
1217
 
1218
+ collection :supported_standard_actions, as: 'supportedStandardActions', class: Google::Apis::ConnectorsV1::StandardAction, decorator: Google::Apis::ConnectorsV1::StandardAction::Representation
1219
+
1220
+ collection :supported_standard_entities, as: 'supportedStandardEntities', class: Google::Apis::ConnectorsV1::StandardEntity, decorator: Google::Apis::ConnectorsV1::StandardEntity::Representation
1221
+
1086
1222
  collection :unsupported_connection_types, as: 'unsupportedConnectionTypes'
1087
1223
  property :update_time, as: 'updateTime'
1088
1224
  end
@@ -1097,12 +1233,14 @@ module Google
1097
1233
  property :hpa_config, as: 'hpaConfig', class: Google::Apis::ConnectorsV1::HpaConfig, decorator: Google::Apis::ConnectorsV1::HpaConfig::Representation
1098
1234
 
1099
1235
  property :internalclient_ratelimit_threshold, :numeric_string => true, as: 'internalclientRatelimitThreshold'
1236
+ property :max_instance_request_concurrency, as: 'maxInstanceRequestConcurrency'
1100
1237
  property :ratelimit_threshold, :numeric_string => true, as: 'ratelimitThreshold'
1101
1238
  property :resource_limits, as: 'resourceLimits', class: Google::Apis::ConnectorsV1::ResourceLimits, decorator: Google::Apis::ConnectorsV1::ResourceLimits::Representation
1102
1239
 
1103
1240
  property :resource_requests, as: 'resourceRequests', class: Google::Apis::ConnectorsV1::ResourceRequests, decorator: Google::Apis::ConnectorsV1::ResourceRequests::Representation
1104
1241
 
1105
1242
  property :shared_deployment, as: 'sharedDeployment'
1243
+ property :tls_migration_state, as: 'tlsMigrationState'
1106
1244
  end
1107
1245
  end
1108
1246
 
@@ -1119,6 +1257,7 @@ module Google
1119
1257
  class Representation < Google::Apis::Core::JsonRepresentation
1120
1258
  collection :active_connector_versions, as: 'activeConnectorVersions'
1121
1259
  collection :all_connector_versions, as: 'allConnectorVersions'
1260
+ collection :all_marketplace_versions, as: 'allMarketplaceVersions'
1122
1261
  property :create_time, as: 'createTime'
1123
1262
  property :custom_connector_type, as: 'customConnectorType'
1124
1263
  property :description, as: 'description'
@@ -1126,6 +1265,7 @@ module Google
1126
1265
  hash :labels, as: 'labels'
1127
1266
  property :logo, as: 'logo'
1128
1267
  property :name, as: 'name'
1268
+ collection :published_marketplace_versions, as: 'publishedMarketplaceVersions'
1129
1269
  property :update_time, as: 'updateTime'
1130
1270
  end
1131
1271
  end
@@ -1143,6 +1283,10 @@ module Google
1143
1283
  property :enable_backend_destination_config, as: 'enableBackendDestinationConfig'
1144
1284
  hash :labels, as: 'labels'
1145
1285
  property :name, as: 'name'
1286
+ property :partner_metadata, as: 'partnerMetadata', class: Google::Apis::ConnectorsV1::PartnerMetadata, decorator: Google::Apis::ConnectorsV1::PartnerMetadata::Representation
1287
+
1288
+ property :publish_status, as: 'publishStatus', class: Google::Apis::ConnectorsV1::PublishStatus, decorator: Google::Apis::ConnectorsV1::PublishStatus::Representation
1289
+
1146
1290
  property :service_account, as: 'serviceAccount'
1147
1291
  property :spec_location, as: 'specLocation'
1148
1292
  collection :spec_server_urls, as: 'specServerUrls'
@@ -1279,6 +1423,7 @@ module Google
1279
1423
  hash :labels, as: 'labels'
1280
1424
  property :name, as: 'name'
1281
1425
  property :service_attachment, as: 'serviceAttachment'
1426
+ property :state, as: 'state'
1282
1427
  property :update_time, as: 'updateTime'
1283
1428
  end
1284
1429
  end
@@ -1412,6 +1557,8 @@ module Google
1412
1557
 
1413
1558
  property :webhook_data, as: 'webhookData', class: Google::Apis::ConnectorsV1::WebhookData, decorator: Google::Apis::ConnectorsV1::WebhookData::Representation
1414
1559
 
1560
+ property :webhook_subscriptions, as: 'webhookSubscriptions', class: Google::Apis::ConnectorsV1::WebhookSubscriptions, decorator: Google::Apis::ConnectorsV1::WebhookSubscriptions::Representation
1561
+
1415
1562
  end
1416
1563
  end
1417
1564
 
@@ -1450,6 +1597,16 @@ module Google
1450
1597
  end
1451
1598
  end
1452
1599
 
1600
+ class FetchAuthSchemaResponse
1601
+ # @private
1602
+ class Representation < Google::Apis::Core::JsonRepresentation
1603
+ collection :auth_schemas, as: 'authSchemas', class: Google::Apis::ConnectorsV1::AuthSchema, decorator: Google::Apis::ConnectorsV1::AuthSchema::Representation
1604
+
1605
+ property :json_schema, as: 'jsonSchema', class: Google::Apis::ConnectorsV1::JsonAuthSchema, decorator: Google::Apis::ConnectorsV1::JsonAuthSchema::Representation
1606
+
1607
+ end
1608
+ end
1609
+
1453
1610
  class Field
1454
1611
  # @private
1455
1612
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1542,6 +1699,15 @@ module Google
1542
1699
  end
1543
1700
  end
1544
1701
 
1702
+ class JsonAuthSchema
1703
+ # @private
1704
+ class Representation < Google::Apis::Core::JsonRepresentation
1705
+ property :_schema, as: '$schema'
1706
+ collection :one_of, as: 'oneOf', class: Google::Apis::ConnectorsV1::AuthObject, decorator: Google::Apis::ConnectorsV1::AuthObject::Representation
1707
+
1708
+ end
1709
+ end
1710
+
1545
1711
  class JsonSchema
1546
1712
  # @private
1547
1713
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1890,6 +2056,15 @@ module Google
1890
2056
  end
1891
2057
  end
1892
2058
 
2059
+ class Oauth2AuthCodeFlowGoogleManaged
2060
+ # @private
2061
+ class Representation < Google::Apis::Core::JsonRepresentation
2062
+ property :auth_code, as: 'authCode'
2063
+ property :redirect_uri, as: 'redirectUri'
2064
+ collection :scopes, as: 'scopes'
2065
+ end
2066
+ end
2067
+
1893
2068
  class Oauth2ClientCredentials
1894
2069
  # @private
1895
2070
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1934,6 +2109,27 @@ module Google
1934
2109
  end
1935
2110
  end
1936
2111
 
2112
+ class PartnerMetadata
2113
+ # @private
2114
+ class Representation < Google::Apis::Core::JsonRepresentation
2115
+ property :accept_gcp_tos, as: 'acceptGcpTos'
2116
+ property :additional_comments, as: 'additionalComments'
2117
+ property :confirm_partner_requirements, as: 'confirmPartnerRequirements'
2118
+ property :demo_uri, as: 'demoUri'
2119
+ property :integration_templates, as: 'integrationTemplates'
2120
+ property :marketplace_product, as: 'marketplaceProduct'
2121
+ property :marketplace_product_id, as: 'marketplaceProductId'
2122
+ property :marketplace_product_project_id, as: 'marketplaceProductProjectId'
2123
+ property :marketplace_product_uri, as: 'marketplaceProductUri'
2124
+ property :partner, as: 'partner'
2125
+ property :partner_connector_display_name, as: 'partnerConnectorDisplayName'
2126
+ property :publish_request_time, as: 'publishRequestTime'
2127
+ property :target_application, as: 'targetApplication'
2128
+ property :target_customer_segment, as: 'targetCustomerSegment'
2129
+ property :use_cases, as: 'useCases'
2130
+ end
2131
+ end
2132
+
1937
2133
  class PerSliSloEligibility
1938
2134
  # @private
1939
2135
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1978,6 +2174,16 @@ module Google
1978
2174
  end
1979
2175
  end
1980
2176
 
2177
+ class PublishStatus
2178
+ # @private
2179
+ class Representation < Google::Apis::Core::JsonRepresentation
2180
+ property :publish_state, as: 'publishState'
2181
+ property :publish_time, as: 'publishTime'
2182
+ property :published_as, as: 'publishedAs'
2183
+ property :published_source, as: 'publishedSource'
2184
+ end
2185
+ end
2186
+
1981
2187
  class RefreshConnectionSchemaMetadataRequest
1982
2188
  # @private
1983
2189
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2066,10 +2272,12 @@ module Google
2066
2272
 
2067
2273
  collection :input_parameters, as: 'inputParameters', class: Google::Apis::ConnectorsV1::InputParameter, decorator: Google::Apis::ConnectorsV1::InputParameter::Representation
2068
2274
 
2275
+ property :input_schema_as_string, as: 'inputSchemaAsString'
2069
2276
  property :result_json_schema, as: 'resultJsonSchema', class: Google::Apis::ConnectorsV1::JsonSchema, decorator: Google::Apis::ConnectorsV1::JsonSchema::Representation
2070
2277
 
2071
2278
  collection :result_metadata, as: 'resultMetadata', class: Google::Apis::ConnectorsV1::ResultMetadata, decorator: Google::Apis::ConnectorsV1::ResultMetadata::Representation
2072
2279
 
2280
+ property :result_schema_as_string, as: 'resultSchemaAsString'
2073
2281
  end
2074
2282
  end
2075
2283
 
@@ -2239,6 +2447,20 @@ module Google
2239
2447
  end
2240
2448
  end
2241
2449
 
2450
+ class StandardAction
2451
+ # @private
2452
+ class Representation < Google::Apis::Core::JsonRepresentation
2453
+ property :name, as: 'name'
2454
+ end
2455
+ end
2456
+
2457
+ class StandardEntity
2458
+ # @private
2459
+ class Representation < Google::Apis::Core::JsonRepresentation
2460
+ property :name, as: 'name'
2461
+ end
2462
+ end
2463
+
2242
2464
  class Status
2243
2465
  # @private
2244
2466
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2330,6 +2552,14 @@ module Google
2330
2552
  end
2331
2553
  end
2332
2554
 
2555
+ class WebhookSubscriptions
2556
+ # @private
2557
+ class Representation < Google::Apis::Core::JsonRepresentation
2558
+ collection :webhook_data, as: 'webhookData', class: Google::Apis::ConnectorsV1::WebhookData, decorator: Google::Apis::ConnectorsV1::WebhookData::Representation
2559
+
2560
+ end
2561
+ end
2562
+
2333
2563
  class WeeklyCycle
2334
2564
  # @private
2335
2565
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1092,6 +1092,8 @@ module Google
1092
1092
  # Page size.
1093
1093
  # @param [String] page_token
1094
1094
  # Page token.
1095
+ # @param [Boolean] schema_as_string
1096
+ # Optional. Flag to indicate if schema should be returned as string or not
1095
1097
  # @param [String] fields
1096
1098
  # Selector specifying which fields to include in a partial response.
1097
1099
  # @param [String] quota_user
@@ -1109,7 +1111,7 @@ module Google
1109
1111
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1110
1112
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1111
1113
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1112
- def list_project_location_connection_runtime_action_schemas(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1114
+ def list_project_location_connection_runtime_action_schemas(parent, filter: nil, page_size: nil, page_token: nil, schema_as_string: nil, fields: nil, quota_user: nil, options: nil, &block)
1113
1115
  command = make_simple_command(:get, 'v1/{+parent}/runtimeActionSchemas', options)
1114
1116
  command.response_representation = Google::Apis::ConnectorsV1::ListRuntimeActionSchemasResponse::Representation
1115
1117
  command.response_class = Google::Apis::ConnectorsV1::ListRuntimeActionSchemasResponse
@@ -1117,6 +1119,7 @@ module Google
1117
1119
  command.query['filter'] = filter unless filter.nil?
1118
1120
  command.query['pageSize'] = page_size unless page_size.nil?
1119
1121
  command.query['pageToken'] = page_token unless page_token.nil?
1122
+ command.query['schemaAsString'] = schema_as_string unless schema_as_string.nil?
1120
1123
  command.query['fields'] = fields unless fields.nil?
1121
1124
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1122
1125
  execute_or_queue_command(command, &block)
@@ -1337,6 +1340,9 @@ module Google
1337
1340
  # @param [String] name
1338
1341
  # Required. Resource name of the form: `projects/*/locations/*/
1339
1342
  # endpointAttachments/*`
1343
+ # @param [String] view
1344
+ # Optional. Specifies which fields of the EndpointAttachment are returned in the
1345
+ # response. Defaults to `ENDPOINT_ATTACHMENT_VIEW_BASIC` view.
1340
1346
  # @param [String] fields
1341
1347
  # Selector specifying which fields to include in a partial response.
1342
1348
  # @param [String] quota_user
@@ -1354,11 +1360,12 @@ module Google
1354
1360
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1355
1361
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1356
1362
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1357
- def get_project_location_endpoint_attachment(name, fields: nil, quota_user: nil, options: nil, &block)
1363
+ def get_project_location_endpoint_attachment(name, view: nil, fields: nil, quota_user: nil, options: nil, &block)
1358
1364
  command = make_simple_command(:get, 'v1/{+name}', options)
1359
1365
  command.response_representation = Google::Apis::ConnectorsV1::EndpointAttachment::Representation
1360
1366
  command.response_class = Google::Apis::ConnectorsV1::EndpointAttachment
1361
1367
  command.params['name'] = name unless name.nil?
1368
+ command.query['view'] = view unless view.nil?
1362
1369
  command.query['fields'] = fields unless fields.nil?
1363
1370
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1364
1371
  execute_or_queue_command(command, &block)
@@ -1376,6 +1383,9 @@ module Google
1376
1383
  # Page size.
1377
1384
  # @param [String] page_token
1378
1385
  # Page token.
1386
+ # @param [String] view
1387
+ # Optional. Specifies which fields of the EndpointAttachment are returned in the
1388
+ # response. Defaults to `ENDPOINT_ATTACHMENT_VIEW_BASIC` view.
1379
1389
  # @param [String] fields
1380
1390
  # Selector specifying which fields to include in a partial response.
1381
1391
  # @param [String] quota_user
@@ -1393,7 +1403,7 @@ module Google
1393
1403
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1394
1404
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1395
1405
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1396
- def list_project_location_endpoint_attachments(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1406
+ def list_project_location_endpoint_attachments(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, view: nil, fields: nil, quota_user: nil, options: nil, &block)
1397
1407
  command = make_simple_command(:get, 'v1/{+parent}/endpointAttachments', options)
1398
1408
  command.response_representation = Google::Apis::ConnectorsV1::ListEndpointAttachmentsResponse::Representation
1399
1409
  command.response_class = Google::Apis::ConnectorsV1::ListEndpointAttachmentsResponse
@@ -1402,6 +1412,7 @@ module Google
1402
1412
  command.query['orderBy'] = order_by unless order_by.nil?
1403
1413
  command.query['pageSize'] = page_size unless page_size.nil?
1404
1414
  command.query['pageToken'] = page_token unless page_token.nil?
1415
+ command.query['view'] = view unless view.nil?
1405
1416
  command.query['fields'] = fields unless fields.nil?
1406
1417
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1407
1418
  execute_or_queue_command(command, &block)
@@ -2394,6 +2405,41 @@ module Google
2394
2405
  execute_or_queue_command(command, &block)
2395
2406
  end
2396
2407
 
2408
+ # fetch and return the list of auth config variables required to override the
2409
+ # connection backend auth.
2410
+ # @param [String] name
2411
+ # Required. Parent resource of the Connector Version, of the form: `projects/*/
2412
+ # locations/*/providers/*/connectors/*/versions/*`
2413
+ # @param [String] view
2414
+ # Optional. View of the AuthSchema. The default value is BASIC.
2415
+ # @param [String] fields
2416
+ # Selector specifying which fields to include in a partial response.
2417
+ # @param [String] quota_user
2418
+ # Available to use for quota purposes for server-side applications. Can be any
2419
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
2420
+ # @param [Google::Apis::RequestOptions] options
2421
+ # Request-specific options
2422
+ #
2423
+ # @yield [result, err] Result & error if block supplied
2424
+ # @yieldparam result [Google::Apis::ConnectorsV1::FetchAuthSchemaResponse] parsed result object
2425
+ # @yieldparam err [StandardError] error object if request failed
2426
+ #
2427
+ # @return [Google::Apis::ConnectorsV1::FetchAuthSchemaResponse]
2428
+ #
2429
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2430
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2431
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
2432
+ def fetch_project_location_provider_connector_version_auth_schema(name, view: nil, fields: nil, quota_user: nil, options: nil, &block)
2433
+ command = make_simple_command(:get, 'v1/{+name}:fetchAuthSchema', options)
2434
+ command.response_representation = Google::Apis::ConnectorsV1::FetchAuthSchemaResponse::Representation
2435
+ command.response_class = Google::Apis::ConnectorsV1::FetchAuthSchemaResponse
2436
+ command.params['name'] = name unless name.nil?
2437
+ command.query['view'] = view unless view.nil?
2438
+ command.query['fields'] = fields unless fields.nil?
2439
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
2440
+ execute_or_queue_command(command, &block)
2441
+ end
2442
+
2397
2443
  # Gets details of a single connector version.
2398
2444
  # @param [String] name
2399
2445
  # Required. Resource name of the form: `projects/*/locations/*/providers/*/
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-connectors_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.63.0
4
+ version: 0.64.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-25 00:00:00.000000000 Z
11
+ date: 2024-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-connectors_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.63.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.64.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-connectors_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.6
78
+ rubygems_version: 3.5.22
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Connectors API V1