google-apis-connectors_v1 0.14.0 → 0.15.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: f7d37e6df85384a47adfd825dfd1a204577b008219c01bf3f6da5bd1f1ea79b7
4
- data.tar.gz: 16a3ef34c2b6642471da4affa898b32710aa3d4499f56deb18f777472372d631
3
+ metadata.gz: c5be8e38d07416f158cfb779ead801cace618c81e7d8e28e3c93da31e67c1960
4
+ data.tar.gz: e6d826cda6f6b8e798592a1aaa5bf70dca972eec1555ba3f566ac8ac68922447
5
5
  SHA512:
6
- metadata.gz: 26fed3a3d97d00ec640ce6ce9256c705d708ad7b4493033860d46c4b2f3d863fbba30d8cf0e8d00e0cd2f361f4fac366e05ad6fb806d60739475be51d8316750
7
- data.tar.gz: 4b7ac5f63aa6d475900889057476298e7cd34698da33b037b2a65fcf7d1093b62d8d4ba8a540e8ce8b3c60631bd35d3069eef53e1a713558858a09e9d1e4493a
6
+ metadata.gz: 0652d65788b56c794e825254ea7103052dfaf58ce99ebf8db2ae06f64493129b1848fe927d1d77dfca3cc94442596e7bd582abf9668afb0d4d04810f3dfd120a
7
+ data.tar.gz: eda0b0b19688a5734deed265230174e59af03a0e10f60813190eb704d30dd17c213c44a49bc04c40c3f35c6c6cd214772de1b5e3ed90405ead8d63fc6c9f21a7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-connectors_v1
2
2
 
3
+ ### v0.15.0 (2022-07-23)
4
+
5
+ * Regenerated from discovery document revision 20220714
6
+
3
7
  ### v0.14.0 (2022-07-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20220707
@@ -1876,6 +1876,12 @@ module Google
1876
1876
  # @return [String]
1877
1877
  attr_accessor :location_id
1878
1878
 
1879
+ # Output only. Name of the runtimeConfig resource. Format: projects/`project`/
1880
+ # locations/`location`/runtimeConfig
1881
+ # Corresponds to the JSON property `name`
1882
+ # @return [String]
1883
+ attr_accessor :name
1884
+
1879
1885
  # Output only. The endpoint of the connectors runtime ingress.
1880
1886
  # Corresponds to the JSON property `runtimeEndpoint`
1881
1887
  # @return [String]
@@ -1907,6 +1913,7 @@ module Google
1907
1913
  @control_plane_subscription = args[:control_plane_subscription] if args.key?(:control_plane_subscription)
1908
1914
  @control_plane_topic = args[:control_plane_topic] if args.key?(:control_plane_topic)
1909
1915
  @location_id = args[:location_id] if args.key?(:location_id)
1916
+ @name = args[:name] if args.key?(:name)
1910
1917
  @runtime_endpoint = args[:runtime_endpoint] if args.key?(:runtime_endpoint)
1911
1918
  @schema_gcs_bucket = args[:schema_gcs_bucket] if args.key?(:schema_gcs_bucket)
1912
1919
  @service_directory = args[:service_directory] if args.key?(:service_directory)
@@ -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.14.0"
19
+ GEM_VERSION = "0.15.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 = "20220707"
25
+ REVISION = "20220714"
26
26
  end
27
27
  end
28
28
  end
@@ -824,6 +824,7 @@ module Google
824
824
  property :control_plane_subscription, as: 'controlPlaneSubscription'
825
825
  property :control_plane_topic, as: 'controlPlaneTopic'
826
826
  property :location_id, as: 'locationId'
827
+ property :name, as: 'name'
827
828
  property :runtime_endpoint, as: 'runtimeEndpoint'
828
829
  property :schema_gcs_bucket, as: 'schemaGcsBucket'
829
830
  property :service_directory, as: 'serviceDirectory'
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.14.0
4
+ version: 0.15.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-18 00:00:00.000000000 Z
11
+ date: 2022-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.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.15.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: []