Skip to content

Commit

Permalink
chore(docs): fix phpdoc references for async methods (#6716)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 573309290
Source-Link: googleapis/googleapis@e3bd09d
Source-Link: googleapis/googleapis-gen@8a144f4
Copy-Tag: eyJwIjoiVmlkZW9MaXZlU3RyZWFtLy5Pd2xCb3QueWFtbCIsImgiOiI4YTE0NGY0OTg1ZjlmNTgwMjJlYzYyYjM3N2E2MjlmYmEzNDk1YmExIn0=
Copy-Tag: eyJwIjoiVmlkZW9TdGl0Y2hlci8uT3dsQm90LnlhbWwiLCJoIjoiOGExNDRmNDk4NWY5ZjU4MDIyZWM2MmIzNzdhNjI5ZmJhMzQ5NWJhMSJ9
Copy-Tag: eyJwIjoiVmlkZW9UcmFuc2NvZGVyLy5Pd2xCb3QueWFtbCIsImgiOiI4YTE0NGY0OTg1ZjlmNTgwMjJlYzYyYjM3N2E2MjlmYmEzNDk1YmExIn0=
Copy-Tag: eyJwIjoiVmlzaW9uLy5Pd2xCb3QueWFtbCIsImgiOiI4YTE0NGY0OTg1ZjlmNTgwMjJlYzYyYjM3N2E2MjlmYmEzNDk1YmExIn0=
Copy-Tag: eyJwIjoiVm1NaWdyYXRpb24vLk93bEJvdC55YW1sIiwiaCI6IjhhMTQ0ZjQ5ODVmOWY1ODAyMmVjNjJiMzc3YTYyOWZiYTM0OTViYTEifQ==
Copy-Tag: eyJwIjoiVm13YXJlRW5naW5lLy5Pd2xCb3QueWFtbCIsImgiOiI4YTE0NGY0OTg1ZjlmNTgwMjJlYzYyYjM3N2E2MjlmYmEzNDk1YmExIn0=
Copy-Tag: eyJwIjoiVnBjQWNjZXNzLy5Pd2xCb3QueWFtbCIsImgiOiI4YTE0NGY0OTg1ZjlmNTgwMjJlYzYyYjM3N2E2MjlmYmEzNDk1YmExIn0=
Copy-Tag: eyJwIjoiV2ViUmlzay8uT3dsQm90LnlhbWwiLCJoIjoiOGExNDRmNDk4NWY5ZjU4MDIyZWM2MmIzNzdhNjI5ZmJhMzQ5NWJhMSJ9
Copy-Tag: eyJwIjoiV2ViU2VjdXJpdHlTY2FubmVyLy5Pd2xCb3QueWFtbCIsImgiOiI4YTE0NGY0OTg1ZjlmNTgwMjJlYzYyYjM3N2E2MjlmYmEzNDk1YmExIn0=
Copy-Tag: eyJwIjoiV29ya2Zsb3dzLy5Pd2xCb3QueWFtbCIsImgiOiI4YTE0NGY0OTg1ZjlmNTgwMjJlYzYyYjM3N2E2MjlmYmEzNDk1YmExIn0=
  • Loading branch information
gcf-owl-bot[bot] committed Oct 16, 2023
1 parent 260c37e commit ad49162
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions src/V1/Client/LivestreamServiceClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ public function __call($method, $args)
* Creates a Asset with the provided unique ID in the specified
* region.
*
* The async variant is {@see LivestreamServiceGapicClient::createAssetAsync()} .
* The async variant is {@see LivestreamServiceClient::createAssetAsync()} .
*
* @example samples/V1/LivestreamServiceClient/create_asset.php
*
Expand All @@ -470,7 +470,7 @@ public function createAsset(CreateAssetRequest $request, array $callOptions = []
* Creates a channel with the provided unique ID in the specified
* region.
*
* The async variant is {@see LivestreamServiceGapicClient::createChannelAsync()} .
* The async variant is {@see LivestreamServiceClient::createChannelAsync()} .
*
* @example samples/V1/LivestreamServiceClient/create_channel.php
*
Expand All @@ -496,7 +496,7 @@ public function createChannel(CreateChannelRequest $request, array $callOptions
/**
* Creates an event with the provided unique ID in the specified channel.
*
* The async variant is {@see LivestreamServiceGapicClient::createEventAsync()} .
* The async variant is {@see LivestreamServiceClient::createEventAsync()} .
*
* @example samples/V1/LivestreamServiceClient/create_event.php
*
Expand All @@ -522,7 +522,7 @@ public function createEvent(CreateEventRequest $request, array $callOptions = []
/**
* Creates an input with the provided unique ID in the specified region.
*
* The async variant is {@see LivestreamServiceGapicClient::createInputAsync()} .
* The async variant is {@see LivestreamServiceClient::createInputAsync()} .
*
* @example samples/V1/LivestreamServiceClient/create_input.php
*
Expand All @@ -548,7 +548,7 @@ public function createInput(CreateInputRequest $request, array $callOptions = []
/**
* Deletes the specified asset if it is not used.
*
* The async variant is {@see LivestreamServiceGapicClient::deleteAssetAsync()} .
* The async variant is {@see LivestreamServiceClient::deleteAssetAsync()} .
*
* @example samples/V1/LivestreamServiceClient/delete_asset.php
*
Expand All @@ -574,7 +574,7 @@ public function deleteAsset(DeleteAssetRequest $request, array $callOptions = []
/**
* Deletes the specified channel.
*
* The async variant is {@see LivestreamServiceGapicClient::deleteChannelAsync()} .
* The async variant is {@see LivestreamServiceClient::deleteChannelAsync()} .
*
* @example samples/V1/LivestreamServiceClient/delete_channel.php
*
Expand All @@ -600,7 +600,7 @@ public function deleteChannel(DeleteChannelRequest $request, array $callOptions
/**
* Deletes the specified event.
*
* The async variant is {@see LivestreamServiceGapicClient::deleteEventAsync()} .
* The async variant is {@see LivestreamServiceClient::deleteEventAsync()} .
*
* @example samples/V1/LivestreamServiceClient/delete_event.php
*
Expand All @@ -624,7 +624,7 @@ public function deleteEvent(DeleteEventRequest $request, array $callOptions = []
/**
* Deletes the specified input.
*
* The async variant is {@see LivestreamServiceGapicClient::deleteInputAsync()} .
* The async variant is {@see LivestreamServiceClient::deleteInputAsync()} .
*
* @example samples/V1/LivestreamServiceClient/delete_input.php
*
Expand All @@ -650,7 +650,7 @@ public function deleteInput(DeleteInputRequest $request, array $callOptions = []
/**
* Returns the specified asset.
*
* The async variant is {@see LivestreamServiceGapicClient::getAssetAsync()} .
* The async variant is {@see LivestreamServiceClient::getAssetAsync()} .
*
* @example samples/V1/LivestreamServiceClient/get_asset.php
*
Expand All @@ -676,7 +676,7 @@ public function getAsset(GetAssetRequest $request, array $callOptions = []): Ass
/**
* Returns the specified channel.
*
* The async variant is {@see LivestreamServiceGapicClient::getChannelAsync()} .
* The async variant is {@see LivestreamServiceClient::getChannelAsync()} .
*
* @example samples/V1/LivestreamServiceClient/get_channel.php
*
Expand All @@ -702,7 +702,7 @@ public function getChannel(GetChannelRequest $request, array $callOptions = []):
/**
* Returns the specified event.
*
* The async variant is {@see LivestreamServiceGapicClient::getEventAsync()} .
* The async variant is {@see LivestreamServiceClient::getEventAsync()} .
*
* @example samples/V1/LivestreamServiceClient/get_event.php
*
Expand All @@ -728,7 +728,7 @@ public function getEvent(GetEventRequest $request, array $callOptions = []): Eve
/**
* Returns the specified input.
*
* The async variant is {@see LivestreamServiceGapicClient::getInputAsync()} .
* The async variant is {@see LivestreamServiceClient::getInputAsync()} .
*
* @example samples/V1/LivestreamServiceClient/get_input.php
*
Expand All @@ -754,7 +754,7 @@ public function getInput(GetInputRequest $request, array $callOptions = []): Inp
/**
* Returns the specified pool.
*
* The async variant is {@see LivestreamServiceGapicClient::getPoolAsync()} .
* The async variant is {@see LivestreamServiceClient::getPoolAsync()} .
*
* @example samples/V1/LivestreamServiceClient/get_pool.php
*
Expand All @@ -780,7 +780,7 @@ public function getPool(GetPoolRequest $request, array $callOptions = []): Pool
/**
* Returns a list of all assets in the specified region.
*
* The async variant is {@see LivestreamServiceGapicClient::listAssetsAsync()} .
* The async variant is {@see LivestreamServiceClient::listAssetsAsync()} .
*
* @example samples/V1/LivestreamServiceClient/list_assets.php
*
Expand All @@ -806,7 +806,7 @@ public function listAssets(ListAssetsRequest $request, array $callOptions = []):
/**
* Returns a list of all channels in the specified region.
*
* The async variant is {@see LivestreamServiceGapicClient::listChannelsAsync()} .
* The async variant is {@see LivestreamServiceClient::listChannelsAsync()} .
*
* @example samples/V1/LivestreamServiceClient/list_channels.php
*
Expand All @@ -832,7 +832,7 @@ public function listChannels(ListChannelsRequest $request, array $callOptions =
/**
* Returns a list of all events in the specified channel.
*
* The async variant is {@see LivestreamServiceGapicClient::listEventsAsync()} .
* The async variant is {@see LivestreamServiceClient::listEventsAsync()} .
*
* @example samples/V1/LivestreamServiceClient/list_events.php
*
Expand All @@ -858,7 +858,7 @@ public function listEvents(ListEventsRequest $request, array $callOptions = []):
/**
* Returns a list of all inputs in the specified region.
*
* The async variant is {@see LivestreamServiceGapicClient::listInputsAsync()} .
* The async variant is {@see LivestreamServiceClient::listInputsAsync()} .
*
* @example samples/V1/LivestreamServiceClient/list_inputs.php
*
Expand All @@ -885,7 +885,7 @@ public function listInputs(ListInputsRequest $request, array $callOptions = []):
* Starts the specified channel. Part of the video pipeline will be created
* only when the StartChannel request is received by the server.
*
* The async variant is {@see LivestreamServiceGapicClient::startChannelAsync()} .
* The async variant is {@see LivestreamServiceClient::startChannelAsync()} .
*
* @example samples/V1/LivestreamServiceClient/start_channel.php
*
Expand All @@ -912,7 +912,7 @@ public function startChannel(StartChannelRequest $request, array $callOptions =
* Stops the specified channel. Part of the video pipeline will be released
* when the StopChannel request is received by the server.
*
* The async variant is {@see LivestreamServiceGapicClient::stopChannelAsync()} .
* The async variant is {@see LivestreamServiceClient::stopChannelAsync()} .
*
* @example samples/V1/LivestreamServiceClient/stop_channel.php
*
Expand All @@ -938,7 +938,7 @@ public function stopChannel(StopChannelRequest $request, array $callOptions = []
/**
* Updates the specified channel.
*
* The async variant is {@see LivestreamServiceGapicClient::updateChannelAsync()} .
* The async variant is {@see LivestreamServiceClient::updateChannelAsync()} .
*
* @example samples/V1/LivestreamServiceClient/update_channel.php
*
Expand All @@ -964,7 +964,7 @@ public function updateChannel(UpdateChannelRequest $request, array $callOptions
/**
* Updates the specified input.
*
* The async variant is {@see LivestreamServiceGapicClient::updateInputAsync()} .
* The async variant is {@see LivestreamServiceClient::updateInputAsync()} .
*
* @example samples/V1/LivestreamServiceClient/update_input.php
*
Expand All @@ -990,7 +990,7 @@ public function updateInput(UpdateInputRequest $request, array $callOptions = []
/**
* Updates the specified pool.
*
* The async variant is {@see LivestreamServiceGapicClient::updatePoolAsync()} .
* The async variant is {@see LivestreamServiceClient::updatePoolAsync()} .
*
* @example samples/V1/LivestreamServiceClient/update_pool.php
*
Expand All @@ -1016,7 +1016,7 @@ public function updatePool(UpdatePoolRequest $request, array $callOptions = []):
/**
* Gets information about a location.
*
* The async variant is {@see LivestreamServiceGapicClient::getLocationAsync()} .
* The async variant is {@see LivestreamServiceClient::getLocationAsync()} .
*
* @example samples/V1/LivestreamServiceClient/get_location.php
*
Expand All @@ -1042,7 +1042,7 @@ public function getLocation(GetLocationRequest $request, array $callOptions = []
/**
* Lists information about the supported locations for this service.
*
* The async variant is {@see LivestreamServiceGapicClient::listLocationsAsync()} .
* The async variant is {@see LivestreamServiceClient::listLocationsAsync()} .
*
* @example samples/V1/LivestreamServiceClient/list_locations.php
*
Expand Down

0 comments on commit ad49162

Please sign in to comment.