google-apis-serviceconsumermanagement_v1beta1 0.13.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: a8dcf12f2d53d614eddeba89b0b921c4133c6c8a696cfebee600ca5a2444cb91
4
- data.tar.gz: 6478b05f55aa299f788699450c5b7c31c475667b2c40e1a3abd2f7f72ad43e28
3
+ metadata.gz: bb3e8c49c5cec529b000258144e0cbef0c63743d47cf0328e2049dcb9a43ab13
4
+ data.tar.gz: ac911eaafd2724a564638898bf617f02e25bbd130973315ad4e57fb4e6f24db1
5
5
  SHA512:
6
- metadata.gz: 2c99bf6b473c76eb9cec09176ad3e4dda7a3cd761b30bb90c2df5c8d3007adf5f54fdba9b12fcecb8037d3bba8e30b9dbddd436d75a360e277672f879e6bf846
7
- data.tar.gz: c52778934bb6f448845eb36a91cad04322be3234ba3dc71acb325d4a62f1041a6dcfce02d3321ee29742331233f463b5c2e607969ae83a287124c534654b51e1
6
+ metadata.gz: 99b243a6170fc063ec883bbcbcaa5d2d176715e3b8d56d733fd2408c919caa075580af905130491022489081be2b3c2c5f308d7dbb6136626edf0ad91b2bb634
7
+ data.tar.gz: 9b3241d4e54124aa19718890159b345d4f086abca476bbc24b75863634382877e0afee3bf0d7e93cc22a062280dbba6624605cfcaf34faa217bee82346551e52
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
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
+
8
+ ### v0.16.0 (2021-10-20)
9
+
10
+ * Unspecified changes
11
+
12
+ ### v0.15.0 (2021-09-01)
13
+
14
+ * Regenerated from discovery document revision 20210806
15
+
16
+ ### v0.14.0 (2021-08-05)
17
+
18
+ * Regenerated from discovery document revision 20210803
19
+
3
20
  ### v0.13.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/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
@@ -740,8 +747,9 @@ module Google
740
747
  # @return [String]
741
748
  attr_accessor :deprecation_description
742
749
 
743
- # The description is the comment in front of the selected proto element, such as
744
- # a message, a method, a 'service' definition, or a field.
750
+ # Description of the selected proto element (e.g. a message, a method, a '
751
+ # service' definition, or a field). Defaults to leading & trailing comments
752
+ # taken from the proto source definition of the proto element.
745
753
  # Corresponds to the JSON property `description`
746
754
  # @return [String]
747
755
  attr_accessor :description
@@ -1775,7 +1783,10 @@ module Google
1775
1783
  attr_accessor :name
1776
1784
 
1777
1785
  # Required. The monitored resource type. For example, the type `"
1778
- # cloudsql_database"` represents databases in Google Cloud SQL.
1786
+ # cloudsql_database"` represents databases in Google Cloud SQL. For a list of
1787
+ # types, see [Monitoring resource types](https://cloud.google.com/monitoring/api/
1788
+ # resources) and [Logging resource types](https://cloud.google.com/logging/docs/
1789
+ # api/v2/resource-list).
1779
1790
  # Corresponds to the JSON property `type`
1780
1791
  # @return [String]
1781
1792
  attr_accessor :type
@@ -2283,8 +2294,14 @@ module Google
2283
2294
  attr_accessor :context
2284
2295
 
2285
2296
  # Selects and configures the service controller used by the service. The service
2286
- # controller handles features like abuse, quota, billing, logging, monitoring,
2287
- # 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
2288
2305
  # Corresponds to the JSON property `control`
2289
2306
  # @return [Google::Apis::ServiceconsumermanagementV1beta1::Control]
2290
2307
  attr_accessor :control
@@ -2890,6 +2907,12 @@ module Google
2890
2907
  # @return [Array<Google::Apis::ServiceconsumermanagementV1beta1::V1Beta1QuotaBucket>]
2891
2908
  attr_accessor :quota_buckets
2892
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
+
2893
2916
  # The limit unit. An example unit would be: `1/`project`/`region`` Note that ``
2894
2917
  # project`` and ``region`` are not placeholders in this example; the literal
2895
2918
  # characters ``` and ``` occur in the string.
@@ -2907,6 +2930,7 @@ module Google
2907
2930
  @metric = args[:metric] if args.key?(:metric)
2908
2931
  @name = args[:name] if args.key?(:name)
2909
2932
  @quota_buckets = args[:quota_buckets] if args.key?(:quota_buckets)
2933
+ @supported_locations = args[:supported_locations] if args.key?(:supported_locations)
2910
2934
  @unit = args[:unit] if args.key?(:unit)
2911
2935
  end
2912
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.13.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 = "20210707"
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
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1beta1'
31
31
 
32
- # See, edit, configure, and delete your Google Cloud Platform data
32
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
  end
35
35
  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.13.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-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-serviceconsumermanagement_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.13.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.17.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.4
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Service Consumer Management API V1beta1