google-cloud-billing-v1 0.1.0 → 0.1.1
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 017ce40041524ece2394f5451c3f426947ab52b0b8fa6ed372fd551ddbd5dc87
|
|
4
|
+
data.tar.gz: abe0e85211c005482fbf1ba06093f65a8bdab57e27e8d746784adf741d3ad9ec
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a03dd37bbacfaed88ce1b03bdbf9755ede02770d6a6972c09f5a6eece7862dd92c3914865ce01ebba3fdcd1d3a6229ed9c3235fee31a41a102ffb5b2d4cda963
|
|
7
|
+
data.tar.gz: 3ee1f3351a03f819abd7ff09c7ba5c156ca34f029c77eeef49500c072a9c7645d57fdb8cdff678004bc033688ded6b264830ddc2610afc1666e714173d02a50b
|
data/README.md
CHANGED
|
@@ -4,7 +4,7 @@ google-cloud-billing-v1 is the official library for Billing V1 API.
|
|
|
4
4
|
|
|
5
5
|
Allows developers to manage billing for their Google Cloud Platform projects programmatically.
|
|
6
6
|
|
|
7
|
-
https://github.com/googleapis/
|
|
7
|
+
https://github.com/googleapis/google-cloud-ruby
|
|
8
8
|
|
|
9
9
|
## Installation
|
|
10
10
|
|
|
@@ -158,7 +158,7 @@ module Google
|
|
|
158
158
|
# Set x-goog-api-client header
|
|
159
159
|
metadata[:"x-goog-api-client"] ||= Gapic::Headers.x_goog_api_client \
|
|
160
160
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
161
|
-
gapic_version: Google::Cloud::Billing::V1::VERSION
|
|
161
|
+
gapic_version: ::Google::Cloud::Billing::V1::VERSION
|
|
162
162
|
|
|
163
163
|
header_params = {
|
|
164
164
|
"name" => request.name
|
|
@@ -232,7 +232,7 @@ module Google
|
|
|
232
232
|
# Set x-goog-api-client header
|
|
233
233
|
metadata[:"x-goog-api-client"] ||= Gapic::Headers.x_goog_api_client \
|
|
234
234
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
235
|
-
gapic_version: Google::Cloud::Billing::V1::VERSION
|
|
235
|
+
gapic_version: ::Google::Cloud::Billing::V1::VERSION
|
|
236
236
|
|
|
237
237
|
options.apply_defaults timeout: @config.rpcs.list_billing_accounts.timeout,
|
|
238
238
|
metadata: metadata,
|
|
@@ -300,7 +300,7 @@ module Google
|
|
|
300
300
|
# Set x-goog-api-client header
|
|
301
301
|
metadata[:"x-goog-api-client"] ||= Gapic::Headers.x_goog_api_client \
|
|
302
302
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
303
|
-
gapic_version: Google::Cloud::Billing::V1::VERSION
|
|
303
|
+
gapic_version: ::Google::Cloud::Billing::V1::VERSION
|
|
304
304
|
|
|
305
305
|
header_params = {
|
|
306
306
|
"name" => request.name
|
|
@@ -379,7 +379,7 @@ module Google
|
|
|
379
379
|
# Set x-goog-api-client header
|
|
380
380
|
metadata[:"x-goog-api-client"] ||= Gapic::Headers.x_goog_api_client \
|
|
381
381
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
382
|
-
gapic_version: Google::Cloud::Billing::V1::VERSION
|
|
382
|
+
gapic_version: ::Google::Cloud::Billing::V1::VERSION
|
|
383
383
|
|
|
384
384
|
options.apply_defaults timeout: @config.rpcs.create_billing_account.timeout,
|
|
385
385
|
metadata: metadata,
|
|
@@ -445,7 +445,7 @@ module Google
|
|
|
445
445
|
# Set x-goog-api-client header
|
|
446
446
|
metadata[:"x-goog-api-client"] ||= Gapic::Headers.x_goog_api_client \
|
|
447
447
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
448
|
-
gapic_version: Google::Cloud::Billing::V1::VERSION
|
|
448
|
+
gapic_version: ::Google::Cloud::Billing::V1::VERSION
|
|
449
449
|
|
|
450
450
|
header_params = {
|
|
451
451
|
"name" => request.name
|
|
@@ -511,7 +511,7 @@ module Google
|
|
|
511
511
|
# Set x-goog-api-client header
|
|
512
512
|
metadata[:"x-goog-api-client"] ||= Gapic::Headers.x_goog_api_client \
|
|
513
513
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
514
|
-
gapic_version: Google::Cloud::Billing::V1::VERSION
|
|
514
|
+
gapic_version: ::Google::Cloud::Billing::V1::VERSION
|
|
515
515
|
|
|
516
516
|
header_params = {
|
|
517
517
|
"name" => request.name
|
|
@@ -633,7 +633,7 @@ module Google
|
|
|
633
633
|
# Set x-goog-api-client header
|
|
634
634
|
metadata[:"x-goog-api-client"] ||= Gapic::Headers.x_goog_api_client \
|
|
635
635
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
636
|
-
gapic_version: Google::Cloud::Billing::V1::VERSION
|
|
636
|
+
gapic_version: ::Google::Cloud::Billing::V1::VERSION
|
|
637
637
|
|
|
638
638
|
header_params = {
|
|
639
639
|
"name" => request.name
|
|
@@ -699,7 +699,7 @@ module Google
|
|
|
699
699
|
# Set x-goog-api-client header
|
|
700
700
|
metadata[:"x-goog-api-client"] ||= Gapic::Headers.x_goog_api_client \
|
|
701
701
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
702
|
-
gapic_version: Google::Cloud::Billing::V1::VERSION
|
|
702
|
+
gapic_version: ::Google::Cloud::Billing::V1::VERSION
|
|
703
703
|
|
|
704
704
|
header_params = {
|
|
705
705
|
"resource" => request.resource
|
|
@@ -772,7 +772,7 @@ module Google
|
|
|
772
772
|
# Set x-goog-api-client header
|
|
773
773
|
metadata[:"x-goog-api-client"] ||= Gapic::Headers.x_goog_api_client \
|
|
774
774
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
775
|
-
gapic_version: Google::Cloud::Billing::V1::VERSION
|
|
775
|
+
gapic_version: ::Google::Cloud::Billing::V1::VERSION
|
|
776
776
|
|
|
777
777
|
header_params = {
|
|
778
778
|
"resource" => request.resource
|
|
@@ -841,7 +841,7 @@ module Google
|
|
|
841
841
|
# Set x-goog-api-client header
|
|
842
842
|
metadata[:"x-goog-api-client"] ||= Gapic::Headers.x_goog_api_client \
|
|
843
843
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
844
|
-
gapic_version: Google::Cloud::Billing::V1::VERSION
|
|
844
|
+
gapic_version: ::Google::Cloud::Billing::V1::VERSION
|
|
845
845
|
|
|
846
846
|
header_params = {
|
|
847
847
|
"resource" => request.resource
|
|
@@ -157,7 +157,7 @@ module Google
|
|
|
157
157
|
# Set x-goog-api-client header
|
|
158
158
|
metadata[:"x-goog-api-client"] ||= Gapic::Headers.x_goog_api_client \
|
|
159
159
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
160
|
-
gapic_version: Google::Cloud::Billing::V1::VERSION
|
|
160
|
+
gapic_version: ::Google::Cloud::Billing::V1::VERSION
|
|
161
161
|
|
|
162
162
|
options.apply_defaults timeout: @config.rpcs.list_services.timeout,
|
|
163
163
|
metadata: metadata,
|
|
@@ -235,7 +235,7 @@ module Google
|
|
|
235
235
|
# Set x-goog-api-client header
|
|
236
236
|
metadata[:"x-goog-api-client"] ||= Gapic::Headers.x_goog_api_client \
|
|
237
237
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
|
238
|
-
gapic_version: Google::Cloud::Billing::V1::VERSION
|
|
238
|
+
gapic_version: ::Google::Cloud::Billing::V1::VERSION
|
|
239
239
|
|
|
240
240
|
header_params = {
|
|
241
241
|
"parent" => request.parent
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-billing-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-02-
|
|
11
|
+
date: 2020-02-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|
|
@@ -172,7 +172,7 @@ files:
|
|
|
172
172
|
- proto_docs/google/protobuf/field_mask.rb
|
|
173
173
|
- proto_docs/google/protobuf/timestamp.rb
|
|
174
174
|
- proto_docs/google/type/money.rb
|
|
175
|
-
homepage: https://github.com/googleapis/
|
|
175
|
+
homepage: https://github.com/googleapis/google-cloud-ruby
|
|
176
176
|
licenses:
|
|
177
177
|
- Apache-2.0
|
|
178
178
|
metadata: {}
|