google-apis-connectors_v1 0.5.0 → 0.6.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: d3f2fa4c5f747506d80141d05b03848ed98e477e32fa5fad4bc8a910925d8a62
4
- data.tar.gz: a169024a8a4557be233315456005a0bda7d850406dc529cfa5efa023a1471a6e
3
+ metadata.gz: 2e3108b8f0b0cc72a85dfe6913d76821792f6f80df753e7c736efe7a802cb140
4
+ data.tar.gz: f78f28dfc7c5444889442fd9e7be89d3791f6add153113d3039568cb3722aaad
5
5
  SHA512:
6
- metadata.gz: bc0d06ae4519cdea12edd113e357565264c29219b5a5c344eb22edba56f085686d22a7e2cae5c686b8826f725c45ad192ca31f10b1c58a55f771a5c49f5412c8
7
- data.tar.gz: 4d00d01632c9741896f849fc79963a3f109b408a9a70499471367db6343dbb1049ec8ad4a5191fea5ab2359cb47ffecac8d83a2f81389dd2e1cf059df8b07158
6
+ metadata.gz: 7f2ff6e16f5a7877e766b1bbcb00ffbe8a13198dc29c78b0895276b158da715aff07aac2542682a1568d1f8e2972e9de8f9abd8588ddec9b188509828bba89e0
7
+ data.tar.gz: 1667ce42f3693e4c8c6e3c9cff0b79a61488d58811d2a98398d00add6121658ad33c1807c0dbf0db5cf502c205e810443447035a9e689373bb429867f491be6c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-connectors_v1
2
2
 
3
+ ### v0.6.0 (2022-02-03)
4
+
5
+ * Regenerated from discovery document revision 20220120
6
+ * Regenerated using generator version 0.4.1
7
+
3
8
  ### v0.5.0 (2022-01-10)
4
9
 
5
10
  * Regenerated from discovery document revision 20211217
@@ -403,12 +403,6 @@ module Google
403
403
  # @return [String]
404
404
  attr_accessor :image_location
405
405
 
406
- # Optional. Inactive indicates the connection is active to use or not.
407
- # Corresponds to the JSON property `inactive`
408
- # @return [Boolean]
409
- attr_accessor :inactive
410
- alias_method :inactive?, :inactive
411
-
412
406
  # Optional. Resource labels to represent user-provided metadata. Refer to cloud
413
407
  # documentation on labels for more details. https://cloud.google.com/compute/
414
408
  # docs/labeling-resources
@@ -446,6 +440,12 @@ module Google
446
440
  # @return [Google::Apis::ConnectorsV1::ConnectionStatus]
447
441
  attr_accessor :status
448
442
 
443
+ # Optional. Suspended indicates if a user has suspended a connection or not.
444
+ # Corresponds to the JSON property `suspended`
445
+ # @return [Boolean]
446
+ attr_accessor :suspended
447
+ alias_method :suspended?, :suspended
448
+
449
449
  # Output only. Updated time.
450
450
  # Corresponds to the JSON property `updateTime`
451
451
  # @return [String]
@@ -465,13 +465,13 @@ module Google
465
465
  @egress_backends = args[:egress_backends] if args.key?(:egress_backends)
466
466
  @envoy_image_location = args[:envoy_image_location] if args.key?(:envoy_image_location)
467
467
  @image_location = args[:image_location] if args.key?(:image_location)
468
- @inactive = args[:inactive] if args.key?(:inactive)
469
468
  @labels = args[:labels] if args.key?(:labels)
470
469
  @lock_config = args[:lock_config] if args.key?(:lock_config)
471
470
  @name = args[:name] if args.key?(:name)
472
471
  @service_account = args[:service_account] if args.key?(:service_account)
473
472
  @service_directory = args[:service_directory] if args.key?(:service_directory)
474
473
  @status = args[:status] if args.key?(:status)
474
+ @suspended = args[:suspended] if args.key?(:suspended)
475
475
  @update_time = args[:update_time] if args.key?(:update_time)
476
476
  end
477
477
  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.5.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211217"
25
+ REVISION = "20220120"
26
26
  end
27
27
  end
28
28
  end
@@ -424,7 +424,6 @@ module Google
424
424
  collection :egress_backends, as: 'egressBackends'
425
425
  property :envoy_image_location, as: 'envoyImageLocation'
426
426
  property :image_location, as: 'imageLocation'
427
- property :inactive, as: 'inactive'
428
427
  hash :labels, as: 'labels'
429
428
  property :lock_config, as: 'lockConfig', class: Google::Apis::ConnectorsV1::LockConfig, decorator: Google::Apis::ConnectorsV1::LockConfig::Representation
430
429
 
@@ -433,6 +432,7 @@ module Google
433
432
  property :service_directory, as: 'serviceDirectory'
434
433
  property :status, as: 'status', class: Google::Apis::ConnectorsV1::ConnectionStatus, decorator: Google::Apis::ConnectorsV1::ConnectionStatus::Representation
435
434
 
435
+ property :suspended, as: 'suspended'
436
436
  property :update_time, as: 'updateTime'
437
437
  end
438
438
  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.5.0
4
+ version: 0.6.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-01-17 00:00:00.000000000 Z
11
+ date: 2022-02-07 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.5.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.6.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: []