Google Apps Script API
    Preparing search index...
    interface Table {
        clustering?: Clustering;
        creationTime?: string;
        description?: string;
        encryptionConfiguration?: EncryptionConfiguration;
        etag?: string;
        expirationTime?: string;
        externalDataConfiguration?: ExternalDataConfiguration;
        friendlyName?: string;
        id?: string;
        kind?: string;
        labels?: object;
        lastModifiedTime?: string;
        location?: string;
        materializedView?: MaterializedViewDefinition;
        model?: ModelDefinition;
        numBytes?: string;
        numLongTermBytes?: string;
        numPhysicalBytes?: string;
        numRows?: string;
        rangePartitioning?: RangePartitioning;
        requirePartitionFilter?: boolean;
        schema?: TableSchema;
        selfLink?: string;
        streamingBuffer?: Streamingbuffer;
        tableReference?: TableReference;
        timePartitioning?: TimePartitioning;
        type?: string;
        view?: ViewDefinition;
    }
    Index

    Properties

    clustering?: Clustering
    creationTime?: string
    description?: string
    encryptionConfiguration?: EncryptionConfiguration
    etag?: string
    expirationTime?: string
    externalDataConfiguration?: ExternalDataConfiguration
    friendlyName?: string
    id?: string
    kind?: string
    labels?: object
    lastModifiedTime?: string
    location?: string
    materializedView?: MaterializedViewDefinition
    numBytes?: string
    numLongTermBytes?: string
    numPhysicalBytes?: string
    numRows?: string
    rangePartitioning?: RangePartitioning
    requirePartitionFilter?: boolean
    schema?: TableSchema
    selfLink?: string
    streamingBuffer?: Streamingbuffer
    tableReference?: TableReference
    timePartitioning?: TimePartitioning
    type?: string