google-apis-connectors_v1 0.50.0 → 0.51.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: 0ed404b657a02f00131363ac2cbeb96adda9da2d4012d125aca96520f0331f38
4
- data.tar.gz: 554ceab7a82e342db6f9b63832e4e6da6eeb3029d59ff6c7604e73def152cfb4
3
+ metadata.gz: b21c30a649d9171894c30f42109474269657402e061e4349126b45716184c912
4
+ data.tar.gz: 3ed7735f84165cf41de7bd23a39ed6dbed4aac2c19e575d9d620a8672b46e8e0
5
5
  SHA512:
6
- metadata.gz: 72de46e7fda89bbaed4aff334fe9fc183add426560c269f6abaddd51788a5d971faa35c5a5edaeeea539b8b176fb5818ae3373d212f4384c82ba6802ed542692
7
- data.tar.gz: 4f2771e034e436d240967e10ba0dcbfda71532f2b5f3db9a80217448b1ae270b56e8b00302c709244162a4ab253d95f9bc7b3138b0a7e8d4dd5de8ed20c844f1
6
+ metadata.gz: a553f8172bae7f9bf1d4fd86c289709a8e3cb1fb0e2dcf92fad6d7af4865f0006d1b45cba8b9fa9455e7e3688bfb3426f1b4ba83de50e85ae0eae7c6c14ca4c0
7
+ data.tar.gz: 76c8636c7ef9c9b98b4c9bed0b7b3516dfa71f6ba2415dd728ca53cea1d5af1ebe42461d41c866877690f2defa7c50190ea803b7926a31932da85a2ad9dc4573
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-connectors_v1
2
2
 
3
+ ### v0.51.0 (2024-02-18)
4
+
5
+ * Regenerated from discovery document revision 20240207
6
+
3
7
  ### v0.50.0 (2024-01-28)
4
8
 
5
9
  * Regenerated from discovery document revision 20240122
@@ -1276,6 +1276,11 @@ module Google
1276
1276
  # @return [String]
1277
1277
  attr_accessor :spec_location
1278
1278
 
1279
+ # Output only. State of the custom connector version.
1280
+ # Corresponds to the JSON property `state`
1281
+ # @return [String]
1282
+ attr_accessor :state
1283
+
1279
1284
  # Output only. Updated time.
1280
1285
  # Corresponds to the JSON property `updateTime`
1281
1286
  # @return [String]
@@ -1296,6 +1301,7 @@ module Google
1296
1301
  @name = args[:name] if args.key?(:name)
1297
1302
  @service_account = args[:service_account] if args.key?(:service_account)
1298
1303
  @spec_location = args[:spec_location] if args.key?(:spec_location)
1304
+ @state = args[:state] if args.key?(:state)
1299
1305
  @update_time = args[:update_time] if args.key?(:update_time)
1300
1306
  end
1301
1307
  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.50.0"
19
+ GEM_VERSION = "0.51.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240122"
25
+ REVISION = "20240207"
26
26
  end
27
27
  end
28
28
  end
@@ -1060,6 +1060,7 @@ module Google
1060
1060
  property :name, as: 'name'
1061
1061
  property :service_account, as: 'serviceAccount'
1062
1062
  property :spec_location, as: 'specLocation'
1063
+ property :state, as: 'state'
1063
1064
  property :update_time, as: 'updateTime'
1064
1065
  end
1065
1066
  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.50.0
4
+ version: 0.51.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-01-28 00:00:00.000000000 Z
11
+ date: 2024-02-18 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.50.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.51.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: []