google-apis-cloudprofiler_v2 0.20.0 → 0.21.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: 4525c8349ee181acf0cb9aadceb33aac078e4732f9deb5b7400e4fdf0f9d3a1c
4
- data.tar.gz: 5e6caacd7d337a39ca9b6f83c6440df9d71edb53c7f0bc5cbe10561776a2edf1
3
+ metadata.gz: e61e6b45b2935ea80ee0410c8dbf46951624d2e5d8e31a31aa98fd539c8b2dfb
4
+ data.tar.gz: '082cd0e623d0c0f51259604941c079d6f927ff8a7161dfe2c5d1bf186eb6ae87'
5
5
  SHA512:
6
- metadata.gz: 51e491f8f31cec0ade3c90c97f8b28913932acdbf8f2f696222643a96a0c3a8ec1253ecd68ed84bbc6f3f6e5ef36cd1b8622e40345c4f24825680b2e64306e03
7
- data.tar.gz: df02d4be450b14e5f4c24ed56eeb193d69296b63c7f0d38f377528136b4657088a0c727e19337c506bbe64bf79ae351f67eb1d4d2e5af687ddbb2eb33cd93bf2
6
+ metadata.gz: 0162c7f8ef6ebdd07468efe2921b0e589a33ed3f004fab8d80c697aec44c4551513582793020ca5a6081cacdc43e7bcdb6de0e526817ea443fbfcca0f454e32f
7
+ data.tar.gz: 3e1dce143daff939717ede95e9ea4337eca81b2430aae32799535a531d9b877e1fc957e266b363f2f222f1f5c50470c884194193b95be1ca1b9a2cc42f4f4b03
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudprofiler_v2
2
2
 
3
+ ### v0.21.0 (2024-01-23)
4
+
5
+ * Regenerated using generator version 0.13.0
6
+
3
7
  ### v0.20.0 (2024-01-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20240101
@@ -16,10 +16,10 @@ module Google
16
16
  module Apis
17
17
  module CloudprofilerV2
18
18
  # Version of the google-apis-cloudprofiler_v2 gem
19
- GEM_VERSION = "0.20.0"
19
+ GEM_VERSION = "0.21.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 = "20240101"
@@ -32,6 +32,8 @@ module Google
32
32
  #
33
33
  # @see https://cloud.google.com/profiler/
34
34
  class CloudProfilerService < Google::Apis::Core::BaseService
35
+ DEFAULT_ENDPOINT_TEMPLATE = "https://cloudprofiler.$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://cloudprofiler.googleapis.com/', '',
48
+ super(DEFAULT_ENDPOINT_TEMPLATE, '',
47
49
  client_name: 'google-apis-cloudprofiler_v2',
48
50
  client_version: Google::Apis::CloudprofilerV2::GEM_VERSION)
49
51
  @batch_path = 'batch'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudprofiler_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.0
4
+ version: 0.21.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-cloudprofiler_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudprofiler_v2/v0.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudprofiler_v2/v0.21.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudprofiler_v2
63
63
  post_install_message:
64
64
  rdoc_options: []