google-apis-servicemanagement_v1 0.18.0 → 0.19.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: 43f1a5a2bebd22020a9dab20a0bc2f058f62377126440011062570d2ba5b5cde
4
- data.tar.gz: 8b4db06d89d2420d1d1aa6a3c3d9beafa5dfe44a2c0b3ed933a7a5f3454a0e74
3
+ metadata.gz: 1a2bdb65b55efc0d3cb1a61be2c42e10abfa1e092d2c5981433daee0d14ce6dd
4
+ data.tar.gz: a612a2b2b33086c1caa64e5d2c987f3da7c3e8fb7fb9d786882c84da75ac1a3e
5
5
  SHA512:
6
- metadata.gz: aa8eb25cb8fed784e9bc78593bd651cfca6a750fb4b43e722b37773a6939eee8834ade38df3fb0555b12015127c538d12d37eb45d2bc476eda83f00d70ba7f64
7
- data.tar.gz: dc3e4fcc9c196e72e3d890f633237958d0f06086cc85ebac1dcb88295a70f55ba025a069baac647f15177b7b53caf43b106295c2ceec6e10404433dc9b483920
6
+ metadata.gz: 715202f58c1ee50b843a7fd24f5f8d4b1c9b59225f5072f92305a87d94f136c62c0e5e1d0ce1f054c13fe475c7727129d6a5cafcddec08b9e1c283bf043154a3
7
+ data.tar.gz: '019b07525855aa94a529b04453619937f1f2996a7c78159ed4b99fb5db64802257b9acf9b0eb2da7d76f7d7f3c05562448111d6ca716607addbea811c1d6d393'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-servicemanagement_v1
2
2
 
3
+ ### v0.19.0 (2022-01-06)
4
+
5
+ * Regenerated from discovery document revision 20211230
6
+ * Unspecified changes
7
+
3
8
  ### v0.18.0 (2021-11-10)
4
9
 
5
10
  * Regenerated from discovery document revision 20211105
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/servicemanagement_v1"
51
51
  client = Google::Apis::ServicemanagementV1::ServiceManagementService.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.
@@ -867,13 +867,20 @@ module Google
867
867
  end
868
868
 
869
869
  # Selects and configures the service controller used by the service. The service
870
- # controller handles features like abuse, quota, billing, logging, monitoring,
871
- # etc.
870
+ # controller handles two things: - **What is allowed:** for each API request,
871
+ # Chemist checks the project status, activation status, abuse status, billing
872
+ # status, service status, location restrictions, VPC Service Controls,
873
+ # SuperQuota, and other policies. - **What has happened:** for each API response,
874
+ # Chemist reports the telemetry data to analytics, auditing, billing, eventing,
875
+ # logging, monitoring, sawmill, and tracing. Chemist also accepts telemetry data
876
+ # not associated with API traffic, such as billing metrics. Example: control:
877
+ # environment: servicecontrol.googleapis.com
872
878
  class Control
873
879
  include Google::Apis::Core::Hashable
874
880
 
875
- # The service control environment to use. If empty, no control plane feature (
876
- # like quota and billing) will be enabled.
881
+ # The service controller environment to use. If empty, no control plane feature (
882
+ # like quota and billing) will be enabled. The recommended value for most
883
+ # services is servicecontrol.googleapis.com
877
884
  # Corresponds to the JSON property `environment`
878
885
  # @return [String]
879
886
  attr_accessor :environment
@@ -3251,8 +3258,14 @@ module Google
3251
3258
  attr_accessor :context
3252
3259
 
3253
3260
  # Selects and configures the service controller used by the service. The service
3254
- # controller handles features like abuse, quota, billing, logging, monitoring,
3255
- # etc.
3261
+ # controller handles two things: - **What is allowed:** for each API request,
3262
+ # Chemist checks the project status, activation status, abuse status, billing
3263
+ # status, service status, location restrictions, VPC Service Controls,
3264
+ # SuperQuota, and other policies. - **What has happened:** for each API response,
3265
+ # Chemist reports the telemetry data to analytics, auditing, billing, eventing,
3266
+ # logging, monitoring, sawmill, and tracing. Chemist also accepts telemetry data
3267
+ # not associated with API traffic, such as billing metrics. Example: control:
3268
+ # environment: servicecontrol.googleapis.com
3256
3269
  # Corresponds to the JSON property `control`
3257
3270
  # @return [Google::Apis::ServicemanagementV1::Control]
3258
3271
  attr_accessor :control
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicemanagementV1
18
18
  # Version of the google-apis-servicemanagement_v1 gem
19
- GEM_VERSION = "0.18.0"
19
+ GEM_VERSION = "0.19.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 = "20211105"
25
+ REVISION = "20211230"
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-servicemanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.19.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-15 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-servicemanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.19.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicemanagement_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 Management API V1