GoogleCloudMetastoreV2ScalingConfig
import type { GoogleCloudMetastoreV2ScalingConfig } from "https://googleapis.deno.dev/v1/metastore:v2.ts";
Represents the scaling configuration of a metastore service.
interface GoogleCloudMetastoreV2ScalingConfig {
scalingFactor?: number;
}