google-apis-eventarc_v1 0.46.0 → 0.47.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: ba7f897ef6754fabff6d46032a18f870542accba9d7bcad06d13db07318d8939
4
- data.tar.gz: 2620bf0f594dd91f018655a17562bf0afd6b367af468fe3cf252cf0c6bc9355a
3
+ metadata.gz: 5378e4341be9dee1200054eee75099bc954cd18a683ddfced1f676fa35c06f22
4
+ data.tar.gz: 29986e243000179a429606d08182cb8efb4b04b93ffc1e386be01f10a652f5a3
5
5
  SHA512:
6
- metadata.gz: d0e08fcc7e62d18eab1655cae69a8a655ed4a915fcba60fae1a2c8f148103776c181d01b1e47f17494b4e06afd63c2fc0e2e55bc1bc418a925ac0aa418fd4b3f
7
- data.tar.gz: 1a048b18c30483a93284988553ace0ecc441db77d72f743f48d39712ce040fcf573a7f0ee08b364c459a94ae6a2117c30359e82a06dda783619fdf54e151913c
6
+ metadata.gz: fe1254f81a8a9dc46ec0eb2f268939f82cd5721572ee20cbb7eb102b5680f1b02e49a1976a996e77a2e1a014521bad6f8e692e3e174ec779176f986aedca5c48
7
+ data.tar.gz: a9f9ef695fcee05ca111d1e3ceafd34e6c94fb387714d0db832d84facf10565e45dd61a341f01d1a7d0276789e0f0ca72a9a93ab44efc3f7ea13cc90e3d39eb8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-eventarc_v1
2
2
 
3
+ ### v0.47.0 (2023-10-08)
4
+
5
+ * Regenerated from discovery document revision 20230929
6
+
3
7
  ### v0.46.0 (2023-09-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20230918
@@ -818,16 +818,6 @@ module Google
818
818
  class HttpEndpoint
819
819
  include Google::Apis::Core::Hashable
820
820
 
821
- # Optional. Forwards DNS requests to the VPC specified by network config to
822
- # resolve the HTTP endpoint. Default to false. If set to true, Eventarc will
823
- # create a peering zone to the consumer VPC and forward DNS requests. See: https:
824
- # //cloud.google.com/dns/docs/zones/zones-overview#peering_zones Enable this if
825
- # the URI uses an internal DNS name or a private Cloud DNS zone.
826
- # Corresponds to the JSON property `forwardDnsRequests`
827
- # @return [Boolean]
828
- attr_accessor :forward_dns_requests
829
- alias_method :forward_dns_requests?, :forward_dns_requests
830
-
831
821
  # Required. The URI of the HTTP enpdoint. The value must be a RFC2396 URI string.
832
822
  # Examples: `http://10.10.10.8:80/route`, `http://svc.us-central1.p.local:8080/`
833
823
  # . Only HTTP and HTTPS protocols are supported. The host can be either a static
@@ -843,7 +833,6 @@ module Google
843
833
 
844
834
  # Update properties of this object
845
835
  def update!(**args)
846
- @forward_dns_requests = args[:forward_dns_requests] if args.key?(:forward_dns_requests)
847
836
  @uri = args[:uri] if args.key?(:uri)
848
837
  end
849
838
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module EventarcV1
18
18
  # Version of the google-apis-eventarc_v1 gem
19
- GEM_VERSION = "0.46.0"
19
+ GEM_VERSION = "0.47.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230918"
25
+ REVISION = "20230929"
26
26
  end
27
27
  end
28
28
  end
@@ -422,7 +422,6 @@ module Google
422
422
  class HttpEndpoint
423
423
  # @private
424
424
  class Representation < Google::Apis::Core::JsonRepresentation
425
- property :forward_dns_requests, as: 'forwardDnsRequests'
426
425
  property :uri, as: 'uri'
427
426
  end
428
427
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-eventarc_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.46.0
4
+ version: 0.47.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: 2023-09-24 00:00:00.000000000 Z
11
+ date: 2023-10-08 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-eventarc_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-eventarc_v1/v0.46.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-eventarc_v1/v0.47.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-eventarc_v1
63
63
  post_install_message:
64
64
  rdoc_options: []