for those who are still wondering in 2023, you can parse the resource name
using the client you're using (eg: batchjobserviceclient).
I'm using PHP so:
$parsed_resource_name =
$batchJobServiceClient->parseName($batch_job_result->getMutateOperationResponse()->getAdGroupResult()->getResourceName(
Hi Team,
I am using batch job to add Adgroup to a campaign,but while fetching the ad
id always getting 0, even though i added response content type as
MUTABLE_RESOURCE.
here is my code,
ListBatchJobResultsPagedResponse batchJobResults =
batchJobServiceClient