google-apis-serviceusage_v1 0.41.0 → 0.43.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: c5445dc9872ed02df167a875756e130156ac38f0aa8adb04f43931886957c1b9
4
- data.tar.gz: 93ed219e922df3e1d589b7647cb6b7cf9f9eb30720329c33f51b2a69163cf4a1
3
+ metadata.gz: 989df56645458e51ce021805c1dc993b9fdc378dbfd9c9a85dc1730cbf4dfd99
4
+ data.tar.gz: 8fe083b79659f3c4b46ff7b07c5bd3f668de7911ebb472249bec7f24205480f2
5
5
  SHA512:
6
- metadata.gz: 1fcbca97af4969d8391077932d11f034f86b08825c1b6da716a0e5992efb3c0a06dfe968c469935c59c89d5187c5941aefe552645640495e66daa94e3275c330
7
- data.tar.gz: 8be9908d34634f4c5d710143751afe63ea8711f87976b98a35a6cb485bfc0e4a9774d0ae712b1dd8d45c247ca42966d20061da402545de4eac208ec85b0d76c9
6
+ metadata.gz: 7669ab3cf67c81b119570d65fa4bf798bdca6216892bdee350812a64d5513c029bc78290b5032808476467d06c100d0981cf39b865e9a502f1a3992cc6aaa110
7
+ data.tar.gz: f595a34bc0396cd4f0bc7fdec385e997f610554bedd0ddb0fbf61aaca57263028136866955102759383e7fddf5c77df66e8f084cc4a7a834ada9c84993ce2fa0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.42.0 (2023-08-13)
8
+
9
+ * Regenerated from discovery document revision 20230806
10
+
3
11
  ### v0.41.0 (2023-07-23)
4
12
 
5
13
  * Regenerated from discovery document revision 20230719
@@ -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
@@ -3660,13 +3661,13 @@ module Google
3660
3661
  # @return [String]
3661
3662
  attr_accessor :name
3662
3663
 
3663
- # The normal response of the operation in case of success. If the original
3664
- # method returns no data on success, such as `Delete`, the response is `google.
3665
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
3666
- # the response should be the resource. For other methods, the response should
3667
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
3668
- # example, if the original method name is `TakeSnapshot()`, the inferred
3669
- # response type is `TakeSnapshotResponse`.
3664
+ # The normal, successful response of the operation. If the original method
3665
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
3666
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
3667
+ # response should be the resource. For other methods, the response should have
3668
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
3669
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
3670
+ # `TakeSnapshotResponse`.
3670
3671
  # Corresponds to the JSON property `response`
3671
3672
  # @return [Hash<String,Object>]
3672
3673
  attr_accessor :response
@@ -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
 
@@ -4457,19 +4458,6 @@ module Google
4457
4458
  end
4458
4459
  end
4459
4460
 
4460
- # Metadata for the `UpdateConsumerPolicyLRO` method.
4461
- class UpdateConsumerPolicyLroMetadata
4462
- include Google::Apis::Core::Hashable
4463
-
4464
- def initialize(**args)
4465
- update!(**args)
4466
- end
4467
-
4468
- # Update properties of this object
4469
- def update!(**args)
4470
- end
4471
- end
4472
-
4473
4461
  # Metadata for the `UpdateConsumerPolicy` method.
4474
4462
  class UpdateConsumerPolicyMetadata
4475
4463
  include Google::Apis::Core::Hashable
@@ -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.41.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 = "20230719"
25
+ REVISION = "20230907"
26
26
  end
27
27
  end
28
28
  end
@@ -652,12 +652,6 @@ module Google
652
652
  include Google::Apis::Core::JsonObjectSupport
653
653
  end
654
654
 
655
- class UpdateConsumerPolicyLroMetadata
656
- class Representation < Google::Apis::Core::JsonRepresentation; end
657
-
658
- include Google::Apis::Core::JsonObjectSupport
659
- end
660
-
661
655
  class UpdateConsumerPolicyMetadata
662
656
  class Representation < Google::Apis::Core::JsonRepresentation; end
663
657
 
@@ -1748,12 +1742,6 @@ module Google
1748
1742
  end
1749
1743
  end
1750
1744
 
1751
- class UpdateConsumerPolicyLroMetadata
1752
- # @private
1753
- class Representation < Google::Apis::Core::JsonRepresentation
1754
- end
1755
- end
1756
-
1757
1745
  class UpdateConsumerPolicyMetadata
1758
1746
  # @private
1759
1747
  class Representation < Google::Apis::Core::JsonRepresentation
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.41.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-07-23 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.41.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