google-apis-clouddebugger_v2 0.17.0 → 0.18.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: cc29595e090a5627f105c2286972d8747914f9730cde3d37d63c6f4bbec45cfa
4
- data.tar.gz: 2fdd19e5e3e8e8554c0b0932c29b349f45bf48d378b17bb72cecb6cee25b9487
3
+ metadata.gz: 8f67c8e747528ca096b15156a25ff76477a95ead0212dd751a5246c482c3df55
4
+ data.tar.gz: d017b079b6f2c8b4dec610e8c12a798cd684d3e8c105550334a1e153235c5a3e
5
5
  SHA512:
6
- metadata.gz: 57db316d620410b2d5286029895fdc0117f1c8f348051a051e80a762a0431599683c763fa8043f1c6e5f8028569a748a7347b6d17e7371e7bc4e920484723594
7
- data.tar.gz: f8cf07d1de3670c8e3b971bb1519e5ffa5c990370ded2068ccb5cdf94a0757a9502b2dc87c60d01fbe6542cbea9149db82c1a14a51a703d6455b4a2bcd9c845b
6
+ metadata.gz: c4e1568603195556bc079ed32cce4f55b384ba485fb010c7d7abef008936d31b5f8bd45c1a4e17fa19a3bba762665389bd40ee8fac5b003a1e720e9658e8576e
7
+ data.tar.gz: 485ffa95b0863564109bde801a19cd32039eedc5d1cec64915c5c375d4724d37ab3c917c272fda74894e652868208ae150ffefeb6ad18c594d62c46dbe4f6109
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-clouddebugger_v2
2
2
 
3
+ ### v0.18.0 (2023-06-18)
4
+
5
+ * Regenerated from discovery document revision 20230613
6
+
3
7
  ### v0.17.0 (2023-02-26)
4
8
 
5
9
  * Regenerated using generator version 0.12.0
data/OVERVIEW.md CHANGED
@@ -1,6 +1,6 @@
1
- # Simple REST client for version V2 of the Cloud Debugger API
1
+ # Simple REST client for version V2 of the Cloud Debugger API (Deprecated)
2
2
 
3
- This is a simple client library for version V2 of the Cloud Debugger API. It provides:
3
+ This is a simple client library for version V2 of the Cloud Debugger API (Deprecated). It provides:
4
4
 
5
5
  * A client object that connects to the HTTP/JSON REST endpoint for the service.
6
6
  * Ruby objects for data structures related to the service.
@@ -65,7 +65,7 @@ More detailed descriptions of the Google simple REST clients are available in tw
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Clouddebugger service in particular.)
67
67
 
68
- For reference information on specific calls in the Cloud Debugger API, see the {Google::Apis::ClouddebuggerV2::CloudDebuggerService class reference docs}.
68
+ For reference information on specific calls in the Cloud Debugger API (Deprecated), see the {Google::Apis::ClouddebuggerV2::CloudDebuggerService class reference docs}.
69
69
 
70
70
  ## Which client should I use?
71
71
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ClouddebuggerV2
18
18
  # Version of the google-apis-clouddebugger_v2 gem
19
- GEM_VERSION = "0.17.0"
19
+ GEM_VERSION = "0.18.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 = "20220318"
25
+ REVISION = "20230613"
26
26
  end
27
27
  end
28
28
  end
@@ -20,10 +20,10 @@ require 'google/apis/errors'
20
20
  module Google
21
21
  module Apis
22
22
  module ClouddebuggerV2
23
- # Cloud Debugger API
23
+ # Cloud Debugger API (Deprecated)
24
24
  #
25
25
  # Examines the call stack and variables of a running application without
26
- # stopping or slowing it down.
26
+ # stopping or slowing it down. (Deprecated)
27
27
  #
28
28
  # @example
29
29
  # require 'google/apis/clouddebugger_v2'
@@ -19,14 +19,14 @@ require 'google/apis/clouddebugger_v2/gem_version.rb'
19
19
 
20
20
  module Google
21
21
  module Apis
22
- # Cloud Debugger API
22
+ # Cloud Debugger API (Deprecated)
23
23
  #
24
24
  # Examines the call stack and variables of a running application without
25
- # stopping or slowing it down.
25
+ # stopping or slowing it down. (Deprecated)
26
26
  #
27
27
  # @see https://cloud.google.com/debugger
28
28
  module ClouddebuggerV2
29
- # Version of the Cloud Debugger API this client connects to.
29
+ # Version of the Cloud Debugger API (Deprecated) this client connects to.
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V2'
32
32
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-clouddebugger_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.18.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-02-26 00:00:00.000000000 Z
11
+ date: 2023-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -30,13 +30,13 @@ dependencies:
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
33
- description: This is the simple REST client for Cloud Debugger API V2. Simple REST
34
- clients are Ruby client libraries that provide access to Google services via their
35
- HTTP REST API endpoints. These libraries are generated and updated automatically
33
+ description: This is the simple REST client for Cloud Debugger API (Deprecated) V2.
34
+ Simple REST clients are Ruby client libraries that provide access to Google services
35
+ via their HTTP REST API endpoints. These libraries are generated and updated automatically
36
36
  based on the discovery documents published by the service, and they handle most
37
37
  concerns such as authentication, pagination, retry, timeouts, and logging. You can
38
- use this client to access the Cloud Debugger API, but note that some services may
39
- provide a separate modern client that is easier to use.
38
+ use this client to access the Cloud Debugger API (Deprecated), but note that some
39
+ services may provide a separate modern client that is easier to use.
40
40
  email: googleapis-packages@google.com
41
41
  executables: []
42
42
  extensions: []
@@ -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-clouddebugger_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-clouddebugger_v2/v0.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-clouddebugger_v2/v0.18.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-clouddebugger_v2
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -78,5 +78,5 @@ requirements: []
78
78
  rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
- summary: Simple REST client for Cloud Debugger API V2
81
+ summary: Simple REST client for Cloud Debugger API (Deprecated) V2
82
82
  test_files: []