google-apis-connectors_v1 0.52.0 → 0.53.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: 636cf3c3b0ab8172fdd6635fd5a7d05eff7820713a411483c41742d139b77c78
4
+ data.tar.gz: 4de92b51207124e4b54e649f4712bbf31aca44fd8ab7ecfee316f7596b8293fe
5
5
  SHA512:
6
- metadata.gz: 63a4efb1e1822d4ab6dd516a4ee014d790198682d193349de03e1937863c4af4d73ad71f8bf9a948f7af71292abcd5a44d5311f7dcdc28dd4797c3ab9b02547b
7
- data.tar.gz: c644954c3e6dc0ed5f4003e21501af78e42d32f9e014deee602fabaecb6013ab8808022aa3ae24de10ef951dc65b9de5bff4c75dbe7b2d376ad3fa4adbdcb8fc
6
+ metadata.gz: 21d107c933347938df5e69c8aff8692c42106c9d529f3caeafbc2a5b3dace6adf932857050286ee5d2c541aed7b698fd593da252e8dd1e0238b8829bacef83db
7
+ data.tar.gz: 2c5ec1ca91dad987a01fd3f0a9e09a4841f19e4b36bbce78855f54ffe11aeb88207206cc1e77281d0ee82a6abce8e6240ad23f90f38e74ed0635eca5fc515412
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-connectors_v1
2
2
 
3
+ ### v0.53.0 (2024-03-03)
4
+
5
+ * Regenerated from discovery document revision 20240226
6
+
3
7
  ### v0.52.0 (2024-02-24)
4
8
 
5
9
  * 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)
@@ -1834,6 +1840,11 @@ module Google
1834
1840
  # @return [String]
1835
1841
  attr_accessor :subscriber_link
1836
1842
 
1843
+ # Optional. Configuration for configuring the trigger
1844
+ # Corresponds to the JSON property `triggerConfigVariables`
1845
+ # @return [Array<Google::Apis::ConnectorsV1::ConfigVariable>]
1846
+ attr_accessor :trigger_config_variables
1847
+
1837
1848
  # Output only. Updated time.
1838
1849
  # Corresponds to the JSON property `updateTime`
1839
1850
  # @return [String]
@@ -1853,6 +1864,7 @@ module Google
1853
1864
  @status = args[:status] if args.key?(:status)
1854
1865
  @subscriber = args[:subscriber] if args.key?(:subscriber)
1855
1866
  @subscriber_link = args[:subscriber_link] if args.key?(:subscriber_link)
1867
+ @trigger_config_variables = args[:trigger_config_variables] if args.key?(:trigger_config_variables)
1856
1868
  @update_time = args[:update_time] if args.key?(:update_time)
1857
1869
  end
1858
1870
  end
@@ -2031,11 +2043,6 @@ module Google
2031
2043
  # @return [Google::Apis::ConnectorsV1::DestinationConfig]
2032
2044
  attr_accessor :registration_destination_config
2033
2045
 
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
2046
  def initialize(**args)
2040
2047
  update!(**args)
2041
2048
  end
@@ -2051,7 +2058,6 @@ module Google
2051
2058
  @private_connectivity_enabled = args[:private_connectivity_enabled] if args.key?(:private_connectivity_enabled)
2052
2059
  @proxy_destination_config = args[:proxy_destination_config] if args.key?(:proxy_destination_config)
2053
2060
  @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
2061
  end
2056
2062
  end
2057
2063
 
@@ -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.53.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 = "20240226"
26
26
  end
27
27
  end
28
28
  end
@@ -858,6 +858,7 @@ module Google
858
858
  property :display_name, as: 'displayName'
859
859
  collection :enum_options, as: 'enumOptions', class: Google::Apis::ConnectorsV1::EnumOption, decorator: Google::Apis::ConnectorsV1::EnumOption::Representation
860
860
 
861
+ property :enum_source, as: 'enumSource'
861
862
  property :is_advanced, as: 'isAdvanced'
862
863
  property :key, as: 'key'
863
864
  property :location_type, as: 'locationType'
@@ -1212,6 +1213,8 @@ module Google
1212
1213
 
1213
1214
  property :subscriber, as: 'subscriber'
1214
1215
  property :subscriber_link, as: 'subscriberLink'
1216
+ collection :trigger_config_variables, as: 'triggerConfigVariables', class: Google::Apis::ConnectorsV1::ConfigVariable, decorator: Google::Apis::ConnectorsV1::ConfigVariable::Representation
1217
+
1215
1218
  property :update_time, as: 'updateTime'
1216
1219
  end
1217
1220
  end
@@ -1266,8 +1269,6 @@ module Google
1266
1269
 
1267
1270
  property :registration_destination_config, as: 'registrationDestinationConfig', class: Google::Apis::ConnectorsV1::DestinationConfig, decorator: Google::Apis::ConnectorsV1::DestinationConfig::Representation
1268
1271
 
1269
- collection :trigger_config_variables, as: 'triggerConfigVariables', class: Google::Apis::ConnectorsV1::ConfigVariable, decorator: Google::Apis::ConnectorsV1::ConfigVariable::Representation
1270
-
1271
1272
  end
1272
1273
  end
1273
1274
 
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.53.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-03 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.53.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: []