congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
JobStatistics2.getReferencedTables
Code IndexAdd Tabnine to your IDE (free)

How to use
getReferencedTables
method
in
com.google.api.services.bigquery.model.JobStatistics2

Best Java code snippets using com.google.api.services.bigquery.model.JobStatistics2.getReferencedTables (Showing top 4 results out of 315)

origin: googleapis/google-cloud-java

if (statisticsPb.getQuery().getReferencedTables() != null) {
 this.referencedTables =
   Lists.transform(
     statisticsPb.getQuery().getReferencedTables(), TableId.FROM_PB_FUNCTION);
origin: com.spotify/scio-bigquery

@Nullable List<TableReference> tables = jobStats.getQuery().getReferencedTables();
if (tables != null && !tables.isEmpty()) {
 Table table = getTable(tables.get(0));
origin: org.apache.beam/beam-sdks-java-io-google-cloud-platform

  dryRunQueryIfNeeded(bqOptions).getQuery().getReferencedTables();
if (referencedTables != null && !referencedTables.isEmpty()) {
 TableReference queryTable = referencedTables.get(0);
origin: com.google.cloud/google-cloud-bigquery

if (statisticsPb.getQuery().getReferencedTables() != null) {
 this.referencedTables =
   Lists.transform(
     statisticsPb.getQuery().getReferencedTables(), TableId.FROM_PB_FUNCTION);
com.google.api.services.bigquery.modelJobStatistics2getReferencedTables

Javadoc

[Output-only] Referenced tables for the job. Queries that reference more than 50 tables will not have a complete list.

Popular methods of JobStatistics2

  • <init>
  • getTotalBytesProcessed
    [Output-only] Total bytes processed for the job.
  • setTotalBytesProcessed
    [Output-only] Total bytes processed for the job.
  • getBillingTier
    [Output-only] Billing tier for the job.
  • getCacheHit
    [Output-only] Whether the query result was fetched from the query cache.
  • getQueryPlan
    [Output-only] Describes execution plan for the query.
  • getTotalBytesBilled
    [Output-only] Total bytes billed for the job.
  • setBillingTier
    [Output-only] Billing tier for the job.
  • setCacheHit
    [Output-only] Whether the query result was fetched from the query cache.
  • setQueryPlan
    [Output-only] Describes execution plan for the query.
  • setTotalBytesBilled
    [Output-only] Total bytes billed for the job.
  • setReferencedTables
    [Output-only] Referenced tables for the job. Queries that reference more than 50 tables will not hav
  • setTotalBytesBilled,
  • setReferencedTables,
  • getDdlOperationPerformed,
  • getDdlTargetTable,
  • getEstimatedBytesProcessed,
  • getNumDmlAffectedRows,
  • getSchema,
  • getStatementType,
  • getTimeline

Popular in Java

  • Making http requests using okhttp
  • getSharedPreferences (Context)
  • runOnUiThread (Activity)
  • getSupportFragmentManager (FragmentActivity)
  • BufferedReader (java.io)
    Wraps an existing Reader and buffers the input. Expensive interaction with the underlying reader is
  • MessageDigest (java.security)
    Uses a one-way hash function to turn an arbitrary number of bytes into a fixed-length byte sequence.
  • Hashtable (java.util)
    A plug-in replacement for JDK1.5 java.util.Hashtable. This version is based on org.cliffc.high_scale
  • Stack (java.util)
    Stack is a Last-In/First-Out(LIFO) data structure which represents a stack of objects. It enables u
  • AtomicInteger (java.util.concurrent.atomic)
    An int value that may be updated atomically. See the java.util.concurrent.atomic package specificati
  • Cipher (javax.crypto)
    This class provides access to implementations of cryptographic ciphers for encryption and decryption
  • PhpStorm for WordPress
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now