google-apis-connectors_v1 0.62.0 → 0.63.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6f82fdfaa420435ccbd002aa896d1f469a58a6b916cf6d69027d8219b64aa03e
4
- data.tar.gz: 07761731ffc73eea637c8bfa00d6cce006d4eaff0e4cf5edd2e787139fb66294
3
+ metadata.gz: f8d027c833d0cc3cd2c198e56e4db4ff384aefecf1e64331153263301f7647b5
4
+ data.tar.gz: 6c76c1474d09ab5fc612676e680d5117a1095dfc2e8a4787f2e2c801ecc42b5d
5
5
  SHA512:
6
- metadata.gz: 063534edaa7c3f96c57341b9fc33ee331eb9fee200c8a413fec43210885193c0afa78cafa791c338c88cf5a69885ca31e8cbe9dc3d6402731074008983bdfc9f
7
- data.tar.gz: 1fe775e277953e810ae8b730b3282619ae6f543e5551018ca6f47188a7d266d2d4430908a75138c5dd8f41421436e518f2c16547afdf75c661148dabed90049f
6
+ metadata.gz: 786470a83d490e34bad2656795cdaa2768e831b2e3d7cfe012d75e5197e30041d4099c3da1232b75d67df655880b8d79e383e146376b116c664464f88239fb1f
7
+ data.tar.gz: 4c3ed4cd51f00960bdc0f11ac1ba2f2a92c73f12d618420954e6301a06fd7277ca19c61651d09a6a2a1d3e41fc298d945c9b0e83b8e2302836e239fec176b865
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-connectors_v1
2
2
 
3
+ ### v0.63.0 (2024-07-25)
4
+
5
+ * Regenerated from discovery document revision 20240715
6
+
3
7
  ### v0.62.0 (2024-07-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20240625
@@ -220,8 +220,9 @@ module Google
220
220
 
221
221
  # Optional. Omit query params from the redirect URI.
222
222
  # Corresponds to the JSON property `omitQueryParams`
223
- # @return [String]
223
+ # @return [Boolean]
224
224
  attr_accessor :omit_query_params
225
+ alias_method :omit_query_params?, :omit_query_params
225
226
 
226
227
  # The scopes for which the user will authorize Google Cloud Connectors on the
227
228
  # connector data source.
@@ -550,6 +551,14 @@ module Google
550
551
  class Connection
551
552
  include Google::Apis::Core::Hashable
552
553
 
554
+ # Optional. Async operations enabled for the connection. If Async Operations is
555
+ # enabled, Connection allows the customers to initiate async long running
556
+ # operations using the actions API.
557
+ # Corresponds to the JSON property `asyncOperationsEnabled`
558
+ # @return [Boolean]
559
+ attr_accessor :async_operations_enabled
560
+ alias_method :async_operations_enabled?, :async_operations_enabled
561
+
553
562
  # AuthConfig defines details of a authentication type.
554
563
  # Corresponds to the JSON property `authConfig`
555
564
  # @return [Google::Apis::ConnectorsV1::AuthConfig]
@@ -715,6 +724,7 @@ module Google
715
724
 
716
725
  # Update properties of this object
717
726
  def update!(**args)
727
+ @async_operations_enabled = args[:async_operations_enabled] if args.key?(:async_operations_enabled)
718
728
  @auth_config = args[:auth_config] if args.key?(:auth_config)
719
729
  @billing_config = args[:billing_config] if args.key?(:billing_config)
720
730
  @config_variables = args[:config_variables] if args.key?(:config_variables)
@@ -962,6 +972,12 @@ module Google
962
972
  # @return [Fixnum]
963
973
  attr_accessor :internalclient_ratelimit_threshold
964
974
 
975
+ # Indicate whether connector is being migrated to cloud run deployment model.
976
+ # Corresponds to the JSON property `migrateDeploymentModel`
977
+ # @return [Boolean]
978
+ attr_accessor :migrate_deployment_model
979
+ alias_method :migrate_deployment_model?, :migrate_deployment_model
980
+
965
981
  # Max QPS supported by the connector version before throttling of requests.
966
982
  # Corresponds to the JSON property `ratelimitThreshold`
967
983
  # @return [Fixnum]
@@ -992,6 +1008,7 @@ module Google
992
1008
  @deployment_model = args[:deployment_model] if args.key?(:deployment_model)
993
1009
  @hpa_config = args[:hpa_config] if args.key?(:hpa_config)
994
1010
  @internalclient_ratelimit_threshold = args[:internalclient_ratelimit_threshold] if args.key?(:internalclient_ratelimit_threshold)
1011
+ @migrate_deployment_model = args[:migrate_deployment_model] if args.key?(:migrate_deployment_model)
995
1012
  @ratelimit_threshold = args[:ratelimit_threshold] if args.key?(:ratelimit_threshold)
996
1013
  @resource_limits = args[:resource_limits] if args.key?(:resource_limits)
997
1014
  @resource_requests = args[:resource_requests] if args.key?(:resource_requests)
@@ -1160,6 +1177,11 @@ module Google
1160
1177
  # @return [String]
1161
1178
  attr_accessor :deployment_model
1162
1179
 
1180
+ # Output only. Status of the deployment model migration.
1181
+ # Corresponds to the JSON property `deploymentModelMigrationState`
1182
+ # @return [String]
1183
+ attr_accessor :deployment_model_migration_state
1184
+
1163
1185
  # Autoscaling config for connector deployment system metrics.
1164
1186
  # Corresponds to the JSON property `hpaConfig`
1165
1187
  # @return [Google::Apis::ConnectorsV1::HpaConfig]
@@ -1199,6 +1221,7 @@ module Google
1199
1221
  def update!(**args)
1200
1222
  @connection_ratelimit_window_seconds = args[:connection_ratelimit_window_seconds] if args.key?(:connection_ratelimit_window_seconds)
1201
1223
  @deployment_model = args[:deployment_model] if args.key?(:deployment_model)
1224
+ @deployment_model_migration_state = args[:deployment_model_migration_state] if args.key?(:deployment_model_migration_state)
1202
1225
  @hpa_config = args[:hpa_config] if args.key?(:hpa_config)
1203
1226
  @internalclient_ratelimit_threshold = args[:internalclient_ratelimit_threshold] if args.key?(:internalclient_ratelimit_threshold)
1204
1227
  @ratelimit_threshold = args[:ratelimit_threshold] if args.key?(:ratelimit_threshold)
@@ -3847,7 +3870,8 @@ module Google
3847
3870
  # @return [Array<Google::Apis::ConnectorsV1::MultipleSelectOption>]
3848
3871
  attr_accessor :multiple_select_options
3849
3872
 
3850
- # Required. Value separator.
3873
+ # Required. Value separator. Only "," can be used for OAuth auth code flow scope
3874
+ # field.
3851
3875
  # Corresponds to the JSON property `valueSeparator`
3852
3876
  # @return [String]
3853
3877
  attr_accessor :value_separator
@@ -4624,6 +4648,12 @@ module Google
4624
4648
  # @return [String]
4625
4649
  attr_accessor :data_type
4626
4650
 
4651
+ # The following field specifies the default value of the Parameter provided by
4652
+ # the external system if a value is not provided.
4653
+ # Corresponds to the JSON property `defaultValue`
4654
+ # @return [Object]
4655
+ attr_accessor :default_value
4656
+
4627
4657
  # A brief description of the field.
4628
4658
  # Corresponds to the JSON property `description`
4629
4659
  # @return [String]
@@ -4639,6 +4669,12 @@ module Google
4639
4669
  # @return [Google::Apis::ConnectorsV1::JsonSchema]
4640
4670
  attr_accessor :json_schema
4641
4671
 
4672
+ # Specifies whether a null value is allowed.
4673
+ # Corresponds to the JSON property `nullable`
4674
+ # @return [Boolean]
4675
+ attr_accessor :nullable
4676
+ alias_method :nullable?, :nullable
4677
+
4642
4678
  def initialize(**args)
4643
4679
  update!(**args)
4644
4680
  end
@@ -4646,9 +4682,11 @@ module Google
4646
4682
  # Update properties of this object
4647
4683
  def update!(**args)
4648
4684
  @data_type = args[:data_type] if args.key?(:data_type)
4685
+ @default_value = args[:default_value] if args.key?(:default_value)
4649
4686
  @description = args[:description] if args.key?(:description)
4650
4687
  @field = args[:field] if args.key?(:field)
4651
4688
  @json_schema = args[:json_schema] if args.key?(:json_schema)
4689
+ @nullable = args[:nullable] if args.key?(:nullable)
4652
4690
  end
4653
4691
  end
4654
4692
 
@@ -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.62.0"
19
+ GEM_VERSION = "0.63.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240625"
25
+ REVISION = "20240715"
26
26
  end
27
27
  end
28
28
  end
@@ -946,6 +946,7 @@ module Google
946
946
  class Connection
947
947
  # @private
948
948
  class Representation < Google::Apis::Core::JsonRepresentation
949
+ property :async_operations_enabled, as: 'asyncOperationsEnabled'
949
950
  property :auth_config, as: 'authConfig', class: Google::Apis::ConnectorsV1::AuthConfig, decorator: Google::Apis::ConnectorsV1::AuthConfig::Representation
950
951
 
951
952
  property :billing_config, as: 'billingConfig', class: Google::Apis::ConnectorsV1::BillingConfig, decorator: Google::Apis::ConnectorsV1::BillingConfig::Representation
@@ -1040,6 +1041,7 @@ module Google
1040
1041
  property :hpa_config, as: 'hpaConfig', class: Google::Apis::ConnectorsV1::HpaConfig, decorator: Google::Apis::ConnectorsV1::HpaConfig::Representation
1041
1042
 
1042
1043
  property :internalclient_ratelimit_threshold, :numeric_string => true, as: 'internalclientRatelimitThreshold'
1044
+ property :migrate_deployment_model, as: 'migrateDeploymentModel'
1043
1045
  property :ratelimit_threshold, :numeric_string => true, as: 'ratelimitThreshold'
1044
1046
  property :resource_limits, as: 'resourceLimits', class: Google::Apis::ConnectorsV1::ResourceLimits, decorator: Google::Apis::ConnectorsV1::ResourceLimits::Representation
1045
1047
 
@@ -1091,6 +1093,7 @@ module Google
1091
1093
  class Representation < Google::Apis::Core::JsonRepresentation
1092
1094
  property :connection_ratelimit_window_seconds, :numeric_string => true, as: 'connectionRatelimitWindowSeconds'
1093
1095
  property :deployment_model, as: 'deploymentModel'
1096
+ property :deployment_model_migration_state, as: 'deploymentModelMigrationState'
1094
1097
  property :hpa_config, as: 'hpaConfig', class: Google::Apis::ConnectorsV1::HpaConfig, decorator: Google::Apis::ConnectorsV1::HpaConfig::Representation
1095
1098
 
1096
1099
  property :internalclient_ratelimit_threshold, :numeric_string => true, as: 'internalclientRatelimitThreshold'
@@ -2027,10 +2030,12 @@ module Google
2027
2030
  # @private
2028
2031
  class Representation < Google::Apis::Core::JsonRepresentation
2029
2032
  property :data_type, as: 'dataType'
2033
+ property :default_value, as: 'defaultValue'
2030
2034
  property :description, as: 'description'
2031
2035
  property :field, as: 'field'
2032
2036
  property :json_schema, as: 'jsonSchema', class: Google::Apis::ConnectorsV1::JsonSchema, decorator: Google::Apis::ConnectorsV1::JsonSchema::Representation
2033
2037
 
2038
+ property :nullable, as: 'nullable'
2034
2039
  end
2035
2040
  end
2036
2041
 
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.62.0
4
+ version: 0.63.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-07 00:00:00.000000000 Z
11
+ date: 2024-07-25 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.62.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.63.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: []