google-cloud-billing-v1 1.3.1 → 1.5.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: 591077aa17272c4592e82f193e52d2a06f92f43e22e10d6865afc40ef83523af
4
- data.tar.gz: 06b2a987af7d625343fe750333f84f5a3e4f70ce5b1799eed3b1dc4f31b93235
3
+ metadata.gz: 4cad1c8bab5f8a7ed19dfb39b1488b160ea044698f730b547581c9a072ce3711
4
+ data.tar.gz: cfeb60d8b5b4caa946ef7899f597fc750a32f59050b20a6915feef16746595c7
5
5
  SHA512:
6
- metadata.gz: ff2a92a62985d8dad8da2cadf792f7508164023e398799db705e471d291ad947878142ee513cf8c3f961eb00c5a425d0ab2c46079039cc4844afd1a515dcd7a0
7
- data.tar.gz: 3078ae14cf102fa7026cb06d72d400bcce7d45dc9ed0bbca5aa90b1ecc01b40294287c0c6968a33d27175fa97065b1b9899b412b32f6b8e0f14259438ae8734a
6
+ metadata.gz: 0fa28fe699083b1b85ec92a636d1cb05c361ac243e4cfc1cc6c11429cb05ed3e15c70b659d258c28aaab582da4e2a31d8f10da2abe3d406cc2b61852c3bb5443
7
+ data.tar.gz: be5cf2fc107267448f4e84070c6dca112a03549b12e51a8c8434208c9125f1a60b6104e6e926610769069da8088c5d5968c66ef56f6355ebbbb6414d8d17684d
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Billing
23
23
  module V1
24
- VERSION = "1.3.1"
24
+ VERSION = "1.5.0"
25
25
  end
26
26
  end
27
27
  end
@@ -313,7 +313,7 @@ module Google
313
313
  # Specifies the identities that do not cause logging for this type of
314
314
  # permission.
315
315
  # Follows the same format of
316
- # {::Google::Iam::V1::Binding#members Binding.members}.
316
+ # [Binding.members][google.iam.v1.Binding.members].
317
317
  class AuditLogConfig
318
318
  include ::Google::Protobuf::MessageExts
319
319
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-billing-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -13,22 +13,16 @@ dependencies:
13
13
  name: gapic-common
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
- - - ">="
17
- - !ruby/object:Gem::Version
18
- version: 0.25.0
19
- - - "<"
16
+ - - "~>"
20
17
  - !ruby/object:Gem::Version
21
- version: 2.a
18
+ version: '1.2'
22
19
  type: :runtime
23
20
  prerelease: false
24
21
  version_requirements: !ruby/object:Gem::Requirement
25
22
  requirements:
26
- - - ">="
27
- - !ruby/object:Gem::Version
28
- version: 0.25.0
29
- - - "<"
23
+ - - "~>"
30
24
  - !ruby/object:Gem::Version
31
- version: 2.a
25
+ version: '1.2'
32
26
  - !ruby/object:Gem::Dependency
33
27
  name: google-cloud-errors
34
28
  requirement: !ruby/object:Gem::Requirement
@@ -49,14 +43,14 @@ dependencies:
49
43
  requirements:
50
44
  - - "~>"
51
45
  - !ruby/object:Gem::Version
52
- version: '1.1'
46
+ version: '1.11'
53
47
  type: :runtime
54
48
  prerelease: false
55
49
  version_requirements: !ruby/object:Gem::Requirement
56
50
  requirements:
57
51
  - - "~>"
58
52
  - !ruby/object:Gem::Version
59
- version: '1.1'
53
+ version: '1.11'
60
54
  description: Allows developers to manage billing for their Google Cloud Platform projects
61
55
  programmatically. Note that google-cloud-billing-v1 is a version-specific client
62
56
  library. For most uses, we recommend installing the main client library google-cloud-billing
@@ -118,14 +112,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
118
112
  requirements:
119
113
  - - ">="
120
114
  - !ruby/object:Gem::Version
121
- version: '3.0'
115
+ version: '3.1'
122
116
  required_rubygems_version: !ruby/object:Gem::Requirement
123
117
  requirements:
124
118
  - - ">="
125
119
  - !ruby/object:Gem::Version
126
120
  version: '0'
127
121
  requirements: []
128
- rubygems_version: 3.6.8
122
+ rubygems_version: 3.6.9
129
123
  specification_version: 4
130
124
  summary: Allows developers to manage billing for their Google Cloud Platform projects
131
125
  programmatically.