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 +4 -4
- data/lib/google/cloud/billing/v1/version.rb +1 -1
- data/proto_docs/google/iam/v1/policy.rb +1 -1
- metadata +9 -15
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4cad1c8bab5f8a7ed19dfb39b1488b160ea044698f730b547581c9a072ce3711
|
4
|
+
data.tar.gz: cfeb60d8b5b4caa946ef7899f597fc750a32f59050b20a6915feef16746595c7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0fa28fe699083b1b85ec92a636d1cb05c361ac243e4cfc1cc6c11429cb05ed3e15c70b659d258c28aaab582da4e2a31d8f10da2abe3d406cc2b61852c3bb5443
|
7
|
+
data.tar.gz: be5cf2fc107267448f4e84070c6dca112a03549b12e51a8c8434208c9125f1a60b6104e6e926610769069da8088c5d5968c66ef56f6355ebbbb6414d8d17684d
|
@@ -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
|
-
#
|
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.
|
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
|
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
|
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.
|
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.
|
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.
|
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.
|
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.
|