google-apis-connectors_v1 0.15.0 → 0.16.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: c5be8e38d07416f158cfb779ead801cace618c81e7d8e28e3c93da31e67c1960
4
- data.tar.gz: e6d826cda6f6b8e798592a1aaa5bf70dca972eec1555ba3f566ac8ac68922447
3
+ metadata.gz: 85529cc6c738ae010e9865eb5633aeb697f977a0003c2ad3f860a9de06a74a2f
4
+ data.tar.gz: 3066f314c5ef8dc379f49b91810bed0c8cbd747d335814279aa17cefefafa266
5
5
  SHA512:
6
- metadata.gz: 0652d65788b56c794e825254ea7103052dfaf58ce99ebf8db2ae06f64493129b1848fe927d1d77dfca3cc94442596e7bd582abf9668afb0d4d04810f3dfd120a
7
- data.tar.gz: eda0b0b19688a5734deed265230174e59af03a0e10f60813190eb704d30dd17c213c44a49bc04c40c3f35c6c6cd214772de1b5e3ed90405ead8d63fc6c9f21a7
6
+ metadata.gz: be14033829e539692e9591e11b8ac46b2c788f10bd3a62f49bf5780dc92aa74addc38cfc6d9d21026905ce045b3e0efb057bbd83917de633f380ca6fbb3a5c42
7
+ data.tar.gz: e6f8fddbf5fb9070dfacda0df8ca6555449f1da335b560f7289e17e17c55e35ce21a7b161ec0a2a609e6b8bfafc083e08b065c82155900e25551fa41f26df4f2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-connectors_v1
2
2
 
3
+ ### v0.16.0 (2022-07-30)
4
+
5
+ * Regenerated from discovery document revision 20220718
6
+
3
7
  ### v0.15.0 (2022-07-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20220714
@@ -372,6 +372,11 @@ module Google
372
372
  # @return [Google::Apis::ConnectorsV1::RoleGrant]
373
373
  attr_accessor :role_grant
374
374
 
375
+ # State of the config variable.
376
+ # Corresponds to the JSON property `state`
377
+ # @return [String]
378
+ attr_accessor :state
379
+
375
380
  # Regular expression in RE2 syntax used for validating the `value` of a `
376
381
  # ConfigVariable`.
377
382
  # Corresponds to the JSON property `validationRegex`
@@ -397,6 +402,7 @@ module Google
397
402
  @key = args[:key] if args.key?(:key)
398
403
  @required = args[:required] if args.key?(:required)
399
404
  @role_grant = args[:role_grant] if args.key?(:role_grant)
405
+ @state = args[:state] if args.key?(:state)
400
406
  @validation_regex = args[:validation_regex] if args.key?(:validation_regex)
401
407
  @value_type = args[:value_type] if args.key?(:value_type)
402
408
  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.15.0"
19
+ GEM_VERSION = "0.16.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220714"
25
+ REVISION = "20220718"
26
26
  end
27
27
  end
28
28
  end
@@ -438,6 +438,7 @@ module Google
438
438
  property :required, as: 'required'
439
439
  property :role_grant, as: 'roleGrant', class: Google::Apis::ConnectorsV1::RoleGrant, decorator: Google::Apis::ConnectorsV1::RoleGrant::Representation
440
440
 
441
+ property :state, as: 'state'
441
442
  property :validation_regex, as: 'validationRegex'
442
443
  property :value_type, as: 'valueType'
443
444
  end
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.15.0
4
+ version: 0.16.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: 2022-07-25 00:00:00.000000000 Z
11
+ date: 2022-08-01 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.15.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.16.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: []