All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.bigquery.model.BigLakeConfiguration.html Maven / Gradle / Ivy

There is a newer version: v2-rev20241027-2.0.0
Show newest version






BigLakeConfiguration (BigQuery API v2-rev20240905-2.0.0)












com.google.api.services.bigquery.model

Class BigLakeConfiguration

    • Constructor Detail

      • BigLakeConfiguration

        public BigLakeConfiguration()
    • Method Detail

      • getConnectionId

        public String getConnectionId()
        Required. The connection specifying the credentials to be used to read and write to external storage, such as Cloud Storage. The connection_id can have the form `{project}.{location}.{connection_id}` or `projects/{project}/locations/{location}/connections/{connection_id}".
        Returns:
        value or null for none
      • setConnectionId

        public BigLakeConfiguration setConnectionId(String connectionId)
        Required. The connection specifying the credentials to be used to read and write to external storage, such as Cloud Storage. The connection_id can have the form `{project}.{location}.{connection_id}` or `projects/{project}/locations/{location}/connections/{connection_id}".
        Parameters:
        connectionId - connectionId or null for none
      • getFileFormat

        public String getFileFormat()
        Required. The file format the table data is stored in.
        Returns:
        value or null for none
      • setFileFormat

        public BigLakeConfiguration setFileFormat(String fileFormat)
        Required. The file format the table data is stored in.
        Parameters:
        fileFormat - fileFormat or null for none
      • getStorageUri

        public String getStorageUri()
        Required. The fully qualified location prefix of the external folder where table data is stored. The '*' wildcard character is not allowed. The URI should be in the format `gs://bucket/path_to_table/`
        Returns:
        value or null for none
      • setStorageUri

        public BigLakeConfiguration setStorageUri(String storageUri)
        Required. The fully qualified location prefix of the external folder where table data is stored. The '*' wildcard character is not allowed. The URI should be in the format `gs://bucket/path_to_table/`
        Parameters:
        storageUri - storageUri or null for none
      • getTableFormat

        public String getTableFormat()
        Required. The table format the metadata only snapshots are stored in.
        Returns:
        value or null for none
      • setTableFormat

        public BigLakeConfiguration setTableFormat(String tableFormat)
        Required. The table format the metadata only snapshots are stored in.
        Parameters:
        tableFormat - tableFormat or null for none
      • clone

        public BigLakeConfiguration clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy