8000 feat: Add CloudChannelReportsService to CloudChannel API · googleapis/googleapis@0c78b0c · GitHub
[go: up one dir, main page]

Skip to content

Commit 0c78b0c

Browse files
Google APIscopybara-github
authored andcommitted
feat: Add CloudChannelReportsService to CloudChannel API
PiperOrigin-RevId: 481642499
1 parent e981f84 commit 0c78b0c

File tree

4 files changed

+440
-5
lines changed

4 files changed

+440
-5
lines changed

google/cloud/channel/v1/BUILD.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ proto_library(
2929
"operations.proto",
3030
"products.proto",
3131
"repricing.proto",
32+
"reports_service.proto",
3233
"service.proto",
3334
"subscriber_event.proto",
3435
],
@@ -39,6 +40,7 @@ proto_library(
3940
"//google/api:resource_proto",
4041
"//google/longrunning:operations_proto",
4142
"//google/type:date_proto",
43+
"//google/type:datetime_proto",
4244
"//google/type:decimal_proto",
4345
"//google/type:money_proto",
4446
"//google/type:postal_address_proto",
@@ -138,6 +140,7 @@ go_proto_library(
138140
"//google/api:annotations_go_proto",
139141
"//google/longrunning:longrunning_go_proto",
140142
"//google/type:date_go_proto",
143+
"//google/type:datetime_go_proto",
141144
"//google/type:decimal_go_proto",
142145
"//google/type:money_go_proto",
143146
"//google/type:postaladdress_go_proto",

google/cloud/channel/v1/cloudchannel_v1.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ name: cloudchannel.googleapis.com
44
title: Cloud Channel API
55

66
apis:
7+
- name: google.cloud.channel.v1.CloudChannelReportsService
78
- name: google.cloud.channel.v1.CloudChannelService
89
- name: google.longrunning.Operations
910

1011
types:
1112
- name: google.cloud.channel.v1.CustomerEvent
1213
- name: google.cloud.channel.v1.EntitlementEvent
1314
- name: google.cloud.channel.v1.OperationMetadata
15+
- name: google.cloud.channel.v1.RunReportJobResponse
1416
- name: google.cloud.channel.v1.SubscriberEvent
1517
- name: google.cloud.channel.v1.TransferEntitlementsResponse
1618

@@ -34,6 +36,10 @@ http:
3436

3537
authentication:
3638
rules:
39+
- selector: 'google.cloud.channel.v1.CloudChannelReportsService.*'
40+
oauth:
41+
canonical_scopes: |-
42+
https://www.googleapis.com/auth/apps.reports.usage.readonly
3743
- selector: 'google.cloud.channel.v1.CloudChannelService.*'
3844
oauth:
3945
canonical_scopes: |-

0 commit comments

Comments
 (0)
0