google-apis-eventarc_v1 0.48.0 → 0.49.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: 2f0b3c4ac65580a91ec7b3010ee2b4ba8e3706c0ea162588560d5a1a5c83c5a8
4
- data.tar.gz: c3808e635013b25d441a35db0ab3164834fe2d74e703f79eba682e766ad18f1d
3
+ metadata.gz: e546fd58e6071a26bb3b0a1fde3220fcba5d611bddd72b183fb816eaf6bf095a
4
+ data.tar.gz: 0ae2b8a9be9696e0c9d0629ba00a297109754e386c2c2bcadae689a5f5fe4d6f
5
5
  SHA512:
6
- metadata.gz: 49b4a67e85e34fed3cf8cb55cecc444f1331795543eeac1ef6a3df562e160e46d3d97f60405144e1859d245cc01cfa46b1411d3981c44e0e9a39e0ea4683749c
7
- data.tar.gz: 0b6948b9153c7412e940facf5d1d5772c7ed0bf03aa969660481fd63d74876440bbd67904136e7d262016c71c976649162901ce0f8167c5e849791aaa8f12bbc
6
+ metadata.gz: e300664137df64c2bd7cdb10b34f759eddfc10fcd646177aad612994d6e2d224e94ab3252bdbe061484b7e7b6be7b146fd46356e7c863b3106237bbb6ec40d57
7
+ data.tar.gz: efbc6d7698b93030bee81546348203a7601a68b59fedbfa08a7ed8e5c219166f0034ae6e59441649c6515e2e5816d2b5cfecdbcf82e2c8ed9eed9393ad12f5c9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-eventarc_v1
2
2
 
3
+ ### v0.49.0 (2024-01-22)
4
+
5
+ * Regenerated using generator version 0.13.0
6
+
3
7
  ### v0.48.0 (2024-01-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20240102
@@ -16,10 +16,10 @@ module Google
16
16
  module Apis
17
17
  module EventarcV1
18
18
  # Version of the google-apis-eventarc_v1 gem
19
- GEM_VERSION = "0.48.0"
19
+ GEM_VERSION = "0.49.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.12.0"
22
+ GENERATOR_VERSION = "0.13.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
25
  REVISION = "20240102"
@@ -32,6 +32,8 @@ module Google
32
32
  #
33
33
  # @see https://cloud.google.com/eventarc
34
34
  class EventarcService < Google::Apis::Core::BaseService
35
+ DEFAULT_ENDPOINT_TEMPLATE = "https://eventarc.$UNIVERSE_DOMAIN$/"
36
+
35
37
  # @return [String]
36
38
  # API key. Your API key identifies your project and provides you with API access,
37
39
  # quota, and reports. Required unless you provide an OAuth 2.0 token.
@@ -43,7 +45,7 @@ module Google
43
45
  attr_accessor :quota_user
44
46
 
45
47
  def initialize
46
- super('https://eventarc.googleapis.com/', '',
48
+ super(DEFAULT_ENDPOINT_TEMPLATE, '',
47
49
  client_name: 'google-apis-eventarc_v1',
48
50
  client_version: Google::Apis::EventarcV1::GEM_VERSION)
49
51
  @batch_path = 'batch'
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.48.0
4
+ version: 0.49.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-07 00:00:00.000000000 Z
11
+ date: 2024-01-23 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.11.0
19
+ version: 0.12.0
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.11.0
29
+ version: 0.12.0
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-eventarc_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-eventarc_v1/v0.48.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-eventarc_v1/v0.49.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: []