google-apis-serviceusage_v1beta1 0.45.0 → 0.46.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: a04e96f88ca404ccd2c876ae6b9f7e6d8707c6879b65e6ff679aec904626afb3
4
- data.tar.gz: 1cb8a90253e644cf452daefb92034d55fe07478030ab9f6848c083cca8501397
3
+ metadata.gz: eb1b27ccabcc6f89b09f9f1baaa92fd52a69812feadc410ca047e5af84c923d9
4
+ data.tar.gz: 3da362aaa1b07d05682ebb9b3e03e406bfd5527683a650ad9535554d6915ff60
5
5
  SHA512:
6
- metadata.gz: 03726abbaf720f36e2d95fda1eba0be1107d7853063c3ad30dd261b46ca9f1fdbc512555be08d80aaaeee684135307a55d9d0f2a1c8efed815dc1e1c53ae2c71
7
- data.tar.gz: 04bb85790110f5592b32d3f86cb6285cc8d446eff1ffb088b15c0827f0fe9a01f4c3b7471e84a89e97e93aa79de837f7c2dac5cbe9f77838643ccbc793c4170b
6
+ metadata.gz: 1b4a748a617b3b1c48f5b9cdc65b18affedd334bc3ed1e1f5913e1024ffeb4753e0ba46825983729db9b01e880571c3b4dfcd5541a7b94c0c7cc4b42bab12544
7
+ data.tar.gz: 2d3d8403fa0dc74ba00c45df3ab3274cda3457fab985a6d28a58ad1ac33b0e28fe8e957e09370d34b8bce93587a13391ec538c07c50a9204b52bcaf7d78b908a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceusage_v1beta1
2
2
 
3
+ ### v0.46.0 (2023-09-10)
4
+
5
+ * Regenerated from discovery document revision 20230907
6
+
3
7
  ### v0.45.0 (2023-08-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20230815
@@ -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
 
@@ -806,10 +806,10 @@ module Google
806
806
  # @return [String]
807
807
  attr_accessor :etag
808
808
 
809
- # Output only. The resource name of the policy. For example, We only allow
810
- # consumer policy name as "default" for now: `projects/12345/consumerPolicies/
811
- # default`, `folders/12345/consumerPolicies/default`, `organizations/12345/
812
- # consumerPolicies/default`. Legacy format: `projects/12345/consumerPoly`
809
+ # Output only. The resource name of the policy. We only allow consumer policy
810
+ # name as `default` for now: `projects/12345/consumerPolicies/default`, `folders/
811
+ # 12345/consumerPolicies/default`, `organizations/12345/consumerPolicies/default`
812
+ # .
813
813
  # Corresponds to the JSON property `name`
814
814
  # @return [String]
815
815
  attr_accessor :name
@@ -1479,7 +1479,7 @@ module Google
1479
1479
 
1480
1480
  # DEPRECATED: Please use field `values`. Service group should have prefix `
1481
1481
  # groups/`. The names of the service groups that are enabled (Not Implemented).
1482
- # go/predefined-service-groups. Example: `groups/googleServices`.
1482
+ # Example: `groups/googleServices`.
1483
1483
  # Corresponds to the JSON property `groups`
1484
1484
  # @return [Array<String>]
1485
1485
  attr_accessor :groups
@@ -1491,7 +1491,8 @@ module Google
1491
1491
  attr_accessor :services
1492
1492
 
1493
1493
  # The names of the services or service groups that are enabled. Example: `
1494
- # services/storage.googleapis.com`, groups/googleServices`, groups/allServices`.
1494
+ # services/storage.googleapis.com`, `groups/googleServices`, `groups/allServices`
1495
+ # .
1495
1496
  # Corresponds to the JSON property `values`
1496
1497
  # @return [Array<String>]
1497
1498
  attr_accessor :values
@@ -4521,7 +4522,7 @@ module Google
4521
4522
  end
4522
4523
  end
4523
4524
 
4524
- # The response message of "RemoveEnableRules" method.
4525
+ # The response message of `RemoveEnableRules` method.
4525
4526
  class RemoveEnableRulesResponse
4526
4527
  include Google::Apis::Core::Hashable
4527
4528
 
@@ -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.45.0"
19
+ GEM_VERSION = "0.46.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 = "20230815"
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_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.45.0
4
+ version: 0.46.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-27 00:00:00.000000000 Z
11
+ date: 2023-09-17 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.45.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.46.0
62
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: []