Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
* admin access. 3. Resellers and distributors can manage customer entitlements.
*
* <p>CloudChannelService exposes the following resources: -
* [Customer][google.cloud.channel.v1.Customer]s: An entityusually an enterprisemanaged by a
* [Customer][google.cloud.channel.v1.Customer]s: An entity-usually an enterprise-managed by a
* reseller or distributor.
*
* <p>- [Entitlement][google.cloud.channel.v1.Entitlement]s: An entity that provides a customer with
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
* admin access. 3. Resellers and distributors can manage customer entitlements.
*
* <p>CloudChannelService exposes the following resources: -
* [Customer][google.cloud.channel.v1.Customer]s: An entityusually an enterprisemanaged by a
* [Customer][google.cloud.channel.v1.Customer]s: An entity-usually an enterprise-managed by a
* reseller or distributor.
*
* <p>- [Entitlement][google.cloud.channel.v1.Entitlement]s: An entity that provides a customer with
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,8 @@ public abstract static class CloudChannelReportsServiceImplBase
* CloudChannelOperationsService. The Operation metadata contains an
* instance of [OperationMetadata][google.cloud.channel.v1.OperationMetadata].
* To get the results of report generation, call
* [CloudChannelReportsService.FetchReportResults][google.cloud.channel.v1.CloudChannelReportsService.FetchReportResults] with the
* [CloudChannelReportsService.FetchReportResults][google.cloud.channel.v1.CloudChannelReportsService.FetchReportResults]
* with the
* [RunReportJobResponse.report_job][google.cloud.channel.v1.RunReportJobResponse.report_job].
* </pre>
*/
Expand All @@ -267,7 +268,8 @@ public void runReportJob(
*
*
* <pre>
* Retrieves data generated by [CloudChannelReportsService.RunReportJob][google.cloud.channel.v1.CloudChannelReportsService.RunReportJob].
* Retrieves data generated by
* [CloudChannelReportsService.RunReportJob][google.cloud.channel.v1.CloudChannelReportsService.RunReportJob].
* </pre>
*/
public void fetchReportResults(
Expand Down Expand Up @@ -365,7 +367,8 @@ protected CloudChannelReportsServiceStub build(
* CloudChannelOperationsService. The Operation metadata contains an
* instance of [OperationMetadata][google.cloud.channel.v1.OperationMetadata].
* To get the results of report generation, call
* [CloudChannelReportsService.FetchReportResults][google.cloud.channel.v1.CloudChannelReportsService.FetchReportResults] with the
* [CloudChannelReportsService.FetchReportResults][google.cloud.channel.v1.CloudChannelReportsService.FetchReportResults]
* with the
* [RunReportJobResponse.report_job][google.cloud.channel.v1.RunReportJobResponse.report_job].
* </pre>
*/
Expand All @@ -382,7 +385,8 @@ public void runReportJob(
*
*
* <pre>
* Retrieves data generated by [CloudChannelReportsService.RunReportJob][google.cloud.channel.v1.CloudChannelReportsService.RunReportJob].
* Retrieves data generated by
* [CloudChannelReportsService.RunReportJob][google.cloud.channel.v1.CloudChannelReportsService.RunReportJob].
* </pre>
*/
public void fetchReportResults(
Expand Down Expand Up @@ -458,7 +462,8 @@ protected CloudChannelReportsServiceBlockingStub build(
* CloudChannelOperationsService. The Operation metadata contains an
* instance of [OperationMetadata][google.cloud.channel.v1.OperationMetadata].
* To get the results of report generation, call
* [CloudChannelReportsService.FetchReportResults][google.cloud.channel.v1.CloudChannelReportsService.FetchReportResults] with the
* [CloudChannelReportsService.FetchReportResults][google.cloud.channel.v1.CloudChannelReportsService.FetchReportResults]
* with the
* [RunReportJobResponse.report_job][google.cloud.channel.v1.RunReportJobResponse.report_job].
* </pre>
*/
Expand All @@ -472,7 +477,8 @@ public com.google.longrunning.Operation runReportJob(
*
*
* <pre>
* Retrieves data generated by [CloudChannelReportsService.RunReportJob][google.cloud.channel.v1.CloudChannelReportsService.RunReportJob].
* Retrieves data generated by
* [CloudChannelReportsService.RunReportJob][google.cloud.channel.v1.CloudChannelReportsService.RunReportJob].
* </pre>
*/
public com.google.cloud.channel.v1.FetchReportResultsResponse fetchReportResults(
Expand Down Expand Up @@ -540,7 +546,8 @@ protected CloudChannelReportsServiceFutureStub build(
* CloudChannelOperationsService. The Operation metadata contains an
* instance of [OperationMetadata][google.cloud.channel.v1.OperationMetadata].
* To get the results of report generation, call
* [CloudChannelReportsService.FetchReportResults][google.cloud.channel.v1.CloudChannelReportsService.FetchReportResults] with the
* [CloudChannelReportsService.FetchReportResults][google.cloud.channel.v1.CloudChannelReportsService.FetchReportResults]
* with the
* [RunReportJobResponse.report_job][google.cloud.channel.v1.RunReportJobResponse.report_job].
* </pre>
*/
Expand All @@ -554,7 +561,8 @@ protected CloudChannelReportsServiceFutureStub build(
*
*
* <pre>
* Retrieves data generated by [CloudChannelReportsService.RunReportJob][google.cloud.channel.v1.CloudChannelReportsService.RunReportJob].
* Retrieves data generated by
* [CloudChannelReportsService.RunReportJob][google.cloud.channel.v1.CloudChannelReportsService.RunReportJob].
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<
Expand Down
Loading