CheckResponse
import type { CheckResponse } from "https://googleapis.deno.dev/v1/servicecontrol:v2.ts";
Response message for the Check method.
interface CheckResponse {
dynamicMetadata?: {};
[key: string]: any;
headers?: {};
[key: string]: string;
status?: Status;
}§Properties
§
dynamicMetadata?: {}
[src][key: string]: any;
Optional response metadata that will be emitted as dynamic metadata to be consumed by the caller of ServiceController. For compatibility with the ext_authz interface.