Skip to content

Commit ef567f3

Browse files
authored
impl(v3): remove deprecated Cloud Channel Reports service (googleapis#15898)
1 parent 7eff98e commit ef567f3

37 files changed

Lines changed: 5 additions & 4265 deletions
-170 KB
Binary file not shown.

generator/generator_config.textproto

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -744,14 +744,6 @@ service {
744744
retryable_status_codes: ["kUnavailable"]
745745
}
746746
747-
service {
748-
service_proto_path: "google/cloud/channel/v1/reports_service.proto"
749-
additional_proto_files: ["google/cloud/channel/v1/operations.proto"]
750-
product_path: "google/cloud/channel/v1"
751-
initial_copyright_year: "2023"
752-
retryable_status_codes: ["kUnavailable"]
753-
}
754-
755747
# Cloud Controls Partner
756748
service {
757749
service_proto_path: "google/cloud/cloudcontrolspartner/v1/core.proto"

google/cloud/channel/doc/environment-variables.dox

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ environment variables are convenient when troubleshooting problems.
99

1010
<!-- inject-endpoint-env-vars-start -->
1111

12-
- `GOOGLE_CLOUD_CPP_CLOUD_CHANNEL_REPORTS_SERVICE_ENDPOINT=...` overrides the
13-
`EndpointOption` (which defaults to "cloudchannel.googleapis.com")
14-
used by `MakeCloudChannelReportsServiceConnection()`.
15-
1612
- `GOOGLE_CLOUD_CPP_CLOUD_CHANNEL_SERVICE_ENDPOINT=...` overrides the
1713
`EndpointOption` (which defaults to "cloudchannel.googleapis.com")
1814
used by `MakeCloudChannelServiceConnection()`.

google/cloud/channel/doc/main.dox

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,12 @@ which should give you a taste of the Cloud Channel API C++ client library API.
2222
## Main classes
2323

2424
<!-- inject-client-list-start -->
25-
This library offers multiple `*Client` classes, which are listed below. Each one
26-
of these classes exposes all the RPCs for a service as member functions of the
27-
class. This library groups multiple services because they are part of the same
28-
product or are often used together. A typical example may be the administrative
29-
and data plane operations for a single product.
30-
31-
The library also has other classes that provide helpers, configuration
32-
parameters, and infrastructure to mock the `*Client` classes when testing your
25+
The main class in this library is
26+
[`channel_v1::CloudChannelServiceClient`](@ref google::cloud::channel_v1::CloudChannelServiceClient). All RPCs are exposed
27+
as member functions of this class. Other classes provide helpers, configuration
28+
parameters, and infrastructure to mock
29+
[`channel_v1::CloudChannelServiceClient`](@ref google::cloud::channel_v1::CloudChannelServiceClient) when testing your
3330
application.
34-
35-
- [\c channel_v1::CloudChannelServiceClient](@ref google::cloud::channel_v1::CloudChannelServiceClient)
36-
- [\c channel_v1::CloudChannelReportsServiceClient](@ref google::cloud::channel_v1::CloudChannelReportsServiceClient)
3731
<!-- inject-client-list-end -->
3832

3933
## More Information

google/cloud/channel/doc/override-authentication.dox

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ The following example shows how to explicitly load a service account key file:
1111
<!-- inject-service-account-snippet-start -->
1212
@snippet cloud_channel_client_samples.cc with-service-account
1313

14-
Follow these links to find examples for other \c *Client classes:
15-
16-
- [\c channel_v1::CloudChannelServiceClient](@ref channel_v1::CloudChannelServiceClient-service-account-snippet)
17-
- [\c channel_v1::CloudChannelReportsServiceClient](@ref channel_v1::CloudChannelReportsServiceClient-service-account-snippet)
18-
1914
<!-- inject-service-account-snippet-end -->
2015

2116
Keep in mind that we chose this as an example because it is relatively easy to
@@ -36,11 +31,5 @@ guide for more details.
3631

3732
@snippet google/cloud/channel/v1/samples/cloud_channel_client_samples.cc with-service-account
3833

39-
*/
40-
41-
/*! @page channel_v1::CloudChannelReportsServiceClient-service-account-snippet Override channel_v1::CloudChannelReportsServiceClient Authentication Defaults
42-
43-
@snippet google/cloud/channel/v1/samples/cloud_channel_reports_client_samples.cc with-service-account
44-
4534
*/
4635
// <!-- inject-authentication-pages-end -->

google/cloud/channel/doc/override-endpoint.dox

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ For example, this will override the default endpoint for `channel_v1::CloudChann
1111

1212
@snippet cloud_channel_client_samples.cc set-client-endpoint
1313

14-
Follow these links to find examples for other \c *Client classes:
15-
16-
- [\c channel_v1::CloudChannelServiceClient](@ref channel_v1::CloudChannelServiceClient-endpoint-snippet)
17-
- [\c channel_v1::CloudChannelReportsServiceClient](@ref channel_v1::CloudChannelReportsServiceClient-endpoint-snippet)
18-
1914
<!-- inject-endpoint-snippet-end -->
2015

2116
*/
@@ -26,11 +21,5 @@ Follow these links to find examples for other \c *Client classes:
2621

2722
@snippet google/cloud/channel/v1/samples/cloud_channel_client_samples.cc set-client-endpoint
2823

29-
*/
30-
31-
/*! @page channel_v1::CloudChannelReportsServiceClient-endpoint-snippet Override channel_v1::CloudChannelReportsServiceClient Endpoint Configuration
32-
33-
@snippet google/cloud/channel/v1/samples/cloud_channel_reports_client_samples.cc set-client-endpoint
34-
3524
*/
3625
// <!-- inject-endpoint-pages-end -->

google/cloud/channel/doc/override-retry-policies.dox

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,6 @@ This will override the polling policies for `channel_v1::CloudChannelServiceClie
8080
@snippet cloud_channel_client_samples.cc set-polling-policy
8181

8282

83-
Follow these links to find examples for other \c *Client classes:
84-
85-
- [\c channel_v1::CloudChannelServiceClient](@ref channel_v1::CloudChannelServiceClient-retry-snippet)
86-
- [\c channel_v1::CloudChannelReportsServiceClient](@ref channel_v1::CloudChannelReportsServiceClient-retry-snippet)
87-
8883
<!-- inject-retry-snippet-end -->
8984

9085
@section channel-override-retry-more-information More Information
@@ -109,17 +104,5 @@ Assuming you have created a custom idempotency policy. Such as:
109104

110105
@snippet google/cloud/channel/v1/samples/cloud_channel_client_samples.cc custom-idempotency-policy
111106

112-
*/
113-
114-
/*! @page channel_v1::CloudChannelReportsServiceClient-retry-snippet Override channel_v1::CloudChannelReportsServiceClient Retry Policies
115-
116-
This shows how to override the retry policies for channel_v1::CloudChannelReportsServiceClient:
117-
118-
@snippet google/cloud/channel/v1/samples/cloud_channel_reports_client_samples.cc set-retry-policy
119-
120-
Assuming you have created a custom idempotency policy. Such as:
121-
122-
@snippet google/cloud/channel/v1/samples/cloud_channel_reports_client_samples.cc custom-idempotency-policy
123-
124107
*/
125108
// <!-- inject-retry-pages-end -->

google/cloud/channel/doc/override-universe-domain.dox

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ For example, this will override the default universe domain for `channel_v1::Clo
1010

1111
@snippet cloud_channel_client_samples.cc set-client-universe-domain
1212

13-
Follow these links to find examples for other \c *Client classes:
14-
15-
- [\c channel_v1::CloudChannelServiceClient](@ref channel_v1::CloudChannelServiceClient-universe-domain-snippet)
16-
- [\c channel_v1::CloudChannelReportsServiceClient](@ref channel_v1::CloudChannelReportsServiceClient-universe-domain-snippet)
17-
1813
<!-- inject-universe-domain-snippet-end -->
1914

2015
*/
@@ -25,11 +20,5 @@ Follow these links to find examples for other \c *Client classes:
2520

2621
@snippet google/cloud/channel/v1/samples/cloud_channel_client_samples.cc set-client-universe-domain
2722

28-
*/
29-
30-
/*! @page channel_v1::CloudChannelReportsServiceClient-universe-domain-snippet Override channel_v1::CloudChannelReportsServiceClient Universe Domain
31-
32-
@snippet google/cloud/channel/v1/samples/cloud_channel_reports_client_samples.cc set-client-universe-domain
33-
3423
*/
3524
// <!-- inject-universe-domain-pages-end -->

google/cloud/channel/v1/cloud_channel_reports_client.cc

Lines changed: 0 additions & 157 deletions
This file was deleted.

0 commit comments

Comments
 (0)