I hereby claim:
- I am grnadav on github.
- I am grnadav (https://keybase.io/grnadav) on keybase.
- I have a public key whose fingerprint is 1453 1061 0FF4 B715 401D F1DD 1EFB B6B1 F8B6 418E
To claim this, I am signing this object:
| define([ | |
| "jquery", | |
| "require", | |
| "handlebars", | |
| "util/Util", | |
| "../../template/CompiledTemplates" // required so to load the pre-compiled templates pushed there during build | |
| ], function ($, require, Handlebars, Util, CompiledTemplates) { | |
| /** | |
| * Retrieve template from handlebars file. | 
I hereby claim:
To claim this, I am signing this object:
| syntax = "proto3"; | |
| package google.iam.v1.logging; | |
| option java_package = "com.google.iam.v1.logging"; | |
| option java_multiple_files = true; | |
| // Generated from https://cloud.google.com/iam/reference/rest/v1/AuditData | |
| // Issue to track in case they make the proto public https://github.com/googleapis/googleapis/issues/187 | |
| // generate Java code using protoc compiler: protoc audit_data.proto --java_out=. |