google-apis-serviceconsumermanagement_v1 0.12.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: 3249e61da8a20789516688a0f799b32736ac97f88840a06099a39f4097ccdef9
4
- data.tar.gz: 1e499c6512b2d6346952fb1f6f263650a09ffe997f5ba51adf77e1b0b4a51b85
3
+ metadata.gz: 4d3420338ed25be8d82dd64bcf0156d37271a98060ba6b81394ba192c6fee80c
4
+ data.tar.gz: 2c330e2aa77e060fe36543588669871e288b7c2d13ac136082d91f8845094f70
5
5
  SHA512:
6
- metadata.gz: 5a08c06572a8aeb9cc61a98326f1185319b2dcee9ea631eb81756df9992e70eb134702941929958afb356061ace575135628e8065795fa8736b0c77b08176ffd
7
- data.tar.gz: 2ee517aad8acc291d221bfa1066d959ac2f7b36f178aa91ae3d24a208e97819da99434bfc4727d5de00b253ffd45c86308000d22c03646f3444a2ba8eb410557
6
+ metadata.gz: 66dbfe9c95c3649e5aab81413c9d0bcd462bec49ab1b81026af287b1acfb126b06cd58b6279ccc6fb5cacf61cc64d63a2d44d43f9124d2148eb7d01e80fe0833
7
+ data.tar.gz: f3bbe45d613de6073aa895245a0b7c948d8029cd3b2fa7a8508f5b652c2e0bbf098f449628a3ce29ffd53492871fb1e94029b3a6a77652ff844e4b1e3b175b86
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
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
+
8
+ ### v0.15.0 (2021-10-20)
9
+
10
+ * Unspecified changes
11
+
12
+ ### v0.14.0 (2021-09-01)
13
+
14
+ * Regenerated from discovery document revision 20210806
15
+
16
+ ### v0.13.0 (2021-08-05)
17
+
18
+ * Regenerated from discovery document revision 20210803
19
+
3
20
  ### v0.12.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_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.
@@ -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
 
@@ -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
@@ -909,8 +916,9 @@ module Google
909
916
  # @return [String]
910
917
  attr_accessor :deprecation_description
911
918
 
912
- # The description is the comment in front of the selected proto element, such as
913
- # a message, a method, a 'service' definition, or a field.
919
+ # Description of the selected proto element (e.g. a message, a method, a '
920
+ # service' definition, or a field). Defaults to leading & trailing comments
921
+ # taken from the proto source definition of the proto element.
914
922
  # Corresponds to the JSON property `description`
915
923
  # @return [String]
916
924
  attr_accessor :description
@@ -1994,7 +2002,10 @@ module Google
1994
2002
  attr_accessor :name
1995
2003
 
1996
2004
  # Required. The monitored resource type. For example, the type `"
1997
- # cloudsql_database"` represents databases in Google Cloud SQL.
2005
+ # cloudsql_database"` represents databases in Google Cloud SQL. For a list of
2006
+ # types, see [Monitoring resource types](https://cloud.google.com/monitoring/api/
2007
+ # resources) and [Logging resource types](https://cloud.google.com/logging/docs/
2008
+ # api/v2/resource-list).
1998
2009
  # Corresponds to the JSON property `type`
1999
2010
  # @return [String]
2000
2011
  attr_accessor :type
@@ -2574,8 +2585,14 @@ module Google
2574
2585
  attr_accessor :context
2575
2586
 
2576
2587
  # Selects and configures the service controller used by the service. The service
2577
- # controller handles features like abuse, quota, billing, logging, monitoring,
2578
- # 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
2579
2596
  # Corresponds to the JSON property `control`
2580
2597
  # @return [Google::Apis::ServiceconsumermanagementV1::Control]
2581
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.12.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 = "20210707"
25
+ REVISION = "20211214"
26
26
  end
27
27
  end
28
28
  end
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1'
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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.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-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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.12.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceconsumermanagement_v1
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.16.0
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: []
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 V1