google-cloud-channel-v1 0.10.0 → 0.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/channel/v1/channel_partner_links_pb.rb +2 -1
- data/lib/google/cloud/channel/v1/cloud_channel_service/client.rb +1208 -0
- data/lib/google/cloud/channel/v1/cloud_channel_service/paths.rb +38 -0
- data/lib/google/cloud/channel/v1/common_pb.rb +2 -1
- data/lib/google/cloud/channel/v1/customers_pb.rb +2 -1
- data/lib/google/cloud/channel/v1/entitlements_pb.rb +2 -1
- data/lib/google/cloud/channel/v1/offers_pb.rb +2 -1
- data/lib/google/cloud/channel/v1/products_pb.rb +2 -1
- data/lib/google/cloud/channel/v1/repricing_pb.rb +69 -0
- data/lib/google/cloud/channel/v1/service_pb.rb +61 -1
- data/lib/google/cloud/channel/v1/service_services_pb.rb +238 -0
- data/lib/google/cloud/channel/v1/subscriber_event_pb.rb +2 -1
- data/lib/google/cloud/channel/v1/version.rb +1 -1
- data/proto_docs/google/cloud/channel/v1/repricing.rb +148 -0
- data/proto_docs/google/cloud/channel/v1/service.rb +186 -0
- data/proto_docs/google/protobuf/any.rb +3 -3
- data/proto_docs/google/type/date.rb +53 -0
- data/proto_docs/google/type/decimal.rb +96 -0
- metadata +6 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ab506e58f9de714b6ef424a8b2200b7097de9069dba21e47e01728fb37fc5957
|
4
|
+
data.tar.gz: ab6a10dde096f378d40d85edac438f67e7d60e6eed485ba92c10784cf811e7af
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 74c63fea6832b81a918e41f0885efb7324e0fdaf8ce27f0a39d760c7e2f1c14cb846fa91e86e45341015ea79fd3b778f6d52bf6c9d988188a1f1182374fd3f59
|
7
|
+
data.tar.gz: 58d9c01a6b01ac38e97ea5ab639e5df324c10cfcb1b328c7460bf761c32654620367b67bbf19957d77b12619cdd31c1e79d92c9910ebf04e20b65e30878d5c20
|
@@ -1,11 +1,12 @@
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
2
|
# source: google/cloud/channel/v1/channel_partner_links.proto
|
3
3
|
|
4
|
+
require 'google/protobuf'
|
5
|
+
|
4
6
|
require 'google/api/field_behavior_pb'
|
5
7
|
require 'google/api/resource_pb'
|
6
8
|
require 'google/cloud/channel/v1/common_pb'
|
7
9
|
require 'google/protobuf/timestamp_pb'
|
8
|
-
require 'google/protobuf'
|
9
10
|
|
10
11
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
11
12
|
add_file("google/cloud/channel/v1/channel_partner_links.proto", :syntax => :proto3) do
|