12345678910111213141516 |
- {
- "methodConfig": [{
- "name": [{ "service": "google.actions.sdk.v2.ActionsSdk" }],
- "timeout": "60s"
- },
- {
- "name": [
- { "service": "google.actions.sdk.v2.ActionsSdk", "method": "WritePreview" }
- ],
- "timeout": "180s"
- },
- {
- "name": [{ "service": "google.actions.sdk.v2.ActionsTesting" }],
- "timeout": "60s"
- }]
- }
|