google-apis-connectors_v1 0.64.0 → 0.65.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: 903fc6d9010f0ff882600c31d06fe55b884e0db43653bad2bbaeb42606dd592d
4
- data.tar.gz: 13734b17905dcf953655e29ccb8badfaefa9c3d216154c196614b8819b4e83bb
3
+ metadata.gz: '083b4de7bccd1f95bfe38c423a86f641f949fd4f043b60f9343f10b9c8e53779'
4
+ data.tar.gz: 4ca92d74077b0b43780731b8255a5aa8ff1e3d9d4552a2a482a95d6fd03d4ecc
5
5
  SHA512:
6
- metadata.gz: 7df3c12b64455c70069944cf7ccab2a9779af9e31ae4f245bfe62fc8a9326a380f9f1aa83f473988e73f6fc07879c2549c394869bfe3a95c445edbc08e5509bb
7
- data.tar.gz: d385062c65148c973684da827b8238ef6b41c7023ea054ba557f67acb4cbf7e6b1ec83edbb2765bbc64abb2bdf53eba4272304945fe1d1e692454476c154d23f
6
+ metadata.gz: d0660e39512e3bb519160dee04c68beb6e6e18d5d6e5025a13ae743a8e95888d2da3b1b6422343442853441e473dc5f3390da206e3810424f45f39b76053923a
7
+ data.tar.gz: 89b77ec5c9589e358f193f3f78808c83fb8c347b6cd4dfd97b53428840b5a7d9e20c1f7bfb31609afb05360cc6d02a86054493f53317e89164785638a73e48fa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-connectors_v1
2
2
 
3
+ ### v0.65.0 (2024-12-08)
4
+
5
+ * Regenerated from discovery document revision 20241203
6
+
3
7
  ### v0.64.0 (2024-12-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20241105
@@ -384,8 +384,8 @@ module Google
384
384
  class AuthorizationCodeLink
385
385
  include Google::Apis::Core::Hashable
386
386
 
387
- # The client ID assigned to the Google Cloud Connectors OAuth app for the
388
- # connector data source.
387
+ # Optional. The client ID assigned to the Google Cloud Connectors OAuth app for
388
+ # the connector data source.
389
389
  # Corresponds to the JSON property `clientId`
390
390
  # @return [String]
391
391
  attr_accessor :client_id
@@ -395,7 +395,7 @@ module Google
395
395
  # @return [Google::Apis::ConnectorsV1::Secret]
396
396
  attr_accessor :client_secret
397
397
 
398
- # Whether to enable PKCE for the auth code flow.
398
+ # Optional. Whether to enable PKCE for the auth code flow.
399
399
  # Corresponds to the JSON property `enablePkce`
400
400
  # @return [Boolean]
401
401
  attr_accessor :enable_pkce
@@ -407,13 +407,14 @@ module Google
407
407
  attr_accessor :omit_query_params
408
408
  alias_method :omit_query_params?, :omit_query_params
409
409
 
410
- # The scopes for which the user will authorize Google Cloud Connectors on the
411
- # connector data source.
410
+ # Optional. The scopes for which the user will authorize Google Cloud Connectors
411
+ # on the connector data source.
412
412
  # Corresponds to the JSON property `scopes`
413
413
  # @return [Array<String>]
414
414
  attr_accessor :scopes
415
415
 
416
- # The base URI the user must click to trigger the authorization code login flow.
416
+ # Optional. The base URI the user must click to trigger the authorization code
417
+ # login flow.
417
418
  # Corresponds to the JSON property `uri`
418
419
  # @return [String]
419
420
  attr_accessor :uri
@@ -628,17 +629,17 @@ module Google
628
629
  # @return [Google::Apis::ConnectorsV1::AuthorizationCodeLink]
629
630
  attr_accessor :authorization_code_link
630
631
 
631
- # Description.
632
+ # Optional. Description.
632
633
  # Corresponds to the JSON property `description`
633
634
  # @return [String]
634
635
  attr_accessor :description
635
636
 
636
- # Display name of the parameter.
637
+ # Optional. Display name of the parameter.
637
638
  # Corresponds to the JSON property `displayName`
638
639
  # @return [String]
639
640
  attr_accessor :display_name
640
641
 
641
- # Enum options. To be populated if `ValueType` is `ENUM`
642
+ # Optional. Enum options. To be populated if `ValueType` is `ENUM`
642
643
  # Corresponds to the JSON property `enumOptions`
643
644
  # @return [Array<Google::Apis::ConnectorsV1::EnumOption>]
644
645
  attr_accessor :enum_options
@@ -648,13 +649,13 @@ module Google
648
649
  # @return [String]
649
650
  attr_accessor :enum_source
650
651
 
651
- # Indicates if current template is part of advanced settings
652
+ # Optional. Indicates if current template is part of advanced settings
652
653
  # Corresponds to the JSON property `isAdvanced`
653
654
  # @return [Boolean]
654
655
  attr_accessor :is_advanced
655
656
  alias_method :is_advanced?, :is_advanced
656
657
 
657
- # Key of the config variable.
658
+ # Optional. Key of the config variable.
658
659
  # Corresponds to the JSON property `key`
659
660
  # @return [String]
660
661
  attr_accessor :key
@@ -670,7 +671,8 @@ module Google
670
671
  # @return [Google::Apis::ConnectorsV1::MultipleSelectConfig]
671
672
  attr_accessor :multiple_select_config
672
673
 
673
- # Flag represents that this `ConfigVariable` must be provided for a connection.
674
+ # Optional. Flag represents that this `ConfigVariable` must be provided for a
675
+ # connection.
674
676
  # Corresponds to the JSON property `required`
675
677
  # @return [Boolean]
676
678
  attr_accessor :required
@@ -690,19 +692,19 @@ module Google
690
692
  # @return [Google::Apis::ConnectorsV1::RoleGrant]
691
693
  attr_accessor :role_grant
692
694
 
693
- # State of the config variable.
695
+ # Output only. State of the config variable.
694
696
  # Corresponds to the JSON property `state`
695
697
  # @return [String]
696
698
  attr_accessor :state
697
699
 
698
- # Regular expression in RE2 syntax used for validating the `value` of a `
699
- # ConfigVariable`.
700
+ # Optional. Regular expression in RE2 syntax used for validating the `value` of
701
+ # a `ConfigVariable`.
700
702
  # Corresponds to the JSON property `validationRegex`
701
703
  # @return [String]
702
704
  attr_accessor :validation_regex
703
705
 
704
- # Type of the parameter: string, int, bool etc. consider custom type for the
705
- # benefit for the validation.
706
+ # Optional. Type of the parameter: string, int, bool etc. consider custom type
707
+ # for the benefit for the validation.
706
708
  # Corresponds to the JSON property `valueType`
707
709
  # @return [String]
708
710
  attr_accessor :value_type
@@ -1108,6 +1110,11 @@ module Google
1108
1110
  # @return [String]
1109
1111
  attr_accessor :launch_stage
1110
1112
 
1113
+ # Marketplace connector details.
1114
+ # Corresponds to the JSON property `marketplaceConnectorDetails`
1115
+ # @return [Google::Apis::ConnectorsV1::MarketplaceConnectorDetails]
1116
+ attr_accessor :marketplace_connector_details
1117
+
1111
1118
  # Output only. Resource name of the Connector. Format: projects/`project`/
1112
1119
  # locations/`location`/providers/`provider`/connectors/`connector` Only global
1113
1120
  # location is supported for Connector resource.
@@ -1146,6 +1153,7 @@ module Google
1146
1153
  @external_uri = args[:external_uri] if args.key?(:external_uri)
1147
1154
  @labels = args[:labels] if args.key?(:labels)
1148
1155
  @launch_stage = args[:launch_stage] if args.key?(:launch_stage)
1156
+ @marketplace_connector_details = args[:marketplace_connector_details] if args.key?(:marketplace_connector_details)
1149
1157
  @name = args[:name] if args.key?(:name)
1150
1158
  @tags = args[:tags] if args.key?(:tags)
1151
1159
  @update_time = args[:update_time] if args.key?(:update_time)
@@ -1445,7 +1453,7 @@ module Google
1445
1453
  # @return [Fixnum]
1446
1454
  attr_accessor :connection_ratelimit_window_seconds
1447
1455
 
1448
- # Optional. Indicates whether connector is deployed on GKE/CloudRun
1456
+ # Output only. Indicates whether connector is deployed on GKE/CloudRun
1449
1457
  # Corresponds to the JSON property `deploymentModel`
1450
1458
  # @return [String]
1451
1459
  attr_accessor :deployment_model
@@ -2228,12 +2236,12 @@ module Google
2228
2236
  class EnumOption
2229
2237
  include Google::Apis::Core::Hashable
2230
2238
 
2231
- # Display name of the option.
2239
+ # Optional. Display name of the option.
2232
2240
  # Corresponds to the JSON property `displayName`
2233
2241
  # @return [String]
2234
2242
  attr_accessor :display_name
2235
2243
 
2236
- # Id of the option.
2244
+ # Optional. Id of the option.
2237
2245
  # Corresponds to the JSON property `id`
2238
2246
  # @return [String]
2239
2247
  attr_accessor :id
@@ -2333,6 +2341,11 @@ module Google
2333
2341
  # @return [Google::Apis::ConnectorsV1::EndPoint]
2334
2342
  attr_accessor :endpoint
2335
2343
 
2344
+ # GSUtil message includes details of the Destination Cloud Storage bucket.
2345
+ # Corresponds to the JSON property `gsutil`
2346
+ # @return [Google::Apis::ConnectorsV1::GsUtil]
2347
+ attr_accessor :gsutil
2348
+
2336
2349
  # Service account needed for runtime plane to trigger IP workflow.
2337
2350
  # Corresponds to the JSON property `serviceAccount`
2338
2351
  # @return [String]
@@ -2350,6 +2363,7 @@ module Google
2350
2363
  # Update properties of this object
2351
2364
  def update!(**args)
2352
2365
  @endpoint = args[:endpoint] if args.key?(:endpoint)
2366
+ @gsutil = args[:gsutil] if args.key?(:gsutil)
2353
2367
  @service_account = args[:service_account] if args.key?(:service_account)
2354
2368
  @type = args[:type] if args.key?(:type)
2355
2369
  end
@@ -2450,7 +2464,7 @@ module Google
2450
2464
  class EventingConfig
2451
2465
  include Google::Apis::Core::Hashable
2452
2466
 
2453
- # Additional eventing related field values
2467
+ # Optional. Additional eventing related field values
2454
2468
  # Corresponds to the JSON property `additionalVariables`
2455
2469
  # @return [Array<Google::Apis::ConnectorsV1::ConfigVariable>]
2456
2470
  attr_accessor :additional_variables
@@ -2465,7 +2479,7 @@ module Google
2465
2479
  # @return [Google::Apis::ConnectorsV1::DeadLetterConfig]
2466
2480
  attr_accessor :dead_letter_config
2467
2481
 
2468
- # Enrichment Enabled.
2482
+ # Optional. Enrichment Enabled.
2469
2483
  # Corresponds to the JSON property `enrichmentEnabled`
2470
2484
  # @return [Boolean]
2471
2485
  attr_accessor :enrichment_enabled
@@ -2950,7 +2964,7 @@ module Google
2950
2964
  attr_accessor :bool_value
2951
2965
  alias_method :bool_value?, :bool_value
2952
2966
 
2953
- # Comparator to use for comparing the field value.
2967
+ # Optional. Comparator to use for comparing the field value.
2954
2968
  # Corresponds to the JSON property `comparator`
2955
2969
  # @return [String]
2956
2970
  attr_accessor :comparator
@@ -2960,7 +2974,7 @@ module Google
2960
2974
  # @return [Fixnum]
2961
2975
  attr_accessor :int_value
2962
2976
 
2963
- # Key of the field.
2977
+ # Optional. Key of the field.
2964
2978
  # Corresponds to the JSON property `key`
2965
2979
  # @return [String]
2966
2980
  attr_accessor :key
@@ -2984,6 +2998,25 @@ module Google
2984
2998
  end
2985
2999
  end
2986
3000
 
3001
+ # GSUtil message includes details of the Destination Cloud Storage bucket.
3002
+ class GsUtil
3003
+ include Google::Apis::Core::Hashable
3004
+
3005
+ # Required. The URI of the Cloud Storage bucket.
3006
+ # Corresponds to the JSON property `gsutilUri`
3007
+ # @return [String]
3008
+ attr_accessor :gsutil_uri
3009
+
3010
+ def initialize(**args)
3011
+ update!(**args)
3012
+ end
3013
+
3014
+ # Update properties of this object
3015
+ def update!(**args)
3016
+ @gsutil_uri = args[:gsutil_uri] if args.key?(:gsutil_uri)
3017
+ end
3018
+ end
3019
+
2987
3020
  # Autoscaling config for connector deployment system metrics.
2988
3021
  class HpaConfig
2989
3022
  include Google::Apis::Core::Hashable
@@ -3958,17 +3991,17 @@ module Google
3958
3991
  class LogicalExpression
3959
3992
  include Google::Apis::Core::Hashable
3960
3993
 
3961
- # A list of fields to be compared.
3994
+ # Optional. A list of fields to be compared.
3962
3995
  # Corresponds to the JSON property `fieldComparisons`
3963
3996
  # @return [Array<Google::Apis::ConnectorsV1::FieldComparison>]
3964
3997
  attr_accessor :field_comparisons
3965
3998
 
3966
- # A list of nested conditions to be compared.
3999
+ # Optional. A list of nested conditions to be compared.
3967
4000
  # Corresponds to the JSON property `logicalExpressions`
3968
4001
  # @return [Array<Google::Apis::ConnectorsV1::LogicalExpression>]
3969
4002
  attr_accessor :logical_expressions
3970
4003
 
3971
- # The logical operator to use between the fields and conditions.
4004
+ # Optional. The logical operator to use between the fields and conditions.
3972
4005
  # Corresponds to the JSON property `logicalOperator`
3973
4006
  # @return [String]
3974
4007
  attr_accessor :logical_operator
@@ -4229,6 +4262,43 @@ module Google
4229
4262
  end
4230
4263
  end
4231
4264
 
4265
+ # Marketplace connector details.
4266
+ class MarketplaceConnectorDetails
4267
+ include Google::Apis::Core::Hashable
4268
+
4269
+ # Marketplace product name.
4270
+ # Corresponds to the JSON property `marketplaceProduct`
4271
+ # @return [String]
4272
+ attr_accessor :marketplace_product
4273
+
4274
+ # Marketplace product ID.
4275
+ # Corresponds to the JSON property `marketplaceProductId`
4276
+ # @return [String]
4277
+ attr_accessor :marketplace_product_id
4278
+
4279
+ # Marketplace product URL.
4280
+ # Corresponds to the JSON property `marketplaceProductUri`
4281
+ # @return [String]
4282
+ attr_accessor :marketplace_product_uri
4283
+
4284
+ # The name of the partner.
4285
+ # Corresponds to the JSON property `partner`
4286
+ # @return [String]
4287
+ attr_accessor :partner
4288
+
4289
+ def initialize(**args)
4290
+ update!(**args)
4291
+ end
4292
+
4293
+ # Update properties of this object
4294
+ def update!(**args)
4295
+ @marketplace_product = args[:marketplace_product] if args.key?(:marketplace_product)
4296
+ @marketplace_product_id = args[:marketplace_product_id] if args.key?(:marketplace_product_id)
4297
+ @marketplace_product_uri = args[:marketplace_product_uri] if args.key?(:marketplace_product_uri)
4298
+ @partner = args[:partner] if args.key?(:partner)
4299
+ end
4300
+ end
4301
+
4232
4302
  # MultipleSelectConfig represents the multiple options for a config variable.
4233
4303
  class MultipleSelectConfig
4234
4304
  include Google::Apis::Core::Hashable
@@ -5017,6 +5087,27 @@ module Google
5017
5087
  end
5018
5088
  end
5019
5089
 
5090
+ # Request message for ConnectorsService.PublishCustomConnectorVersion
5091
+ class PublishCustomConnectorVersionRequest
5092
+ include Google::Apis::Core::Hashable
5093
+
5094
+ # Partner metadata details. This will be populated when publishing the custom
5095
+ # connector as a partner connector version. On publishing, parntner connector
5096
+ # version will be created using the fields in PartnerMetadata.
5097
+ # Corresponds to the JSON property `partnerMetadata`
5098
+ # @return [Google::Apis::ConnectorsV1::PartnerMetadata]
5099
+ attr_accessor :partner_metadata
5100
+
5101
+ def initialize(**args)
5102
+ update!(**args)
5103
+ end
5104
+
5105
+ # Update properties of this object
5106
+ def update!(**args)
5107
+ @partner_metadata = args[:partner_metadata] if args.key?(:partner_metadata)
5108
+ end
5109
+ end
5110
+
5020
5111
  # Publish status of a custom connector.
5021
5112
  class PublishStatus
5022
5113
  include Google::Apis::Core::Hashable
@@ -5125,14 +5216,14 @@ module Google
5125
5216
  class Resource
5126
5217
  include Google::Apis::Core::Hashable
5127
5218
 
5128
- # Template to uniquely represent a Google Cloud resource in a format IAM expects
5129
- # This is a template that can have references to other values provided in the
5130
- # config variable template.
5219
+ # Optional. Template to uniquely represent a Google Cloud resource in a format
5220
+ # IAM expects This is a template that can have references to other values
5221
+ # provided in the config variable template.
5131
5222
  # Corresponds to the JSON property `pathTemplate`
5132
5223
  # @return [String]
5133
5224
  attr_accessor :path_template
5134
5225
 
5135
- # Different types of resource supported.
5226
+ # Optional. Different types of resource supported.
5136
5227
  # Corresponds to the JSON property `type`
5137
5228
  # @return [String]
5138
5229
  attr_accessor :type
@@ -5270,12 +5361,12 @@ module Google
5270
5361
  class RoleGrant
5271
5362
  include Google::Apis::Core::Hashable
5272
5363
 
5273
- # Template that UI can use to provide helper text to customers.
5364
+ # Optional. Template that UI can use to provide helper text to customers.
5274
5365
  # Corresponds to the JSON property `helperTextTemplate`
5275
5366
  # @return [String]
5276
5367
  attr_accessor :helper_text_template
5277
5368
 
5278
- # Prinicipal/Identity for whom the role need to assigned.
5369
+ # Optional. Prinicipal/Identity for whom the role need to assigned.
5279
5370
  # Corresponds to the JSON property `principal`
5280
5371
  # @return [String]
5281
5372
  attr_accessor :principal
@@ -5285,7 +5376,7 @@ module Google
5285
5376
  # @return [Google::Apis::ConnectorsV1::Resource]
5286
5377
  attr_accessor :resource
5287
5378
 
5288
- # List of roles that need to be granted.
5379
+ # Optional. List of roles that need to be granted.
5289
5380
  # Corresponds to the JSON property `roles`
5290
5381
  # @return [Array<String>]
5291
5382
  attr_accessor :roles
@@ -5855,12 +5946,12 @@ module Google
5855
5946
  class SslConfig
5856
5947
  include Google::Apis::Core::Hashable
5857
5948
 
5858
- # Additional SSL related field values
5949
+ # Optional. Additional SSL related field values
5859
5950
  # Corresponds to the JSON property `additionalVariables`
5860
5951
  # @return [Array<Google::Apis::ConnectorsV1::ConfigVariable>]
5861
5952
  attr_accessor :additional_variables
5862
5953
 
5863
- # Type of Client Cert (PEM/JKS/.. etc.)
5954
+ # Optional. Type of Client Cert (PEM/JKS/.. etc.)
5864
5955
  # Corresponds to the JSON property `clientCertType`
5865
5956
  # @return [String]
5866
5957
  attr_accessor :client_cert_type
@@ -5885,22 +5976,22 @@ module Google
5885
5976
  # @return [Google::Apis::ConnectorsV1::Secret]
5886
5977
  attr_accessor :private_server_certificate
5887
5978
 
5888
- # Type of Server Cert (PEM/JKS/.. etc.)
5979
+ # Optional. Type of Server Cert (PEM/JKS/.. etc.)
5889
5980
  # Corresponds to the JSON property `serverCertType`
5890
5981
  # @return [String]
5891
5982
  attr_accessor :server_cert_type
5892
5983
 
5893
- # Trust Model of the SSL connection
5984
+ # Optional. Trust Model of the SSL connection
5894
5985
  # Corresponds to the JSON property `trustModel`
5895
5986
  # @return [String]
5896
5987
  attr_accessor :trust_model
5897
5988
 
5898
- # Controls the ssl type for the given connector version.
5989
+ # Optional. Controls the ssl type for the given connector version.
5899
5990
  # Corresponds to the JSON property `type`
5900
5991
  # @return [String]
5901
5992
  attr_accessor :type
5902
5993
 
5903
- # Bool for enabling SSL
5994
+ # Optional. Bool for enabling SSL
5904
5995
  # Corresponds to the JSON property `useSsl`
5905
5996
  # @return [Boolean]
5906
5997
  attr_accessor :use_ssl
@@ -6362,6 +6453,19 @@ module Google
6362
6453
  @schedule = args[:schedule] if args.key?(:schedule)
6363
6454
  end
6364
6455
  end
6456
+
6457
+ # Request message for ConnectorsService.WithdrawCustomConnectorVersion
6458
+ class WithdrawCustomConnectorVersionRequest
6459
+ include Google::Apis::Core::Hashable
6460
+
6461
+ def initialize(**args)
6462
+ update!(**args)
6463
+ end
6464
+
6465
+ # Update properties of this object
6466
+ def update!(**args)
6467
+ end
6468
+ end
6365
6469
  end
6366
6470
  end
6367
6471
  end
@@ -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.64.0"
19
+ GEM_VERSION = "0.65.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241105"
25
+ REVISION = "20241203"
26
26
  end
27
27
  end
28
28
  end
@@ -346,6 +346,12 @@ module Google
346
346
  include Google::Apis::Core::JsonObjectSupport
347
347
  end
348
348
 
349
+ class GsUtil
350
+ class Representation < Google::Apis::Core::JsonRepresentation; end
351
+
352
+ include Google::Apis::Core::JsonObjectSupport
353
+ end
354
+
349
355
  class HpaConfig
350
356
  class Representation < Google::Apis::Core::JsonRepresentation; end
351
357
 
@@ -550,6 +556,12 @@ module Google
550
556
  include Google::Apis::Core::JsonObjectSupport
551
557
  end
552
558
 
559
+ class MarketplaceConnectorDetails
560
+ class Representation < Google::Apis::Core::JsonRepresentation; end
561
+
562
+ include Google::Apis::Core::JsonObjectSupport
563
+ end
564
+
553
565
  class MultipleSelectConfig
554
566
  class Representation < Google::Apis::Core::JsonRepresentation; end
555
567
 
@@ -652,6 +664,12 @@ module Google
652
664
  include Google::Apis::Core::JsonObjectSupport
653
665
  end
654
666
 
667
+ class PublishCustomConnectorVersionRequest
668
+ class Representation < Google::Apis::Core::JsonRepresentation; end
669
+
670
+ include Google::Apis::Core::JsonObjectSupport
671
+ end
672
+
655
673
  class PublishStatus
656
674
  class Representation < Google::Apis::Core::JsonRepresentation; end
657
675
 
@@ -892,6 +910,12 @@ module Google
892
910
  include Google::Apis::Core::JsonObjectSupport
893
911
  end
894
912
 
913
+ class WithdrawCustomConnectorVersionRequest
914
+ class Representation < Google::Apis::Core::JsonRepresentation; end
915
+
916
+ include Google::Apis::Core::JsonObjectSupport
917
+ end
918
+
895
919
  class AuditConfig
896
920
  # @private
897
921
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1150,6 +1174,8 @@ module Google
1150
1174
  property :external_uri, as: 'externalUri'
1151
1175
  hash :labels, as: 'labels'
1152
1176
  property :launch_stage, as: 'launchStage'
1177
+ property :marketplace_connector_details, as: 'marketplaceConnectorDetails', class: Google::Apis::ConnectorsV1::MarketplaceConnectorDetails, decorator: Google::Apis::ConnectorsV1::MarketplaceConnectorDetails::Representation
1178
+
1153
1179
  property :name, as: 'name'
1154
1180
  collection :tags, as: 'tags'
1155
1181
  property :update_time, as: 'updateTime'
@@ -1461,6 +1487,8 @@ module Google
1461
1487
  class Representation < Google::Apis::Core::JsonRepresentation
1462
1488
  property :endpoint, as: 'endpoint', class: Google::Apis::ConnectorsV1::EndPoint, decorator: Google::Apis::ConnectorsV1::EndPoint::Representation
1463
1489
 
1490
+ property :gsutil, as: 'gsutil', class: Google::Apis::ConnectorsV1::GsUtil, decorator: Google::Apis::ConnectorsV1::GsUtil::Representation
1491
+
1464
1492
  property :service_account, as: 'serviceAccount'
1465
1493
  property :type, as: 'type'
1466
1494
  end
@@ -1634,6 +1662,13 @@ module Google
1634
1662
  end
1635
1663
  end
1636
1664
 
1665
+ class GsUtil
1666
+ # @private
1667
+ class Representation < Google::Apis::Core::JsonRepresentation
1668
+ property :gsutil_uri, as: 'gsutilUri'
1669
+ end
1670
+ end
1671
+
1637
1672
  class HpaConfig
1638
1673
  # @private
1639
1674
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1988,6 +2023,16 @@ module Google
1988
2023
  end
1989
2024
  end
1990
2025
 
2026
+ class MarketplaceConnectorDetails
2027
+ # @private
2028
+ class Representation < Google::Apis::Core::JsonRepresentation
2029
+ property :marketplace_product, as: 'marketplaceProduct'
2030
+ property :marketplace_product_id, as: 'marketplaceProductId'
2031
+ property :marketplace_product_uri, as: 'marketplaceProductUri'
2032
+ property :partner, as: 'partner'
2033
+ end
2034
+ end
2035
+
1991
2036
  class MultipleSelectConfig
1992
2037
  # @private
1993
2038
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2174,6 +2219,14 @@ module Google
2174
2219
  end
2175
2220
  end
2176
2221
 
2222
+ class PublishCustomConnectorVersionRequest
2223
+ # @private
2224
+ class Representation < Google::Apis::Core::JsonRepresentation
2225
+ property :partner_metadata, as: 'partnerMetadata', class: Google::Apis::ConnectorsV1::PartnerMetadata, decorator: Google::Apis::ConnectorsV1::PartnerMetadata::Representation
2226
+
2227
+ end
2228
+ end
2229
+
2177
2230
  class PublishStatus
2178
2231
  # @private
2179
2232
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2567,6 +2620,12 @@ module Google
2567
2620
 
2568
2621
  end
2569
2622
  end
2623
+
2624
+ class WithdrawCustomConnectorVersionRequest
2625
+ # @private
2626
+ class Representation < Google::Apis::Core::JsonRepresentation
2627
+ end
2628
+ end
2570
2629
  end
2571
2630
  end
2572
2631
  end
@@ -1267,6 +1267,78 @@ module Google
1267
1267
  execute_or_queue_command(command, &block)
1268
1268
  end
1269
1269
 
1270
+ # Publish request for the CustomConnectorVersion. Once approved, the
1271
+ # CustomConnectorVersion will be published as PartnerConnector.
1272
+ # @param [String] name
1273
+ # Required. Resource name of the form: `projects/`project`/locations/`location`/
1274
+ # customConnectors/`custom_connector`/customConnectorVersions/`
1275
+ # custom_connector_version``
1276
+ # @param [Google::Apis::ConnectorsV1::PublishCustomConnectorVersionRequest] publish_custom_connector_version_request_object
1277
+ # @param [String] fields
1278
+ # Selector specifying which fields to include in a partial response.
1279
+ # @param [String] quota_user
1280
+ # Available to use for quota purposes for server-side applications. Can be any
1281
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1282
+ # @param [Google::Apis::RequestOptions] options
1283
+ # Request-specific options
1284
+ #
1285
+ # @yield [result, err] Result & error if block supplied
1286
+ # @yieldparam result [Google::Apis::ConnectorsV1::Operation] parsed result object
1287
+ # @yieldparam err [StandardError] error object if request failed
1288
+ #
1289
+ # @return [Google::Apis::ConnectorsV1::Operation]
1290
+ #
1291
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1292
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1293
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1294
+ def publish_custom_connector_version(name, publish_custom_connector_version_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1295
+ command = make_simple_command(:post, 'v1/{+name}:publish', options)
1296
+ command.request_representation = Google::Apis::ConnectorsV1::PublishCustomConnectorVersionRequest::Representation
1297
+ command.request_object = publish_custom_connector_version_request_object
1298
+ command.response_representation = Google::Apis::ConnectorsV1::Operation::Representation
1299
+ command.response_class = Google::Apis::ConnectorsV1::Operation
1300
+ command.params['name'] = name unless name.nil?
1301
+ command.query['fields'] = fields unless fields.nil?
1302
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1303
+ execute_or_queue_command(command, &block)
1304
+ end
1305
+
1306
+ # Withdraw the publish request for the CustomConnectorVersion. This can only be
1307
+ # used before the CustomConnectorVersion is published.
1308
+ # @param [String] name
1309
+ # Required. Resource name of the form: `projects/`project`/locations/`location`/
1310
+ # customConnectors/`custom_connector`/customConnectorVersions/`
1311
+ # custom_connector_version``
1312
+ # @param [Google::Apis::ConnectorsV1::WithdrawCustomConnectorVersionRequest] withdraw_custom_connector_version_request_object
1313
+ # @param [String] fields
1314
+ # Selector specifying which fields to include in a partial response.
1315
+ # @param [String] quota_user
1316
+ # Available to use for quota purposes for server-side applications. Can be any
1317
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1318
+ # @param [Google::Apis::RequestOptions] options
1319
+ # Request-specific options
1320
+ #
1321
+ # @yield [result, err] Result & error if block supplied
1322
+ # @yieldparam result [Google::Apis::ConnectorsV1::Operation] parsed result object
1323
+ # @yieldparam err [StandardError] error object if request failed
1324
+ #
1325
+ # @return [Google::Apis::ConnectorsV1::Operation]
1326
+ #
1327
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1328
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1329
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1330
+ def withdraw_custom_connector_version(name, withdraw_custom_connector_version_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1331
+ command = make_simple_command(:post, 'v1/{+name}:withdraw', options)
1332
+ command.request_representation = Google::Apis::ConnectorsV1::WithdrawCustomConnectorVersionRequest::Representation
1333
+ command.request_object = withdraw_custom_connector_version_request_object
1334
+ command.response_representation = Google::Apis::ConnectorsV1::Operation::Representation
1335
+ command.response_class = Google::Apis::ConnectorsV1::Operation
1336
+ command.params['name'] = name unless name.nil?
1337
+ command.query['fields'] = fields unless fields.nil?
1338
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1339
+ execute_or_queue_command(command, &block)
1340
+ end
1341
+
1270
1342
  # Creates a new EndpointAttachment in a given project and location.
1271
1343
  # @param [String] parent
1272
1344
  # Required. Parent resource of the EndpointAttachment, of the form: `projects/*/
@@ -2006,8 +2078,8 @@ module Google
2006
2078
  # Clients can use Operations.GetOperation or other methods to check whether the
2007
2079
  # cancellation succeeded or whether the operation completed despite cancellation.
2008
2080
  # On successful cancellation, the operation is not deleted; instead, it becomes
2009
- # an operation with an Operation.error value with a google.rpc.Status.code of 1,
2010
- # corresponding to `Code.CANCELLED`.
2081
+ # an operation with an Operation.error value with a google.rpc.Status.code of `1`
2082
+ # , corresponding to `Code.CANCELLED`.
2011
2083
  # @param [String] name
2012
2084
  # The name of the operation resource to be cancelled.
2013
2085
  # @param [Google::Apis::ConnectorsV1::CancelOperationRequest] cancel_operation_request_object
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.64.0
4
+ version: 0.65.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-12-04 00:00:00.000000000 Z
11
+ date: 2024-12-08 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.64.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.65.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.22
78
+ rubygems_version: 3.5.23
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Connectors API V1