google-apis-connectors_v1 0.52.0 → 0.54.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 50c2f3632696df875e9c1ff2b994e3da5b91f56aec0db1b7f8f8e4f646551424
4
- data.tar.gz: ad5c9d4bc1a13004d20e4bc70a7072657962fba6f216d3d3486a61d63d40c558
3
+ metadata.gz: 2bb574044650d4cd6a3d0405be33355802f9f705d3935098a6cc611cb27439aa
4
+ data.tar.gz: c67da2d6d9b9251f8066d2329e86ee83304351aa389c1ffafed87abce915c544
5
5
  SHA512:
6
- metadata.gz: 63a4efb1e1822d4ab6dd516a4ee014d790198682d193349de03e1937863c4af4d73ad71f8bf9a948f7af71292abcd5a44d5311f7dcdc28dd4797c3ab9b02547b
7
- data.tar.gz: c644954c3e6dc0ed5f4003e21501af78e42d32f9e014deee602fabaecb6013ab8808022aa3ae24de10ef951dc65b9de5bff4c75dbe7b2d376ad3fa4adbdcb8fc
6
+ metadata.gz: 524521de679ea8e173107868038a8fbbd42cfef32c29fb7a31694719419ec1ec14e664558916a38be10fd68c7f0449ae02a12d9142edc472a72e9f4cdaff6688
7
+ data.tar.gz: f7443a0d01e73e9ec220ed008d7943872b8af63f190439c16ff0ced6d458848388717fb8f00a1b7558a35e5816551c90fc58fe728d485ab4ef228cd36f207c97
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-connectors_v1
2
2
 
3
+ ### v0.54.0 (2024-03-10)
4
+
5
+ * Regenerated from discovery document revision 20240305
6
+
7
+ ### v0.53.0 (2024-03-03)
8
+
9
+ * Regenerated from discovery document revision 20240226
10
+
3
11
  ### v0.52.0 (2024-02-24)
4
12
 
5
13
  * Regenerated from discovery document revision 20240221
@@ -433,6 +433,11 @@ module Google
433
433
  # @return [Array<Google::Apis::ConnectorsV1::EnumOption>]
434
434
  attr_accessor :enum_options
435
435
 
436
+ # Optional. enum source denotes the source of api to fill the enum options
437
+ # Corresponds to the JSON property `enumSource`
438
+ # @return [String]
439
+ attr_accessor :enum_source
440
+
436
441
  # Indicates if current template is part of advanced settings
437
442
  # Corresponds to the JSON property `isAdvanced`
438
443
  # @return [Boolean]
@@ -497,6 +502,7 @@ module Google
497
502
  @description = args[:description] if args.key?(:description)
498
503
  @display_name = args[:display_name] if args.key?(:display_name)
499
504
  @enum_options = args[:enum_options] if args.key?(:enum_options)
505
+ @enum_source = args[:enum_source] if args.key?(:enum_source)
500
506
  @is_advanced = args[:is_advanced] if args.key?(:is_advanced)
501
507
  @key = args[:key] if args.key?(:key)
502
508
  @location_type = args[:location_type] if args.key?(:location_type)
@@ -1284,6 +1290,11 @@ module Google
1284
1290
  # @return [String]
1285
1291
  attr_accessor :spec_location
1286
1292
 
1293
+ # Output only. Server URLs parsed from the spec.
1294
+ # Corresponds to the JSON property `specServerUrls`
1295
+ # @return [Array<String>]
1296
+ attr_accessor :spec_server_urls
1297
+
1287
1298
  # Output only. State of the custom connector version.
1288
1299
  # Corresponds to the JSON property `state`
1289
1300
  # @return [String]
@@ -1309,6 +1320,7 @@ module Google
1309
1320
  @name = args[:name] if args.key?(:name)
1310
1321
  @service_account = args[:service_account] if args.key?(:service_account)
1311
1322
  @spec_location = args[:spec_location] if args.key?(:spec_location)
1323
+ @spec_server_urls = args[:spec_server_urls] if args.key?(:spec_server_urls)
1312
1324
  @state = args[:state] if args.key?(:state)
1313
1325
  @update_time = args[:update_time] if args.key?(:update_time)
1314
1326
  end
@@ -1516,6 +1528,11 @@ module Google
1516
1528
  class DestinationConfigTemplate
1517
1529
  include Google::Apis::Core::Hashable
1518
1530
 
1531
+ # Autocomplete suggestions for destination URL field.
1532
+ # Corresponds to the JSON property `autocompleteSuggestions`
1533
+ # @return [Array<String>]
1534
+ attr_accessor :autocomplete_suggestions
1535
+
1519
1536
  # The default port.
1520
1537
  # Corresponds to the JSON property `defaultPort`
1521
1538
  # @return [Fixnum]
@@ -1568,6 +1585,7 @@ module Google
1568
1585
 
1569
1586
  # Update properties of this object
1570
1587
  def update!(**args)
1588
+ @autocomplete_suggestions = args[:autocomplete_suggestions] if args.key?(:autocomplete_suggestions)
1571
1589
  @default_port = args[:default_port] if args.key?(:default_port)
1572
1590
  @description = args[:description] if args.key?(:description)
1573
1591
  @display_name = args[:display_name] if args.key?(:display_name)
@@ -1834,6 +1852,11 @@ module Google
1834
1852
  # @return [String]
1835
1853
  attr_accessor :subscriber_link
1836
1854
 
1855
+ # Optional. Configuration for configuring the trigger
1856
+ # Corresponds to the JSON property `triggerConfigVariables`
1857
+ # @return [Array<Google::Apis::ConnectorsV1::ConfigVariable>]
1858
+ attr_accessor :trigger_config_variables
1859
+
1837
1860
  # Output only. Updated time.
1838
1861
  # Corresponds to the JSON property `updateTime`
1839
1862
  # @return [String]
@@ -1853,6 +1876,7 @@ module Google
1853
1876
  @status = args[:status] if args.key?(:status)
1854
1877
  @subscriber = args[:subscriber] if args.key?(:subscriber)
1855
1878
  @subscriber_link = args[:subscriber_link] if args.key?(:subscriber_link)
1879
+ @trigger_config_variables = args[:trigger_config_variables] if args.key?(:trigger_config_variables)
1856
1880
  @update_time = args[:update_time] if args.key?(:update_time)
1857
1881
  end
1858
1882
  end
@@ -2031,11 +2055,6 @@ module Google
2031
2055
  # @return [Google::Apis::ConnectorsV1::DestinationConfig]
2032
2056
  attr_accessor :registration_destination_config
2033
2057
 
2034
- # Optional. Additional eventing related field values
2035
- # Corresponds to the JSON property `triggerConfigVariables`
2036
- # @return [Array<Google::Apis::ConnectorsV1::ConfigVariable>]
2037
- attr_accessor :trigger_config_variables
2038
-
2039
2058
  def initialize(**args)
2040
2059
  update!(**args)
2041
2060
  end
@@ -2051,7 +2070,6 @@ module Google
2051
2070
  @private_connectivity_enabled = args[:private_connectivity_enabled] if args.key?(:private_connectivity_enabled)
2052
2071
  @proxy_destination_config = args[:proxy_destination_config] if args.key?(:proxy_destination_config)
2053
2072
  @registration_destination_config = args[:registration_destination_config] if args.key?(:registration_destination_config)
2054
- @trigger_config_variables = args[:trigger_config_variables] if args.key?(:trigger_config_variables)
2055
2073
  end
2056
2074
  end
2057
2075
 
@@ -2232,6 +2250,11 @@ module Google
2232
2250
  # @return [Google::Apis::ConnectorsV1::EventingStatus]
2233
2251
  attr_accessor :status
2234
2252
 
2253
+ # WebhookData has details of webhook configuration.
2254
+ # Corresponds to the JSON property `webhookData`
2255
+ # @return [Google::Apis::ConnectorsV1::WebhookData]
2256
+ attr_accessor :webhook_data
2257
+
2235
2258
  def initialize(**args)
2236
2259
  update!(**args)
2237
2260
  end
@@ -2241,6 +2264,7 @@ module Google
2241
2264
  @events_listener_endpoint = args[:events_listener_endpoint] if args.key?(:events_listener_endpoint)
2242
2265
  @events_listener_psc_sa = args[:events_listener_psc_sa] if args.key?(:events_listener_psc_sa)
2243
2266
  @status = args[:status] if args.key?(:status)
2267
+ @webhook_data = args[:webhook_data] if args.key?(:webhook_data)
2244
2268
  end
2245
2269
  end
2246
2270
 
@@ -5280,6 +5304,108 @@ module Google
5280
5304
  end
5281
5305
  end
5282
5306
 
5307
+ # Request message for ConnectorsService.ValidateCustomConnectorSpec
5308
+ class ValidateCustomConnectorSpecRequest
5309
+ include Google::Apis::Core::Hashable
5310
+
5311
+ # Required. Service account to access the spec from Google Cloud Storage.
5312
+ # Corresponds to the JSON property `serviceAccount`
5313
+ # @return [String]
5314
+ attr_accessor :service_account
5315
+
5316
+ # Required. Location of the custom connector spec. The location can be either a
5317
+ # public url like `https://public-url.com/spec` Or a Google Cloud Storage
5318
+ # location like `gs:///`
5319
+ # Corresponds to the JSON property `specLocation`
5320
+ # @return [String]
5321
+ attr_accessor :spec_location
5322
+
5323
+ # Required. Spec type of the custom connector spec.
5324
+ # Corresponds to the JSON property `specType`
5325
+ # @return [String]
5326
+ attr_accessor :spec_type
5327
+
5328
+ def initialize(**args)
5329
+ update!(**args)
5330
+ end
5331
+
5332
+ # Update properties of this object
5333
+ def update!(**args)
5334
+ @service_account = args[:service_account] if args.key?(:service_account)
5335
+ @spec_location = args[:spec_location] if args.key?(:spec_location)
5336
+ @spec_type = args[:spec_type] if args.key?(:spec_type)
5337
+ end
5338
+ end
5339
+
5340
+ # Response message for ConnectorsService.ValidateCustomConnectorSpec
5341
+ class ValidateCustomConnectorSpecResponse
5342
+ include Google::Apis::Core::Hashable
5343
+
5344
+ # Error message. The spec is valid if the error message is empty.
5345
+ # Corresponds to the JSON property `errorMessage`
5346
+ # @return [String]
5347
+ attr_accessor :error_message
5348
+
5349
+ def initialize(**args)
5350
+ update!(**args)
5351
+ end
5352
+
5353
+ # Update properties of this object
5354
+ def update!(**args)
5355
+ @error_message = args[:error_message] if args.key?(:error_message)
5356
+ end
5357
+ end
5358
+
5359
+ # WebhookData has details of webhook configuration.
5360
+ class WebhookData
5361
+ include Google::Apis::Core::Hashable
5362
+
5363
+ # Output only. Additional webhook related field values.
5364
+ # Corresponds to the JSON property `additionalVariables`
5365
+ # @return [Array<Google::Apis::ConnectorsV1::ConfigVariable>]
5366
+ attr_accessor :additional_variables
5367
+
5368
+ # Output only. Timestamp when the webhook was created.
5369
+ # Corresponds to the JSON property `createTime`
5370
+ # @return [String]
5371
+ attr_accessor :create_time
5372
+
5373
+ # Output only. ID to uniquely identify webhook.
5374
+ # Corresponds to the JSON property `id`
5375
+ # @return [String]
5376
+ attr_accessor :id
5377
+
5378
+ # Output only. Name of the Webhook
5379
+ # Corresponds to the JSON property `name`
5380
+ # @return [String]
5381
+ attr_accessor :name
5382
+
5383
+ # Output only. Next webhook refresh time. Will be null if refresh is not
5384
+ # supported.
5385
+ # Corresponds to the JSON property `nextRefreshTime`
5386
+ # @return [String]
5387
+ attr_accessor :next_refresh_time
5388
+
5389
+ # Output only. Timestamp when the webhook was last updated.
5390
+ # Corresponds to the JSON property `updateTime`
5391
+ # @return [String]
5392
+ attr_accessor :update_time
5393
+
5394
+ def initialize(**args)
5395
+ update!(**args)
5396
+ end
5397
+
5398
+ # Update properties of this object
5399
+ def update!(**args)
5400
+ @additional_variables = args[:additional_variables] if args.key?(:additional_variables)
5401
+ @create_time = args[:create_time] if args.key?(:create_time)
5402
+ @id = args[:id] if args.key?(:id)
5403
+ @name = args[:name] if args.key?(:name)
5404
+ @next_refresh_time = args[:next_refresh_time] if args.key?(:next_refresh_time)
5405
+ @update_time = args[:update_time] if args.key?(:update_time)
5406
+ end
5407
+ end
5408
+
5283
5409
  # Time window specified for weekly operations.
5284
5410
  class WeeklyCycle
5285
5411
  include Google::Apis::Core::Hashable
@@ -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.52.0"
19
+ GEM_VERSION = "0.54.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240221"
25
+ REVISION = "20240305"
26
26
  end
27
27
  end
28
28
  end
@@ -754,6 +754,24 @@ module Google
754
754
  include Google::Apis::Core::JsonObjectSupport
755
755
  end
756
756
 
757
+ class ValidateCustomConnectorSpecRequest
758
+ class Representation < Google::Apis::Core::JsonRepresentation; end
759
+
760
+ include Google::Apis::Core::JsonObjectSupport
761
+ end
762
+
763
+ class ValidateCustomConnectorSpecResponse
764
+ class Representation < Google::Apis::Core::JsonRepresentation; end
765
+
766
+ include Google::Apis::Core::JsonObjectSupport
767
+ end
768
+
769
+ class WebhookData
770
+ class Representation < Google::Apis::Core::JsonRepresentation; end
771
+
772
+ include Google::Apis::Core::JsonObjectSupport
773
+ end
774
+
757
775
  class WeeklyCycle
758
776
  class Representation < Google::Apis::Core::JsonRepresentation; end
759
777
 
@@ -858,6 +876,7 @@ module Google
858
876
  property :display_name, as: 'displayName'
859
877
  collection :enum_options, as: 'enumOptions', class: Google::Apis::ConnectorsV1::EnumOption, decorator: Google::Apis::ConnectorsV1::EnumOption::Representation
860
878
 
879
+ property :enum_source, as: 'enumSource'
861
880
  property :is_advanced, as: 'isAdvanced'
862
881
  property :key, as: 'key'
863
882
  property :location_type, as: 'locationType'
@@ -1061,6 +1080,7 @@ module Google
1061
1080
  property :name, as: 'name'
1062
1081
  property :service_account, as: 'serviceAccount'
1063
1082
  property :spec_location, as: 'specLocation'
1083
+ collection :spec_server_urls, as: 'specServerUrls'
1064
1084
  property :state, as: 'state'
1065
1085
  property :update_time, as: 'updateTime'
1066
1086
  end
@@ -1125,6 +1145,7 @@ module Google
1125
1145
  class DestinationConfigTemplate
1126
1146
  # @private
1127
1147
  class Representation < Google::Apis::Core::JsonRepresentation
1148
+ collection :autocomplete_suggestions, as: 'autocompleteSuggestions'
1128
1149
  property :default_port, as: 'defaultPort'
1129
1150
  property :description, as: 'description'
1130
1151
  property :display_name, as: 'displayName'
@@ -1212,6 +1233,8 @@ module Google
1212
1233
 
1213
1234
  property :subscriber, as: 'subscriber'
1214
1235
  property :subscriber_link, as: 'subscriberLink'
1236
+ collection :trigger_config_variables, as: 'triggerConfigVariables', class: Google::Apis::ConnectorsV1::ConfigVariable, decorator: Google::Apis::ConnectorsV1::ConfigVariable::Representation
1237
+
1215
1238
  property :update_time, as: 'updateTime'
1216
1239
  end
1217
1240
  end
@@ -1266,8 +1289,6 @@ module Google
1266
1289
 
1267
1290
  property :registration_destination_config, as: 'registrationDestinationConfig', class: Google::Apis::ConnectorsV1::DestinationConfig, decorator: Google::Apis::ConnectorsV1::DestinationConfig::Representation
1268
1291
 
1269
- collection :trigger_config_variables, as: 'triggerConfigVariables', class: Google::Apis::ConnectorsV1::ConfigVariable, decorator: Google::Apis::ConnectorsV1::ConfigVariable::Representation
1270
-
1271
1292
  end
1272
1293
  end
1273
1294
 
@@ -1317,6 +1338,8 @@ module Google
1317
1338
  property :events_listener_psc_sa, as: 'eventsListenerPscSa'
1318
1339
  property :status, as: 'status', class: Google::Apis::ConnectorsV1::EventingStatus, decorator: Google::Apis::ConnectorsV1::EventingStatus::Representation
1319
1340
 
1341
+ property :webhook_data, as: 'webhookData', class: Google::Apis::ConnectorsV1::WebhookData, decorator: Google::Apis::ConnectorsV1::WebhookData::Representation
1342
+
1320
1343
  end
1321
1344
  end
1322
1345
 
@@ -2153,6 +2176,35 @@ module Google
2153
2176
  end
2154
2177
  end
2155
2178
 
2179
+ class ValidateCustomConnectorSpecRequest
2180
+ # @private
2181
+ class Representation < Google::Apis::Core::JsonRepresentation
2182
+ property :service_account, as: 'serviceAccount'
2183
+ property :spec_location, as: 'specLocation'
2184
+ property :spec_type, as: 'specType'
2185
+ end
2186
+ end
2187
+
2188
+ class ValidateCustomConnectorSpecResponse
2189
+ # @private
2190
+ class Representation < Google::Apis::Core::JsonRepresentation
2191
+ property :error_message, as: 'errorMessage'
2192
+ end
2193
+ end
2194
+
2195
+ class WebhookData
2196
+ # @private
2197
+ class Representation < Google::Apis::Core::JsonRepresentation
2198
+ collection :additional_variables, as: 'additionalVariables', class: Google::Apis::ConnectorsV1::ConfigVariable, decorator: Google::Apis::ConnectorsV1::ConfigVariable::Representation
2199
+
2200
+ property :create_time, as: 'createTime'
2201
+ property :id, as: 'id'
2202
+ property :name, as: 'name'
2203
+ property :next_refresh_time, as: 'nextRefreshTime'
2204
+ property :update_time, as: 'updateTime'
2205
+ end
2206
+ end
2207
+
2156
2208
  class WeeklyCycle
2157
2209
  # @private
2158
2210
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1123,6 +1123,39 @@ module Google
1123
1123
  execute_or_queue_command(command, &block)
1124
1124
  end
1125
1125
 
1126
+ # Validates a Custom Connector Spec.
1127
+ # @param [String] parent
1128
+ # Required. Location at which the custom connector is being created.
1129
+ # @param [Google::Apis::ConnectorsV1::ValidateCustomConnectorSpecRequest] validate_custom_connector_spec_request_object
1130
+ # @param [String] fields
1131
+ # Selector specifying which fields to include in a partial response.
1132
+ # @param [String] quota_user
1133
+ # Available to use for quota purposes for server-side applications. Can be any
1134
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1135
+ # @param [Google::Apis::RequestOptions] options
1136
+ # Request-specific options
1137
+ #
1138
+ # @yield [result, err] Result & error if block supplied
1139
+ # @yieldparam result [Google::Apis::ConnectorsV1::ValidateCustomConnectorSpecResponse] parsed result object
1140
+ # @yieldparam err [StandardError] error object if request failed
1141
+ #
1142
+ # @return [Google::Apis::ConnectorsV1::ValidateCustomConnectorSpecResponse]
1143
+ #
1144
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1145
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1146
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1147
+ def validate_custom_connector_spec(parent, validate_custom_connector_spec_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1148
+ command = make_simple_command(:post, 'v1/{+parent}/customConnectors:validateCustomConnectorSpec', options)
1149
+ command.request_representation = Google::Apis::ConnectorsV1::ValidateCustomConnectorSpecRequest::Representation
1150
+ command.request_object = validate_custom_connector_spec_request_object
1151
+ command.response_representation = Google::Apis::ConnectorsV1::ValidateCustomConnectorSpecResponse::Representation
1152
+ command.response_class = Google::Apis::ConnectorsV1::ValidateCustomConnectorSpecResponse
1153
+ command.params['parent'] = parent unless parent.nil?
1154
+ command.query['fields'] = fields unless fields.nil?
1155
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1156
+ execute_or_queue_command(command, &block)
1157
+ end
1158
+
1126
1159
  # Creates a new EndpointAttachment in a given project and location.
1127
1160
  # @param [String] parent
1128
1161
  # Required. Parent resource of the EndpointAttachment, of the form: `projects/*/
@@ -1597,38 +1630,6 @@ module Google
1597
1630
  execute_or_queue_command(command, &block)
1598
1631
  end
1599
1632
 
1600
- # Deletes a single CustomConnectorVersion.
1601
- # @param [String] name
1602
- # Required. Resource name of the form: `projects/`project`/locations/`location`/
1603
- # customConnectors/`custom_connector`/customConnectorVersions/`
1604
- # custom_connector_version``
1605
- # @param [String] fields
1606
- # Selector specifying which fields to include in a partial response.
1607
- # @param [String] quota_user
1608
- # Available to use for quota purposes for server-side applications. Can be any
1609
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1610
- # @param [Google::Apis::RequestOptions] options
1611
- # Request-specific options
1612
- #
1613
- # @yield [result, err] Result & error if block supplied
1614
- # @yieldparam result [Google::Apis::ConnectorsV1::Operation] parsed result object
1615
- # @yieldparam err [StandardError] error object if request failed
1616
- #
1617
- # @return [Google::Apis::ConnectorsV1::Operation]
1618
- #
1619
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1620
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1621
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1622
- def delete_project_location_global_custom_connector_custom_connector_version(name, fields: nil, quota_user: nil, options: nil, &block)
1623
- command = make_simple_command(:delete, 'v1/{+name}', options)
1624
- command.response_representation = Google::Apis::ConnectorsV1::Operation::Representation
1625
- command.response_class = Google::Apis::ConnectorsV1::Operation
1626
- command.params['name'] = name unless name.nil?
1627
- command.query['fields'] = fields unless fields.nil?
1628
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1629
- execute_or_queue_command(command, &block)
1630
- end
1631
-
1632
1633
  # Gets details of a single CustomConnectorVersion.
1633
1634
  # @param [String] name
1634
1635
  # Required. Resource name of the form: `projects/*/locations/`location`/
@@ -1697,48 +1698,6 @@ module Google
1697
1698
  execute_or_queue_command(command, &block)
1698
1699
  end
1699
1700
 
1700
- # Updates the parameters of a CustomConnectorVersion.
1701
- # @param [String] name
1702
- # Output only. Identifier. Resource name of the Version. Format: projects/`
1703
- # project`/locations/`location`/customConnectors/`custom_connector`/
1704
- # customConnectorVersions/`custom_connector_version`
1705
- # @param [Google::Apis::ConnectorsV1::CustomConnectorVersion] custom_connector_version_object
1706
- # @param [String] update_mask
1707
- # Required. Field mask is used to specify the fields to be overwritten in the
1708
- # Connector resource by the update. The fields specified in the update_mask are
1709
- # relative to the resource, not the full request. A field will be overwritten if
1710
- # it is in the mask. Set the mask as "*" for full replacement, which means all
1711
- # fields will be overwritten.
1712
- # @param [String] fields
1713
- # Selector specifying which fields to include in a partial response.
1714
- # @param [String] quota_user
1715
- # Available to use for quota purposes for server-side applications. Can be any
1716
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1717
- # @param [Google::Apis::RequestOptions] options
1718
- # Request-specific options
1719
- #
1720
- # @yield [result, err] Result & error if block supplied
1721
- # @yieldparam result [Google::Apis::ConnectorsV1::Operation] parsed result object
1722
- # @yieldparam err [StandardError] error object if request failed
1723
- #
1724
- # @return [Google::Apis::ConnectorsV1::Operation]
1725
- #
1726
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1727
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1728
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1729
- def patch_project_location_global_custom_connector_custom_connector_version(name, custom_connector_version_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
1730
- command = make_simple_command(:patch, 'v1/{+name}', options)
1731
- command.request_representation = Google::Apis::ConnectorsV1::CustomConnectorVersion::Representation
1732
- command.request_object = custom_connector_version_object
1733
- command.response_representation = Google::Apis::ConnectorsV1::Operation::Representation
1734
- command.response_class = Google::Apis::ConnectorsV1::Operation
1735
- command.params['name'] = name unless name.nil?
1736
- command.query['updateMask'] = update_mask unless update_mask.nil?
1737
- command.query['fields'] = fields unless fields.nil?
1738
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1739
- execute_or_queue_command(command, &block)
1740
- end
1741
-
1742
1701
  # Creates a new ManagedZone in a given project and location.
1743
1702
  # @param [String] parent
1744
1703
  # Required. Parent resource of the ManagedZone, of the form: `projects/*/
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.52.0
4
+ version: 0.54.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-02-25 00:00:00.000000000 Z
11
+ date: 2024-03-10 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.52.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.54.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: []