Skip to content

Commit 9629b46

Browse files
docs: [EventarcPublishing] Update comment in Eventarc Publishing API (#8634)
* docs: Update comment in Eventarc Publishing API PiperOrigin-RevId: 813779868 Source-Link: googleapis/googleapis@3d9a46d Source-Link: googleapis/googleapis-gen@7417dbc Copy-Tag: eyJwIjoiRXZlbnRhcmNQdWJsaXNoaW5nLy5Pd2xCb3QueWFtbCIsImgiOiI3NDE3ZGJjMjlhNzJkYzFhZjJhZTA1NjNhYTYwNjU1Mzk3OWRlOGI5In0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 8a9223e commit 9629b46

2 files changed

Lines changed: 20 additions & 5 deletions

File tree

EventarcPublishing/src/V1/Client/PublisherClient.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,7 @@ final class PublisherClient
104104
private const CODEGEN_NAME = 'gapic';
105105

106106
/** The default scopes required by the service. */
107-
public static $serviceScopes = [
108-
'https://www.googleapis.com/auth/cloud-platform',
109-
];
107+
public static $serviceScopes = ['https://www.googleapis.com/auth/cloud-platform'];
110108

111109
private static function getClientDefaults()
112110
{
@@ -260,8 +258,10 @@ public function publish(PublishRequest $request, array $callOptions = []): Publi
260258
*
261259
* @throws ApiException Thrown if the API call fails.
262260
*/
263-
public function publishChannelConnectionEvents(PublishChannelConnectionEventsRequest $request, array $callOptions = []): PublishChannelConnectionEventsResponse
264-
{
261+
public function publishChannelConnectionEvents(
262+
PublishChannelConnectionEventsRequest $request,
263+
array $callOptions = []
264+
): PublishChannelConnectionEventsResponse {
265265
return $this->startApiCall('PublishChannelConnectionEvents', $request, $callOptions)->wait();
266266
}
267267

EventarcPublishing/src/V1/CloudEvent.php

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)