Databricks SDK for JavaScript
    Preparing search index...
    interface GcpEndpoint {
        pscEndpointUri?: string;
        targetServices?:
            | { $case: "serviceAttachment"; serviceAttachment: string }
            | { $case: "googleApiEndpoints"; googleApiEndpoints: GoogleApiEndpoints }
            | { $case: "allVpcScServices"; allVpcScServices: boolean };
    }
    Index

    Properties

    pscEndpointUri?: string

    Output only. The URI of the created PSC endpoint.

    targetServices?:
        | { $case: "serviceAttachment"; serviceAttachment: string }
        | { $case: "googleApiEndpoints"; googleApiEndpoints: GoogleApiEndpoints }
        | { $case: "allVpcScServices"; allVpcScServices: boolean }

    Selects which target services this private endpoint reaches.

    Type Declaration

    • { $case: "serviceAttachment"; serviceAttachment: string }
      • $case: "serviceAttachment"
      • serviceAttachment: string

        The full url of the target service attachment. Example: projects/my-gcp-project/regions/us-east4/serviceAttachments/my-service-attachment

    • { $case: "googleApiEndpoints"; googleApiEndpoints: GoogleApiEndpoints }
    • { $case: "allVpcScServices"; allVpcScServices: boolean }
      • $case: "allVpcScServices"
      • allVpcScServices: boolean

        All Google APIs that support VPC Service Controls (a subset of all Google APIs).