google-apis-cloudsupport_v2beta 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: df414e3be3f7c3c5cd822b2ad963d22a925e54f6281a11cba46e0a775c0f7f4a
4
- data.tar.gz: bd2114acea92ca81e60c70da9fbaece7934e897786812eb82b7a625ddaac9564
3
+ metadata.gz: 8fcf08ee745a61ed9a945d6bd2cb2c793a85b00fc2f9eade79b1141356492276
4
+ data.tar.gz: 9a808e25fea667ac5bf5a99d43ada5f1098f590cdf3c297139977ebc356fc07f
5
5
  SHA512:
6
- metadata.gz: 927f9da43e079b8420acd93a4e9c495acc7ff0a96ce23e7fbda1db9a654a39995a77d958899cd1c0dc7af70d7c467688a606d9d5f3c0349c2c361e127dd7bd47
7
- data.tar.gz: 6f29bc8817e5301d87be1e24007dfeff814d9344fd16598d7701fe813323d3af0746cdc58a6066455d78b38acc65380894bf3896e8352866319659d0af3c161d
6
+ metadata.gz: 72714965993e6bfc3305d8ebefe72edd1533d23cca07b20b3a4e9c34152c024c923f15f09ec49db19b38fa2887fe90a571ca5530c4999f0513f8067ef33f01ae
7
+ data.tar.gz: 1c346f18fbd756fde90ba4e58ac668f74722a821dd6fc580e8887108bd05688af843b6ceaa792235f3ca9dd90e4366e100e414a53029382259fc92a3b3fc209a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudsupport_v2beta
2
2
 
3
+ ### v0.2.0 (2021-12-16)
4
+
5
+ * Unspecified changes
6
+
3
7
  ### v0.1.0 (2021-11-04)
4
8
 
5
9
  * Regenerated from discovery document revision 20211103
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/cloudsupport_v2beta"
51
51
  client = Google::Apis::CloudsupportV2beta::CloudSupportService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -16,7 +16,7 @@ module Google
16
16
  module Apis
17
17
  module CloudsupportV2beta
18
18
  # Version of the google-apis-cloudsupport_v2beta gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.2.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudsupport_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.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: 2021-11-08 00:00:00.000000000 Z
11
+ date: 2022-01-10 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-cloudsupport_v2beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsupport_v2beta/v0.1.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsupport_v2beta/v0.2.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudsupport_v2beta
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.4
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Google Cloud Support API V2beta