Skip to content

Commit

Permalink
[CHANGE ME] Re-generated Asset to pick up changes in the API or clien…
Browse files Browse the repository at this point in the history
…t library generator. (#1639)
  • Loading branch information
yoshi-automation authored and dwsupplee committed Feb 4, 2019
1 parent 1e00437 commit d2a8aae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Asset/src/V1beta1/Gapic/AssetServiceGapicClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ private static function getClientDefaults()

private static function getProjectNameTemplate()
{
if (self::$projectNameTemplate == null) {
if (null == self::$projectNameTemplate) {
self::$projectNameTemplate = new PathTemplate('projects/{project}');
}

Expand All @@ -162,7 +162,7 @@ private static function getProjectNameTemplate()

private static function getPathTemplateMap()
{
if (self::$pathTemplateMap == null) {
if (null == self::$pathTemplateMap) {
self::$pathTemplateMap = [
'project' => self::getProjectNameTemplate(),
];
Expand Down
10 changes: 5 additions & 5 deletions Asset/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"updateTime": "2019-01-19T11:05:21.747341Z",
"updateTime": "2019-02-02T10:58:54.874107Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.16.7",
"dockerImage": "googleapis/artman@sha256:d6c8ced606eb49973ca95d2af7c55a681acc042db0f87d135968349e7bf6dd80"
"version": "0.16.8",
"dockerImage": "googleapis/artman@sha256:75bc07ef34a1de9895c18af54dc503ed3b3f3b52e85062e3360a979d2a0741e7"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "96adaf6de4fa2cabbdd5de560a367bb488e0639b",
"internalRef": "229998977"
"sha": "bce093dab3e65c40eb9a37efbdc960f34df6037a",
"internalRef": "231974277"
}
},
{
Expand Down

0 comments on commit d2a8aae

Please sign in to comment.