Class CreateTableRequestDataAttributesFileMetadataOneOfAccessDetailsGcpDetail

Google Cloud Platform storage access configuration.

Hierarchy

  • CreateTableRequestDataAttributesFileMetadataOneOfAccessDetailsGcpDetail

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
filePath: string

The relative file path from the GCS bucket root to the CSV file.

gcpBucketName: string

GCP bucket containing the CSV file.

gcpProjectId: string

GCP project ID where the bucket is located.

gcpServiceAccountEmail: string

Service account email with read permissions for the GCS bucket.

Generated using TypeDoc