google-apis-serviceusage_v1 0.15.0 → 0.16.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: 67eb6dfa8fc3eb9f338dde40a98602636411236ca4b0c64a43ca7cd31b8457ce
4
- data.tar.gz: b8bf4df8621009c203a486a7f21deb00135c324c5b991eb1ab672856e8badde3
3
+ metadata.gz: 6936e085d48a7bf70680ef31b68246eb05e2584b93ee3a08644f46e2755760d4
4
+ data.tar.gz: e763d598859359ab7568d81620cb0a2176cdb8621b79315518cdce9e00ec2fa9
5
5
  SHA512:
6
- metadata.gz: 524ad50d6f626ee69737c3d13b9a450a7185eef15eb491c3bdc6484d263b6079dbaa2c29d7e2724c13ca7ef945d7231fdf16494ea0d6fe32cc00e03ff4abb57b
7
- data.tar.gz: c6bb09d227992e93d0999eaef7f4ed54e9198ad07164050f85a66b42157220c1965c0cd0dbae78c55cfeff630f7cd471c7199123ff86d9c1909974a9a4ea8a03
6
+ metadata.gz: 6340c0a8265e6e62ce414d70582b3fa7ba952d4c69a1de3d3da9f9e90ef396ec49eb9fab0a8c5593d929c5b716e2e96d42280c8f8cfcc710e9f8b9fea95a9bf3
7
+ data.tar.gz: 4a7094e7fbb409c370c684a8391ca9136634b589029442c178ef2798fab76e182f66832426dfe77daf81d982e2043c3ddce1e66f263770c153fd7708f85f322a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-serviceusage_v1
2
2
 
3
+ ### v0.16.0 (2021-12-17)
4
+
5
+ * Regenerated from discovery document revision 20211214
6
+ * Unspecified changes
7
+
3
8
  ### v0.15.0 (2021-10-20)
4
9
 
5
10
  * Unspecified changes
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/serviceusage_v1"
51
51
  client = Google::Apis::ServiceusageV1::ServiceUsageService.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.
@@ -730,13 +730,20 @@ module Google
730
730
  end
731
731
 
732
732
  # Selects and configures the service controller used by the service. The service
733
- # controller handles features like abuse, quota, billing, logging, monitoring,
734
- # etc.
733
+ # controller handles two things: - **What is allowed:** for each API request,
734
+ # Chemist checks the project status, activation status, abuse status, billing
735
+ # status, service status, location restrictions, VPC Service Controls,
736
+ # SuperQuota, and other policies. - **What has happened:** for each API response,
737
+ # Chemist reports the telemetry data to analytics, auditing, billing, eventing,
738
+ # logging, monitoring, sawmill, and tracing. Chemist also accepts telemetry data
739
+ # not associated with API traffic, such as billing metrics. Example: control:
740
+ # environment: servicecontrol.googleapis.com
735
741
  class Control
736
742
  include Google::Apis::Core::Hashable
737
743
 
738
- # The service control environment to use. If empty, no control plane feature (
739
- # like quota and billing) will be enabled.
744
+ # The service controller environment to use. If empty, no control plane feature (
745
+ # like quota and billing) will be enabled. The recommended value for most
746
+ # services is servicecontrol.googleapis.com
740
747
  # Corresponds to the JSON property `environment`
741
748
  # @return [String]
742
749
  attr_accessor :environment
@@ -1436,8 +1443,14 @@ module Google
1436
1443
  attr_accessor :context
1437
1444
 
1438
1445
  # Selects and configures the service controller used by the service. The service
1439
- # controller handles features like abuse, quota, billing, logging, monitoring,
1440
- # etc.
1446
+ # controller handles two things: - **What is allowed:** for each API request,
1447
+ # Chemist checks the project status, activation status, abuse status, billing
1448
+ # status, service status, location restrictions, VPC Service Controls,
1449
+ # SuperQuota, and other policies. - **What has happened:** for each API response,
1450
+ # Chemist reports the telemetry data to analytics, auditing, billing, eventing,
1451
+ # logging, monitoring, sawmill, and tracing. Chemist also accepts telemetry data
1452
+ # not associated with API traffic, such as billing metrics. Example: control:
1453
+ # environment: servicecontrol.googleapis.com
1441
1454
  # Corresponds to the JSON property `control`
1442
1455
  # @return [Google::Apis::ServiceusageV1::Control]
1443
1456
  attr_accessor :control
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceusageV1
18
18
  # Version of the google-apis-serviceusage_v1 gem
19
- GEM_VERSION = "0.15.0"
19
+ GEM_VERSION = "0.16.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 = "20210806"
25
+ REVISION = "20211214"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceusage_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.16.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-10-27 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-serviceusage_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.15.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.16.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1
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 Service Usage API V1