google-apis-serviceusage_v1 0.12.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: be6484f07e9e6403185fc039be8bb06d615671232140ffb24f8429c3eee1a2ca
4
- data.tar.gz: e4137fbfbd3e8f91606965684232f2ea4863ba7a37fdffda76e89baa9f879e65
3
+ metadata.gz: 6936e085d48a7bf70680ef31b68246eb05e2584b93ee3a08644f46e2755760d4
4
+ data.tar.gz: e763d598859359ab7568d81620cb0a2176cdb8621b79315518cdce9e00ec2fa9
5
5
  SHA512:
6
- metadata.gz: 982cb177f03fa60ad070d0be753c04edea19c37047cca6d8e4ac433519af46cd9a6df17b7d5ce5c4d5718b9fe93d9faad34d234b5972afe5f775f645ed0222f8
7
- data.tar.gz: 59fb1d073e7bcb2a2464573aa73b2463aacb9bbdd5201f1f672eb99794f92e9d45a443110d5bd98995c978f9579539e825a87ba39540268ce464951753da56aa
6
+ metadata.gz: 6340c0a8265e6e62ce414d70582b3fa7ba952d4c69a1de3d3da9f9e90ef396ec49eb9fab0a8c5593d929c5b716e2e96d42280c8f8cfcc710e9f8b9fea95a9bf3
7
+ data.tar.gz: 4a7094e7fbb409c370c684a8391ca9136634b589029442c178ef2798fab76e182f66832426dfe77daf81d982e2043c3ddce1e66f263770c153fd7708f85f322a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
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
+
8
+ ### v0.15.0 (2021-10-20)
9
+
10
+ * Unspecified changes
11
+
12
+ ### v0.14.0 (2021-09-01)
13
+
14
+ * Regenerated from discovery document revision 20210806
15
+
16
+ ### v0.13.0 (2021-08-05)
17
+
18
+ * Regenerated from discovery document revision 20210803
19
+
3
20
  ### v0.12.0 (2021-07-09)
4
21
 
5
22
  * Regenerated from discovery document revision 20210707
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.
@@ -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 Serviceusage service in particular.)
67
67
 
@@ -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
@@ -1006,8 +1013,9 @@ module Google
1006
1013
  # @return [String]
1007
1014
  attr_accessor :deprecation_description
1008
1015
 
1009
- # The description is the comment in front of the selected proto element, such as
1010
- # a message, a method, a 'service' definition, or a field.
1016
+ # Description of the selected proto element (e.g. a message, a method, a '
1017
+ # service' definition, or a field). Defaults to leading & trailing comments
1018
+ # taken from the proto source definition of the proto element.
1011
1019
  # Corresponds to the JSON property `description`
1012
1020
  # @return [String]
1013
1021
  attr_accessor :description
@@ -1435,8 +1443,14 @@ module Google
1435
1443
  attr_accessor :context
1436
1444
 
1437
1445
  # Selects and configures the service controller used by the service. The service
1438
- # controller handles features like abuse, quota, billing, logging, monitoring,
1439
- # 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
1440
1454
  # Corresponds to the JSON property `control`
1441
1455
  # @return [Google::Apis::ServiceusageV1::Control]
1442
1456
  attr_accessor :control
@@ -2876,7 +2890,10 @@ module Google
2876
2890
  attr_accessor :name
2877
2891
 
2878
2892
  # Required. The monitored resource type. For example, the type `"
2879
- # cloudsql_database"` represents databases in Google Cloud SQL.
2893
+ # cloudsql_database"` represents databases in Google Cloud SQL. For a list of
2894
+ # types, see [Monitoring resource types](https://cloud.google.com/monitoring/api/
2895
+ # resources) and [Logging resource types](https://cloud.google.com/logging/docs/
2896
+ # api/v2/resource-list).
2880
2897
  # Corresponds to the JSON property `type`
2881
2898
  # @return [String]
2882
2899
  attr_accessor :type
@@ -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.12.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 = "20210707"
25
+ REVISION = "20211214"
26
26
  end
27
27
  end
28
28
  end
@@ -31,10 +31,10 @@ module Google
31
31
  # This is NOT the gem version.
32
32
  VERSION = 'V1'
33
33
 
34
- # See, edit, configure, and delete your Google Cloud Platform data
34
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
35
35
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
36
36
 
37
- # View your data across Google Cloud Platform services
37
+ # View your data across Google Cloud services and see the email address of your Google Account
38
38
  AUTH_CLOUD_PLATFORM_READ_ONLY = 'https://www.googleapis.com/auth/cloud-platform.read-only'
39
39
 
40
40
  # Manage your Google API service configuration
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.12.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-07-12 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-serviceusage_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.12.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceusage_v1
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.16.0
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: []
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 Usage API V1