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

target.apidocs.com.google.api.services.dataflow.model.BigQueryIODetails.html Maven / Gradle / Ivy

There is a newer version: v1b4-rev7-1.20.0
Show newest version






BigQueryIODetails (Dataflow API v1b3-rev20231112-2.0.0)












com.google.api.services.dataflow.model

Class BigQueryIODetails

    • Constructor Detail

      • BigQueryIODetails

        public BigQueryIODetails()
    • Method Detail

      • getDataset

        public String getDataset()
        Dataset accessed in the connection.
        Returns:
        value or null for none
      • setDataset

        public BigQueryIODetails setDataset(String dataset)
        Dataset accessed in the connection.
        Parameters:
        dataset - dataset or null for none
      • getProjectId

        public String getProjectId()
        Project accessed in the connection.
        Returns:
        value or null for none
      • setProjectId

        public BigQueryIODetails setProjectId(String projectId)
        Project accessed in the connection.
        Parameters:
        projectId - projectId or null for none
      • getQuery

        public String getQuery()
        Query used to access data in the connection.
        Returns:
        value or null for none
      • setQuery

        public BigQueryIODetails setQuery(String query)
        Query used to access data in the connection.
        Parameters:
        query - query or null for none
      • getTable

        public String getTable()
        Table accessed in the connection.
        Returns:
        value or null for none
      • setTable

        public BigQueryIODetails setTable(String table)
        Table accessed in the connection.
        Parameters:
        table - table or null for none
      • clone

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

Copyright © 2011–2023 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy