Skip to content

Update App Identity Proto Classes #52

Open
zachluna wants to merge 12 commits intomasterfrom
app-identity-proto
Open

Update App Identity Proto Classes #52
zachluna wants to merge 12 commits intomasterfrom
app-identity-proto

Conversation

@zachluna
Copy link
Member

@zachluna zachluna commented May 1, 2021

No description provided.

@zachluna zachluna changed the title App identity proto Update App Identity Proto Classes May 1, 2021
$req = new \Google\AppEngine\Api\AppIdentity\GetPublicCertificateForAppRequest();
$resp = new \Google\AppEngine\Api\AppIdentity\GetPublicCertificateForAppResponse();

// $public_certificate_list = $resp->getPublicCertificateList();
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove

return $this->package === $other->package
&& $this->call_name === $other->call_name
&& $this->req->equals($other->req);
&& $this->equals($this->req,$other->req);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Space between args

. $this->req->shortDebugString();
}

private function equals($a, $b) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe reqsEqual instead, equals sounds like it refers to equality of the class as a whole

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants