google-apis-connectors_v1 0.11.0 → 0.12.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: 73c89151e004a5dd340733cf19f12dda1b7a368afabcc10f65eff24c38ec2238
4
- data.tar.gz: e2c2ab66fa8916c5aaa81e3b4a68e935abcab051824a4fd5265af05551240fbd
3
+ metadata.gz: 2a75858f16d3c6734402c616897f6b8db326ad95f3e45f60e37b0b105adcb0f2
4
+ data.tar.gz: 3e7079eebeac028d83890f980ccda9abc87a4cc51d84ec9aa962295ca8412d3b
5
5
  SHA512:
6
- metadata.gz: dccbbc1614ac985df0b8943dff2bd7909753d4a9dd9f9be6aa79a86d4401954bfd3e2e7908ea9a53a1da30feb6a6a15766941151b699e7757ff56f0517a28eb5
7
- data.tar.gz: ade07143df0fd4fb39becfa60e80a4fa5833ef735c2f08524d9b546af62443f970e8313cfaa6f9284e7bd41251efe7f3fa878c35c9d36632c7b8c8e00ff9d0f9
6
+ metadata.gz: 31ce2529dc97d403f083114c0a09a5eafa48d08e920dde48795d89f6d3067b8f3405689f3e09f7487d11c04df595948ca8f62fab5bf87b3f3606ad0cda663138
7
+ data.tar.gz: 267a32b0928efb705e4eba8f3b92a5deb405afb187594bcb3e3d62afbe7d31bfadb174fd121270a70887100a96e8cd8a74dc0168056c91f078a7709d1f87e2e1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-connectors_v1
2
2
 
3
+ ### v0.12.0 (2022-06-26)
4
+
5
+ * Regenerated from discovery document revision 20220616
6
+
3
7
  ### v0.11.0 (2022-06-18)
4
8
 
5
9
  * Regenerated using generator version 0.7.0
@@ -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.11.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.7.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.11.0
4
+ version: 0.12.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-20 00:00:00.000000000 Z
11
+ date: 2022-06-27 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.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.12.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: []