google-apis-serviceusage_v1 0.42.0 → 0.43.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d05eabc9008c5d385778a6c8a48591b0a5f9f3d6dba9c3d811d27e9434975be3
4
- data.tar.gz: c4172764270829c82094a5463c11b68c4669e6c34d8028995803db1a73888c2d
3
+ metadata.gz: 989df56645458e51ce021805c1dc993b9fdc378dbfd9c9a85dc1730cbf4dfd99
4
+ data.tar.gz: 8fe083b79659f3c4b46ff7b07c5bd3f668de7911ebb472249bec7f24205480f2
5
5
  SHA512:
6
- metadata.gz: 79d82421a237b620ccb5e2e6992573b33db2ed6c1083aca3e48307079dce854bf2116d9dd0fc8ca689f8ca75ede17b6522076b3d72c507065f70576c05a15d2a
7
- data.tar.gz: 7d07f664509d0f02894165654aabf5d0b561c0727818a293c5e1f94cee0ea5f537698caaa3322da9dfb4a81ab23a960d6eb91dc3d488e17d81ecfbf91bb0a5b3
6
+ metadata.gz: 7669ab3cf67c81b119570d65fa4bf798bdca6216892bdee350812a64d5513c029bc78290b5032808476467d06c100d0981cf39b865e9a502f1a3992cc6aaa110
7
+ data.tar.gz: f595a34bc0396cd4f0bc7fdec385e997f610554bedd0ddb0fbf61aaca57263028136866955102759383e7fddf5c77df66e8f084cc4a7a834ada9c84993ce2fa0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceusage_v1
2
2
 
3
+ ### v0.43.0 (2023-09-10)
4
+
5
+ * Regenerated from discovery document revision 20230907
6
+
3
7
  ### v0.42.0 (2023-08-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20230806
@@ -35,7 +35,7 @@ module Google
35
35
  end
36
36
  end
37
37
 
38
- # The response message of "AddEnableRules" method.
38
+ # The response message of `AddEnableRules` method.
39
39
  class AddEnableRulesResponse
40
40
  include Google::Apis::Core::Hashable
41
41
 
@@ -836,10 +836,10 @@ module Google
836
836
  # @return [String]
837
837
  attr_accessor :etag
838
838
 
839
- # Output only. The resource name of the policy. For example, We only allow
840
- # consumer policy name as "default" for now: `projects/12345/consumerPolicies/
841
- # default`, `folders/12345/consumerPolicies/default`, `organizations/12345/
842
- # consumerPolicies/default`. Legacy format: `projects/12345/consumerPoly`
839
+ # Output only. The resource name of the policy. We only allow consumer policy
840
+ # name as `default` for now: `projects/12345/consumerPolicies/default`, `folders/
841
+ # 12345/consumerPolicies/default`, `organizations/12345/consumerPolicies/default`
842
+ # .
843
843
  # Corresponds to the JSON property `name`
844
844
  # @return [String]
845
845
  attr_accessor :name
@@ -1401,7 +1401,7 @@ module Google
1401
1401
 
1402
1402
  # DEPRECATED: Please use field `values`. Service group should have prefix `
1403
1403
  # groups/`. The names of the service groups that are enabled (Not Implemented).
1404
- # go/predefined-service-groups. Example: `groups/googleServices`.
1404
+ # Example: `groups/googleServices`.
1405
1405
  # Corresponds to the JSON property `groups`
1406
1406
  # @return [Array<String>]
1407
1407
  attr_accessor :groups
@@ -1413,7 +1413,8 @@ module Google
1413
1413
  attr_accessor :services
1414
1414
 
1415
1415
  # The names of the services or service groups that are enabled. Example: `
1416
- # services/storage.googleapis.com`, groups/googleServices`, groups/allServices`.
1416
+ # services/storage.googleapis.com`, `groups/googleServices`, `groups/allServices`
1417
+ # .
1417
1418
  # Corresponds to the JSON property `values`
1418
1419
  # @return [Array<String>]
1419
1420
  attr_accessor :values
@@ -4139,7 +4140,7 @@ module Google
4139
4140
  end
4140
4141
  end
4141
4142
 
4142
- # The response message of "RemoveEnableRules" method.
4143
+ # The response message of `RemoveEnableRules` method.
4143
4144
  class RemoveEnableRulesResponse
4144
4145
  include Google::Apis::Core::Hashable
4145
4146
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceusageV1
18
18
  # Version of the google-apis-serviceusage_v1 gem
19
- GEM_VERSION = "0.42.0"
19
+ GEM_VERSION = "0.43.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230806"
25
+ REVISION = "20230907"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceusage_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.42.0
4
+ version: 0.43.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: 2023-08-20 00:00:00.000000000 Z
11
+ date: 2023-09-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-serviceusage_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.42.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.43.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1
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.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Service Usage API V1