google-apis-serviceconsumermanagement_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: c441cca5a0b1dffbf309fd6a3d1445428f9a4c2e3776940e2ba015ca9fd6139e
4
- data.tar.gz: 5104f30742cb7ada6c2d51c506fbfb6c023bd3640c19db139aa28185936114d7
3
+ metadata.gz: 4d3420338ed25be8d82dd64bcf0156d37271a98060ba6b81394ba192c6fee80c
4
+ data.tar.gz: 2c330e2aa77e060fe36543588669871e288b7c2d13ac136082d91f8845094f70
5
5
  SHA512:
6
- metadata.gz: cd7cc272e85f04cbf9ae9fca0fcfd7df0222ecc4f00a23cef5680a7f5ade3e21a1770ce9acd75ca1943260737b5683a0c0d5bfa42361923e8faea8623861270b
7
- data.tar.gz: 3ef88f3dc9fbfc56b560c398683adc926769a726d7d3d285a8fb8ad767078dcd0cfe2d9f4253a19de2e75a0f3fdb857e9de377c0bffce8ae108b17567ba62bd8
6
+ metadata.gz: 66dbfe9c95c3649e5aab81413c9d0bcd462bec49ab1b81026af287b1acfb126b06cd58b6279ccc6fb5cacf61cc64d63a2d44d43f9124d2148eb7d01e80fe0833
7
+ data.tar.gz: f3bbe45d613de6073aa895245a0b7c948d8029cd3b2fa7a8508f5b652c2e0bbf098f449628a3ce29ffd53492871fb1e94029b3a6a77652ff844e4b1e3b175b86
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_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/serviceconsumermanagement_v1"
51
51
  client = Google::Apis::ServiceconsumermanagementV1::ServiceConsumerManagementService.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.
@@ -669,13 +669,20 @@ module Google
669
669
  end
670
670
 
671
671
  # Selects and configures the service controller used by the service. The service
672
- # controller handles features like abuse, quota, billing, logging, monitoring,
673
- # etc.
672
+ # controller handles two things: - **What is allowed:** for each API request,
673
+ # Chemist checks the project status, activation status, abuse status, billing
674
+ # status, service status, location restrictions, VPC Service Controls,
675
+ # SuperQuota, and other policies. - **What has happened:** for each API response,
676
+ # Chemist reports the telemetry data to analytics, auditing, billing, eventing,
677
+ # logging, monitoring, sawmill, and tracing. Chemist also accepts telemetry data
678
+ # not associated with API traffic, such as billing metrics. Example: control:
679
+ # environment: servicecontrol.googleapis.com
674
680
  class Control
675
681
  include Google::Apis::Core::Hashable
676
682
 
677
- # The service control environment to use. If empty, no control plane feature (
678
- # like quota and billing) will be enabled.
683
+ # The service controller environment to use. If empty, no control plane feature (
684
+ # like quota and billing) will be enabled. The recommended value for most
685
+ # services is servicecontrol.googleapis.com
679
686
  # Corresponds to the JSON property `environment`
680
687
  # @return [String]
681
688
  attr_accessor :environment
@@ -2578,8 +2585,14 @@ module Google
2578
2585
  attr_accessor :context
2579
2586
 
2580
2587
  # Selects and configures the service controller used by the service. The service
2581
- # controller handles features like abuse, quota, billing, logging, monitoring,
2582
- # etc.
2588
+ # controller handles two things: - **What is allowed:** for each API request,
2589
+ # Chemist checks the project status, activation status, abuse status, billing
2590
+ # status, service status, location restrictions, VPC Service Controls,
2591
+ # SuperQuota, and other policies. - **What has happened:** for each API response,
2592
+ # Chemist reports the telemetry data to analytics, auditing, billing, eventing,
2593
+ # logging, monitoring, sawmill, and tracing. Chemist also accepts telemetry data
2594
+ # not associated with API traffic, such as billing metrics. Example: control:
2595
+ # environment: servicecontrol.googleapis.com
2583
2596
  # Corresponds to the JSON property `control`
2584
2597
  # @return [Google::Apis::ServiceconsumermanagementV1::Control]
2585
2598
  attr_accessor :control
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceconsumermanagementV1
18
18
  # Version of the google-apis-serviceconsumermanagement_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-serviceconsumermanagement_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-serviceconsumermanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.15.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.16.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceconsumermanagement_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 Consumer Management API V1