ServiceDirectoryConfig
import type { ServiceDirectoryConfig } from "https://googleapis.deno.dev/v1/ces:v1.ts";Configuration for tools using Service Directory.
interface ServiceDirectoryConfig {
service?: string;
}§Properties
§
service?: string
[src]Required. The name of Service
Directory service. Format:
projects/{project}/locations/{location}/namespaces/{namespace}/services/{service}.
Location of the service directory must be the same as the location of the
app.