google-apis-serviceusage_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: 7b1579693a14b80353dd55cb0ae610e8ab0c381db39279eb76338f8a715ca3fb
4
- data.tar.gz: 7e59032fb4854d2c6ff44bd2dd08167642dbe35dcaa094f778f2829b74c0dc90
3
+ metadata.gz: 555c50ea21a8e17792993651d3d4e1114c48fa1bffee44a8cd94ac6347232790
4
+ data.tar.gz: fac72442e1eab7df9dfe44d5b17476c03c5ec05d6c44649a2f686586d96b6fc2
5
5
  SHA512:
6
- metadata.gz: 8951eff0ebc24f2646a60e5919da65678d4f6765c949bb23357796a2464e78e96d94de81c6df01baa36bee3fa212866a6c5427aefd08cb7c0d376e4a2d8ebd00
7
- data.tar.gz: b4bfd53f52b4d20d63290151b98a15941b0f7b2a434c1fd39cbfbc9505787ac974221bf5987fd45e6a076a2ed27b1477814721ef39784621c962892bac521eae
6
+ metadata.gz: d762d62b49ec6690ccec1b0f9a058718669e6428097e05e28620d00b228cff850d1f2dda337a4638d7aeb483e833a9dc67713d2449e1e0300d13e9590a2f2bda
7
+ data.tar.gz: 6f697e6024a66d6ed9a0c959c7637d8fde9738654df0f7ea8940015175c65cfb8e5c9a58fb21b270ed2b1eebc16cc1930f0cc780479da29bc218cd01988b1471
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Release history for google-apis-serviceusage_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/serviceusage_v1beta1"
51
51
  client = Google::Apis::ServiceusageV1beta1::ServiceUsageService.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 Serviceusage service in particular.)
67
67
 
@@ -658,6 +658,12 @@ module Google
658
658
  # @return [Array<Google::Apis::ServiceusageV1beta1::QuotaBucket>]
659
659
  attr_accessor :quota_buckets
660
660
 
661
+ # List of all supported locations. This field is present only if the limit has a
662
+ # `region` or `zone` dimension.
663
+ # Corresponds to the JSON property `supportedLocations`
664
+ # @return [Array<String>]
665
+ attr_accessor :supported_locations
666
+
661
667
  # The limit unit. An example unit would be `1/`project`/`region`` Note that ``
662
668
  # project`` and ``region`` are not placeholders in this example; the literal
663
669
  # characters ``` and ``` occur in the string.
@@ -676,6 +682,7 @@ module Google
676
682
  @metric = args[:metric] if args.key?(:metric)
677
683
  @name = args[:name] if args.key?(:name)
678
684
  @quota_buckets = args[:quota_buckets] if args.key?(:quota_buckets)
685
+ @supported_locations = args[:supported_locations] if args.key?(:supported_locations)
679
686
  @unit = args[:unit] if args.key?(:unit)
680
687
  end
681
688
  end
@@ -817,13 +824,20 @@ module Google
817
824
  end
818
825
 
819
826
  # Selects and configures the service controller used by the service. The service
820
- # controller handles features like abuse, quota, billing, logging, monitoring,
821
- # etc.
827
+ # controller handles two things: - **What is allowed:** for each API request,
828
+ # Chemist checks the project status, activation status, abuse status, billing
829
+ # status, service status, location restrictions, VPC Service Controls,
830
+ # SuperQuota, and other policies. - **What has happened:** for each API response,
831
+ # Chemist reports the telemetry data to analytics, auditing, billing, eventing,
832
+ # logging, monitoring, sawmill, and tracing. Chemist also accepts telemetry data
833
+ # not associated with API traffic, such as billing metrics. Example: control:
834
+ # environment: servicecontrol.googleapis.com
822
835
  class Control
823
836
  include Google::Apis::Core::Hashable
824
837
 
825
- # The service control environment to use. If empty, no control plane feature (
826
- # like quota and billing) will be enabled.
838
+ # The service controller environment to use. If empty, no control plane feature (
839
+ # like quota and billing) will be enabled. The recommended value for most
840
+ # services is servicecontrol.googleapis.com
827
841
  # Corresponds to the JSON property `environment`
828
842
  # @return [String]
829
843
  attr_accessor :environment
@@ -1110,8 +1124,7 @@ module Google
1110
1124
  # A generic empty message that you can re-use to avoid defining duplicated empty
1111
1125
  # messages in your APIs. A typical example is to use it as the request or the
1112
1126
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
1113
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
1114
- # `Empty` is empty JSON object ````.
1127
+ # protobuf.Empty) returns (google.protobuf.Empty); `
1115
1128
  class Empty
1116
1129
  include Google::Apis::Core::Hashable
1117
1130
 
@@ -1507,8 +1520,14 @@ module Google
1507
1520
  attr_accessor :context
1508
1521
 
1509
1522
  # Selects and configures the service controller used by the service. The service
1510
- # controller handles features like abuse, quota, billing, logging, monitoring,
1511
- # etc.
1523
+ # controller handles two things: - **What is allowed:** for each API request,
1524
+ # Chemist checks the project status, activation status, abuse status, billing
1525
+ # status, service status, location restrictions, VPC Service Controls,
1526
+ # SuperQuota, and other policies. - **What has happened:** for each API response,
1527
+ # Chemist reports the telemetry data to analytics, auditing, billing, eventing,
1528
+ # logging, monitoring, sawmill, and tracing. Chemist also accepts telemetry data
1529
+ # not associated with API traffic, such as billing metrics. Example: control:
1530
+ # environment: servicecontrol.googleapis.com
1512
1531
  # Corresponds to the JSON property `control`
1513
1532
  # @return [Google::Apis::ServiceusageV1beta1::Control]
1514
1533
  attr_accessor :control
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceusageV1beta1
18
18
  # Version of the google-apis-serviceusage_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
@@ -744,6 +744,7 @@ module Google
744
744
  property :name, as: 'name'
745
745
  collection :quota_buckets, as: 'quotaBuckets', class: Google::Apis::ServiceusageV1beta1::QuotaBucket, decorator: Google::Apis::ServiceusageV1beta1::QuotaBucket::Representation
746
746
 
747
+ collection :supported_locations, as: 'supportedLocations'
747
748
  property :unit, as: 'unit'
748
749
  end
749
750
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceusage_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-serviceusage_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.15.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceusage_v1beta1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1beta1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.18.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_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 Usage API V1beta1