google-apis-connectors_v1 0.10.0 → 0.13.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: 8e501ce01f6f8186aa62749075dd4af6e9a2f5f6cbcaa6c380e390ff93d30434
4
- data.tar.gz: 5f2d83d45b6a22b87d8faff02eebe1c0d519947d9c99d18b7e98d7fce7cc762e
3
+ metadata.gz: 1b5deffee95b343a3c5b477023c997af8afc6c38651c19299af30eb6bd6d4f48
4
+ data.tar.gz: 788506bc7f29295e802ad10b9e98bcabc01d28edc8462aba261965fcf8080447
5
5
  SHA512:
6
- metadata.gz: f02ab6859155f9d5cc082ea1def5f592e4eee34c6959b83f89896b1960fb91f8c48d593d718ab39de77da89d7fb889ca2f72fe0af908ebae2aaf66d93cef9508
7
- data.tar.gz: 281f0a3d5401c551198410c72aa015d21c43b5ba9fec5fcd1c76b7a03724ffcd25a52f13e3d5a856eeeefad8d67256c64ed7a2aefce44646ef6ebd39999d62b0
6
+ metadata.gz: ae1f677fc8079769f8320020d42b29ae4b89bb8ba682020a400123e36c7083c648d76a1444f665e03015ebeec8afb5fbc64e269a8d2b4180c0bfa514b67bb38b
7
+ data.tar.gz: 5dd8c8f17cf784df205360cf7fa48de661e80b467d5ad84083bb3fe88970d9c17aa2a01d33b586737f2c412b04ff8086f79b22c5d5e1118205955ba4050aedac
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-connectors_v1
2
2
 
3
+ ### v0.13.0 (2022-06-30)
4
+
5
+ * Regenerated using generator version 0.8.0
6
+
7
+ ### v0.12.0 (2022-06-26)
8
+
9
+ * Regenerated from discovery document revision 20220616
10
+
11
+ ### v0.11.0 (2022-06-18)
12
+
13
+ * Regenerated using generator version 0.7.0
14
+
3
15
  ### v0.10.0 (2022-06-10)
4
16
 
5
17
  * Regenerated from discovery document revision 20220603
@@ -120,7 +120,7 @@ module Google
120
120
  # @return [Google::Apis::ConnectorsV1::Oauth2JwtBearer]
121
121
  attr_accessor :oauth2_jwt_bearer
122
122
 
123
- # SSH Public Key.
123
+ # Parameters to support Ssh public key Authentication.
124
124
  # Corresponds to the JSON property `sshPublicKey`
125
125
  # @return [Google::Apis::ConnectorsV1::SshPublicKey]
126
126
  attr_accessor :ssh_public_key
@@ -398,6 +398,11 @@ module Google
398
398
  # @return [String]
399
399
  attr_accessor :description
400
400
 
401
+ # Output only. Outbound domains/hosts needs to be allowlisted.
402
+ # Corresponds to the JSON property `egressBackends`
403
+ # @return [Array<String>]
404
+ attr_accessor :egress_backends
405
+
401
406
  # Output only. GCR location where the envoy image is stored. formatted like: gcr.
402
407
  # io/`bucketName`/`imageName`
403
408
  # Corresponds to the JSON property `envoyImageLocation`
@@ -469,6 +474,7 @@ module Google
469
474
  @connector_version = args[:connector_version] if args.key?(:connector_version)
470
475
  @create_time = args[:create_time] if args.key?(:create_time)
471
476
  @description = args[:description] if args.key?(:description)
477
+ @egress_backends = args[:egress_backends] if args.key?(:egress_backends)
472
478
  @envoy_image_location = args[:envoy_image_location] if args.key?(:envoy_image_location)
473
479
  @image_location = args[:image_location] if args.key?(:image_location)
474
480
  @labels = args[:labels] if args.key?(:labels)
@@ -1842,11 +1848,6 @@ module Google
1842
1848
  # @return [String]
1843
1849
  attr_accessor :location_id
1844
1850
 
1845
- # Output only. Resource name of the form: `projects/*/locations/*/runtimeConfig`
1846
- # Corresponds to the JSON property `name`
1847
- # @return [String]
1848
- attr_accessor :name
1849
-
1850
1851
  # Output only. The endpoint of the connectors runtime ingress.
1851
1852
  # Corresponds to the JSON property `runtimeEndpoint`
1852
1853
  # @return [String]
@@ -1878,7 +1879,6 @@ module Google
1878
1879
  @control_plane_subscription = args[:control_plane_subscription] if args.key?(:control_plane_subscription)
1879
1880
  @control_plane_topic = args[:control_plane_topic] if args.key?(:control_plane_topic)
1880
1881
  @location_id = args[:location_id] if args.key?(:location_id)
1881
- @name = args[:name] if args.key?(:name)
1882
1882
  @runtime_endpoint = args[:runtime_endpoint] if args.key?(:runtime_endpoint)
1883
1883
  @schema_gcs_bucket = args[:schema_gcs_bucket] if args.key?(:schema_gcs_bucket)
1884
1884
  @service_directory = args[:service_directory] if args.key?(:service_directory)
@@ -2009,7 +2009,7 @@ module Google
2009
2009
  end
2010
2010
  end
2011
2011
 
2012
- #
2012
+ # Parameters to support Ssh public key Authentication.
2013
2013
  class SshPublicKey
2014
2014
  include Google::Apis::Core::Hashable
2015
2015
 
@@ -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.10.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.5.0"
22
+ GENERATOR_VERSION = "0.8.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220603"
25
+ REVISION = "20220616"
26
26
  end
27
27
  end
28
28
  end
@@ -437,6 +437,7 @@ module Google
437
437
  property :connector_version, as: 'connectorVersion'
438
438
  property :create_time, as: 'createTime'
439
439
  property :description, as: 'description'
440
+ collection :egress_backends, as: 'egressBackends'
440
441
  property :envoy_image_location, as: 'envoyImageLocation'
441
442
  property :image_location, as: 'imageLocation'
442
443
  hash :labels, as: 'labels'
@@ -808,7 +809,6 @@ module Google
808
809
  property :control_plane_subscription, as: 'controlPlaneSubscription'
809
810
  property :control_plane_topic, as: 'controlPlaneTopic'
810
811
  property :location_id, as: 'locationId'
811
- property :name, as: 'name'
812
812
  property :runtime_endpoint, as: 'runtimeEndpoint'
813
813
  property :schema_gcs_bucket, as: 'schemaGcsBucket'
814
814
  property :service_directory, as: 'serviceDirectory'
@@ -386,10 +386,10 @@ module Google
386
386
  # locations/`location`/connections/`connection`
387
387
  # @param [Google::Apis::ConnectorsV1::Connection] connection_object
388
388
  # @param [String] update_mask
389
- # Required. Field mask is used to specify the fields to be overwritten in the
390
- # Connection resource by the update. The fields specified in the update_mask are
391
- # relative to the resource, not the full request. A field will be overwritten if
392
- # it is in the mask. If the user does not provide a mask then all fields will be
389
+ # Field mask is used to specify the fields to be overwritten in the Connection
390
+ # resource by the update. The fields specified in the update_mask are relative
391
+ # to the resource, not the full request. A field will be overwritten if it is in
392
+ # the mask. If the user does not provide a mask then all fields will be
393
393
  # overwritten.
394
394
  # @param [String] fields
395
395
  # Selector specifying which fields to include in a partial response.
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.10.0
4
+ version: 0.13.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-06-13 00:00:00.000000000 Z
11
+ date: 2022-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.5'
19
+ version: '0.7'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.5'
29
+ version: '0.7'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.13.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: []