google-apis-serviceconsumermanagement_v1beta1 0.15.0 → 0.18.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: a1ba4a85440f255985739c4d0dcd4a3787b6d357c3d12a8fffac4018caadd0fc
4
- data.tar.gz: 2e931ecda01e9a961d3a3d5de0e6df6b294c660e59f6279648593596473b6fdb
3
+ metadata.gz: c1b8bb79b14dc24b5772a5c559304a1dff2bc7ff32366fa6563ce73831fdbced
4
+ data.tar.gz: 3c1a58853696162056275dd9ccd54138dde1a908f787be3fe592ad0464715fe5
5
5
  SHA512:
6
- metadata.gz: d069f2d2b4e04f8e884111cc34569cc1c9875237034d882467201eb51405e42c81c6ba711107be067ea9279f6dbe44c0657f7639910a4c75699431c479694586
7
- data.tar.gz: 759a736637dbfe2c376dd2120dc9dde5c34a2f3c5d6a55edd131db48bd77be88aaed0a2ed372a486074f472edb836ccd1feac53a55b43f0b33d82bb37ad6e29f
6
+ metadata.gz: 58b6d7b6e514db7c51a8bfbe47fb96ae8785b1e44ee97a31d021ef89a84ab1c62ad7f1cb65bf58cb7a4b83e897a3bf1c0f1061dfadbd14144d9c5e8dba04c13f
7
+ data.tar.gz: e7be4a5bd5b9570e328994d3e0ff69a727c1b4aad32dc48c98b4d22fb0cc5d7cb3848717500ccf0046b2591ea4138ad62bf92de0aca18e91266541839139f348
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1beta1
2
2
 
3
+ ### v0.18.0 (2022-03-22)
4
+
5
+ * Regenerated from discovery document revision 20220319
6
+ * Regenerated using generator version 0.4.1
7
+
8
+ ### v0.17.0 (2021-12-17)
9
+
10
+ * Regenerated from discovery document revision 20211214
11
+ * Unspecified changes
12
+
13
+ ### v0.16.0 (2021-10-20)
14
+
15
+ * Unspecified changes
16
+
3
17
  ### v0.15.0 (2021-09-01)
4
18
 
5
19
  * Regenerated from discovery document revision 20210806
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.
@@ -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 Serviceconsumermanagement service in particular.)
67
67
 
@@ -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
@@ -773,8 +780,7 @@ module Google
773
780
  # A generic empty message that you can re-use to avoid defining duplicated empty
774
781
  # messages in your APIs. A typical example is to use it as the request or the
775
782
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
776
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
777
- # `Empty` is empty JSON object ````.
783
+ # protobuf.Empty) returns (google.protobuf.Empty); `
778
784
  class Empty
779
785
  include Google::Apis::Core::Hashable
780
786
 
@@ -2287,8 +2293,14 @@ module Google
2287
2293
  attr_accessor :context
2288
2294
 
2289
2295
  # Selects and configures the service controller used by the service. The service
2290
- # controller handles features like abuse, quota, billing, logging, monitoring,
2291
- # etc.
2296
+ # controller handles two things: - **What is allowed:** for each API request,
2297
+ # Chemist checks the project status, activation status, abuse status, billing
2298
+ # status, service status, location restrictions, VPC Service Controls,
2299
+ # SuperQuota, and other policies. - **What has happened:** for each API response,
2300
+ # Chemist reports the telemetry data to analytics, auditing, billing, eventing,
2301
+ # logging, monitoring, sawmill, and tracing. Chemist also accepts telemetry data
2302
+ # not associated with API traffic, such as billing metrics. Example: control:
2303
+ # environment: servicecontrol.googleapis.com
2292
2304
  # Corresponds to the JSON property `control`
2293
2305
  # @return [Google::Apis::ServiceconsumermanagementV1beta1::Control]
2294
2306
  attr_accessor :control
@@ -2894,6 +2906,12 @@ module Google
2894
2906
  # @return [Array<Google::Apis::ServiceconsumermanagementV1beta1::V1Beta1QuotaBucket>]
2895
2907
  attr_accessor :quota_buckets
2896
2908
 
2909
+ # List of all supported locations. This field is present only if the limit has a
2910
+ # `region` or `zone` dimension.
2911
+ # Corresponds to the JSON property `supportedLocations`
2912
+ # @return [Array<String>]
2913
+ attr_accessor :supported_locations
2914
+
2897
2915
  # The limit unit. An example unit would be: `1/`project`/`region`` Note that ``
2898
2916
  # project`` and ``region`` are not placeholders in this example; the literal
2899
2917
  # characters ``` and ``` occur in the string.
@@ -2911,6 +2929,7 @@ module Google
2911
2929
  @metric = args[:metric] if args.key?(:metric)
2912
2930
  @name = args[:name] if args.key?(:name)
2913
2931
  @quota_buckets = args[:quota_buckets] if args.key?(:quota_buckets)
2932
+ @supported_locations = args[:supported_locations] if args.key?(:supported_locations)
2914
2933
  @unit = args[:unit] if args.key?(:unit)
2915
2934
  end
2916
2935
  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.15.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210806"
25
+ REVISION = "20220319"
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.15.0
4
+ version: 0.18.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-09-06 00:00:00.000000000 Z
11
+ date: 2022-03-28 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-serviceconsumermanagement_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.15.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceconsumermanagement_v1beta1
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.18.0
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: []
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.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Service Consumer Management API V1beta1