Skip to content

Commit

Permalink
revert: fix breaking change in errorreporting gapic (#2665) (#2675)
Browse files Browse the repository at this point in the history
This reverts commit 03219fd.
  • Loading branch information
jdpedrie committed Feb 6, 2020
1 parent 999b1a7 commit 49a7ecc
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions ErrorReporting/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,28 +73,6 @@
r'Copyright \d{4}',
'Copyright 2018')

# fix renamed gapic formatting method.
s.replace(
'src/V1beta1/Gapic/ErrorGroupServiceGapicClient.php',
r'\/\*\*\n\s{5}\* Formats a string containing the fully-qualified path to represent\n\s{5}\* a error_group resource.',
"""/**
* Formats a string containing the fully-qualified path to represent
* an error_group resource.
*
* @deprecated use {@see Google\\\\Cloud\\\\ErrorReporting\\\\V1beta1\\\\Gapic\\\\ErrorGroupServiceGapicClient::errorGroupName()}.
* @param string $project
* @param string $group
* @return string the formatted error_group resource.
*/
public static function groupName($project, $group) {
return self::errorGroupName($project, $group);
}
/**
* Formats a string containing the fully-qualified path to represent
* a error_group resource."""
)

### [START] protoc backwards compatibility fixes

# roll back to private properties.
Expand Down

0 comments on commit 49a7ecc

Please sign in to comment.