GoogleCloudMetastoreV2ListServicesResponse
import type { GoogleCloudMetastoreV2ListServicesResponse } from "https://googleapis.deno.dev/v1/metastore:v2.ts";
Response message for DataprocMetastore.ListServices.
interface GoogleCloudMetastoreV2ListServicesResponse {
nextPageToken?: string;
services?: GoogleCloudMetastoreV2Service[];
unreachable?: string[];
}