google-apis-servicecontrol_v2 0.11.0 → 0.15.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: 269f6a3a2417b14e629a2aad5dd2b1e2fdf888c227ac81b5bb3126f060962b07
4
- data.tar.gz: b5a61c84ac8e977445e3458b63064bb11aa87390def503cd341239b712ff1879
3
+ metadata.gz: 9fd89746ffbbe8e48724f61a9392e656cb07341aa308654b009fbc9213c4223c
4
+ data.tar.gz: 56deae45602e7c1dd7495e3d247c481e818d590050750f33a99dcd1614a1d69d
5
5
  SHA512:
6
- metadata.gz: dc19aee1f5240f63c7b1200ceb13ce4dcfdfa5014167a201b6b0cdf8ab3973bd6b34602f1f2de1f1d2148b73aa70dc3eb31d27b1d4930e7e09e5e666fd7ad95d
7
- data.tar.gz: 0cbac302ef6f55d890a9865321c2321cfb5a0f28225936918912ab8ef7dadf3e32c072dd838a5b44d0de598b26b1cc0a93469b13de619c94db7ed2305e10f9a4
6
+ metadata.gz: 7e9b89371b32bc138da17e87f5cea49b59829bcbc50bc257e8dd206b728395470f1c6d88d6ef1e313b3da91d1ac7b6ce5da60f50187377229a4a87410cc31bb8
7
+ data.tar.gz: 1a67eee848dccda213e6828db2e3d8e1062629fa2b3712fa2532000c970796d1abd22609049a5bc1a4910228b93899cf1771bc38fcdb6f9f29132615f22f9e03
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-servicecontrol_v2
2
2
 
3
+ ### v0.15.0 (2021-12-16)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.14.0 (2021-10-20)
8
+
9
+ * Unspecified changes
10
+
11
+ ### v0.13.0 (2021-10-01)
12
+
13
+ * Regenerated from discovery document revision 20210924
14
+
15
+ ### v0.12.0 (2021-08-20)
16
+
17
+ * Regenerated from discovery document revision 20210813
18
+
3
19
  ### v0.11.0 (2021-06-29)
4
20
 
5
21
  * Regenerated using generator version 0.4.0
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/servicecontrol_v2"
51
51
  client = Google::Apis::ServicecontrolV2::ServiceControlService.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.
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Servicecontrol service in particular.)
67
67
 
@@ -892,7 +892,7 @@ module Google
892
892
 
893
893
  # The type of the resource. The syntax is platform-specific because different
894
894
  # platforms define their resources differently. For Google APIs, the type format
895
- # must be "`service`/`kind`".
895
+ # must be "`service`/`kind`", such as "pubsub.googleapis.com/Topic".
896
896
  # Corresponds to the JSON property `type`
897
897
  # @return [String]
898
898
  attr_accessor :type
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicecontrolV2
18
18
  # Version of the google-apis-servicecontrol_v2 gem
19
- GEM_VERSION = "0.11.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210603"
25
+ REVISION = "20210924"
26
26
  end
27
27
  end
28
28
  end
@@ -30,7 +30,7 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V2'
32
32
 
33
- # See, edit, configure, and delete your Google Cloud Platform data
33
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
35
 
36
36
  # Manage your Google Service Control data
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicecontrol_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.15.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-07-05 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
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicecontrol_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v2/v0.11.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicecontrol_v2
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicecontrol_v2/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v2/v0.15.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicecontrol_v2
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths:
@@ -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 Service Control API V2