google-apis-serviceconsumermanagement_v1beta1 0.16.0 → 0.17.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: c323d4e752cce247eff79e45e54c02f87092ed06fbe0d095af5b872908bf268b
4
- data.tar.gz: 2f38ca805abe11783060e1c6a452b4467d647ca032a85b4d1c5c9b55980d82f8
3
+ metadata.gz: bb3e8c49c5cec529b000258144e0cbef0c63743d47cf0328e2049dcb9a43ab13
4
+ data.tar.gz: ac911eaafd2724a564638898bf617f02e25bbd130973315ad4e57fb4e6f24db1
5
5
  SHA512:
6
- metadata.gz: 73f1310702131e6cd22f635354bf200d3048104e665c1082fe9524bd0b9a1e45699c6f39c33e1f16d1ca85ef8204fb156a8afb6513f25a061d9f5e336dc4637f
7
- data.tar.gz: 06a19d804d4e0a41491902523bd5663d4ef80ce5be4290d68742c8e1173ae82ccb6abafd866ff1714cd176e7a38ef89333dd59c547b956487b2459868146f764
6
+ metadata.gz: 99b243a6170fc063ec883bbcbcaa5d2d176715e3b8d56d733fd2408c919caa075580af905130491022489081be2b3c2c5f308d7dbb6136626edf0ad91b2bb634
7
+ data.tar.gz: 9b3241d4e54124aa19718890159b345d4f086abca476bbc24b75863634382877e0afee3bf0d7e93cc22a062280dbba6624605cfcaf34faa217bee82346551e52
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1beta1
2
2
 
3
+ ### v0.17.0 (2021-12-17)
4
+
5
+ * Regenerated from discovery document revision 20211214
6
+ * Unspecified changes
7
+
3
8
  ### v0.16.0 (2021-10-20)
4
9
 
5
10
  * Unspecified changes
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/serviceconsumermanagement_v1beta1"
51
51
  client = Google::Apis::ServiceconsumermanagementV1beta1::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.
@@ -544,13 +544,20 @@ module Google
544
544
  end
545
545
 
546
546
  # Selects and configures the service controller used by the service. The service
547
- # controller handles features like abuse, quota, billing, logging, monitoring,
548
- # etc.
547
+ # controller handles two things: - **What is allowed:** for each API request,
548
+ # Chemist checks the project status, activation status, abuse status, billing
549
+ # status, service status, location restrictions, VPC Service Controls,
550
+ # SuperQuota, and other policies. - **What has happened:** for each API response,
551
+ # Chemist reports the telemetry data to analytics, auditing, billing, eventing,
552
+ # logging, monitoring, sawmill, and tracing. Chemist also accepts telemetry data
553
+ # not associated with API traffic, such as billing metrics. Example: control:
554
+ # environment: servicecontrol.googleapis.com
549
555
  class Control
550
556
  include Google::Apis::Core::Hashable
551
557
 
552
- # The service control environment to use. If empty, no control plane feature (
553
- # like quota and billing) will be enabled.
558
+ # The service controller environment to use. If empty, no control plane feature (
559
+ # like quota and billing) will be enabled. The recommended value for most
560
+ # services is servicecontrol.googleapis.com
554
561
  # Corresponds to the JSON property `environment`
555
562
  # @return [String]
556
563
  attr_accessor :environment
@@ -2287,8 +2294,14 @@ module Google
2287
2294
  attr_accessor :context
2288
2295
 
2289
2296
  # Selects and configures the service controller used by the service. The service
2290
- # controller handles features like abuse, quota, billing, logging, monitoring,
2291
- # etc.
2297
+ # controller handles two things: - **What is allowed:** for each API request,
2298
+ # Chemist checks the project status, activation status, abuse status, billing
2299
+ # status, service status, location restrictions, VPC Service Controls,
2300
+ # SuperQuota, and other policies. - **What has happened:** for each API response,
2301
+ # Chemist reports the telemetry data to analytics, auditing, billing, eventing,
2302
+ # logging, monitoring, sawmill, and tracing. Chemist also accepts telemetry data
2303
+ # not associated with API traffic, such as billing metrics. Example: control:
2304
+ # environment: servicecontrol.googleapis.com
2292
2305
  # Corresponds to the JSON property `control`
2293
2306
  # @return [Google::Apis::ServiceconsumermanagementV1beta1::Control]
2294
2307
  attr_accessor :control
@@ -2894,6 +2907,12 @@ module Google
2894
2907
  # @return [Array<Google::Apis::ServiceconsumermanagementV1beta1::V1Beta1QuotaBucket>]
2895
2908
  attr_accessor :quota_buckets
2896
2909
 
2910
+ # List of all supported locations. This field is present only if the limit has a
2911
+ # `region` or `zone` dimension.
2912
+ # Corresponds to the JSON property `supportedLocations`
2913
+ # @return [Array<String>]
2914
+ attr_accessor :supported_locations
2915
+
2897
2916
  # The limit unit. An example unit would be: `1/`project`/`region`` Note that ``
2898
2917
  # project`` and ``region`` are not placeholders in this example; the literal
2899
2918
  # characters ``` and ``` occur in the string.
@@ -2911,6 +2930,7 @@ module Google
2911
2930
  @metric = args[:metric] if args.key?(:metric)
2912
2931
  @name = args[:name] if args.key?(:name)
2913
2932
  @quota_buckets = args[:quota_buckets] if args.key?(:quota_buckets)
2933
+ @supported_locations = args[:supported_locations] if args.key?(:supported_locations)
2914
2934
  @unit = args[:unit] if args.key?(:unit)
2915
2935
  end
2916
2936
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceconsumermanagementV1beta1
18
18
  # Version of the google-apis-serviceconsumermanagement_v1beta1 gem
19
- GEM_VERSION = "0.16.0"
19
+ GEM_VERSION = "0.17.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
@@ -1104,6 +1104,7 @@ module Google
1104
1104
  property :name, as: 'name'
1105
1105
  collection :quota_buckets, as: 'quotaBuckets', class: Google::Apis::ServiceconsumermanagementV1beta1::V1Beta1QuotaBucket, decorator: Google::Apis::ServiceconsumermanagementV1beta1::V1Beta1QuotaBucket::Representation
1106
1106
 
1107
+ collection :supported_locations, as: 'supportedLocations'
1107
1108
  property :unit, as: 'unit'
1108
1109
  end
1109
1110
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceconsumermanagement_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.17.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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.17.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceconsumermanagement_v1beta1
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 V1beta1