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

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

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

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
List l =
  • Codota Iconnew ArrayList()
  • Codota Iconnew LinkedList()
  • Smart code suggestions by Tabnine
}
origin: googleapis/google-cloud-java

this.numDmlAffectedRows = statisticsPb.getQuery().getNumDmlAffectedRows();
this.totalBytesBilled = statisticsPb.getQuery().getTotalBytesBilled();
this.totalBytesProcessed = statisticsPb.getQuery().getTotalBytesProcessed();
this.totalPartitionsProcessed = statisticsPb.getQuery().getTotalPartitionsProcessed();
this.totalSlotMs = statisticsPb.getQuery().getTotalSlotMs();
origin: org.apache.beam/beam-sdks-java-io-google-cloud-platform

@Override
public long getEstimatedSizeBytes(PipelineOptions options) throws Exception {
 BigQueryOptions bqOptions = options.as(BigQueryOptions.class);
 return dryRunQueryIfNeeded(bqOptions).getQuery().getTotalBytesProcessed();
}
origin: com.google.cloud/gcloud-java-bigquery

private Builder(com.google.api.services.bigquery.model.JobStatistics statisticsPb) {
 super(statisticsPb);
 this.billingTier = statisticsPb.getQuery().getBillingTier();
 this.cacheHit = statisticsPb.getQuery().getCacheHit();
 this.totalBytesBilled = statisticsPb.getQuery().getTotalBytesBilled();
 this.totalBytesProcessed = statisticsPb.getQuery().getTotalBytesProcessed();
 if (statisticsPb.getQuery().getQueryPlan() != null) {
  this.queryPlan =
    Lists.transform(statisticsPb.getQuery().getQueryPlan(), QueryStage.FROM_PB_FUNCTION);
 }
}
origin: com.google.gcloud/gcloud-java-bigquery

private Builder(com.google.api.services.bigquery.model.JobStatistics statisticsPb) {
 super(statisticsPb);
 this.billingTier = statisticsPb.getQuery().getBillingTier();
 this.cacheHit = statisticsPb.getQuery().getCacheHit();
 this.totalBytesBilled = statisticsPb.getQuery().getTotalBytesBilled();
 this.totalBytesProcessed = statisticsPb.getQuery().getTotalBytesProcessed();
 if (statisticsPb.getQuery().getQueryPlan() != null) {
  this.queryPlan =
    Lists.transform(statisticsPb.getQuery().getQueryPlan(), QueryStage.FROM_PB_FUNCTION);
 }
}
origin: com.google.cloud/google-cloud-bigquery

this.numDmlAffectedRows = statisticsPb.getQuery().getNumDmlAffectedRows();
this.totalBytesBilled = statisticsPb.getQuery().getTotalBytesBilled();
this.totalBytesProcessed = statisticsPb.getQuery().getTotalBytesProcessed();
this.totalPartitionsProcessed = statisticsPb.getQuery().getTotalPartitionsProcessed();
this.totalSlotMs = statisticsPb.getQuery().getTotalSlotMs();
com.google.api.services.bigquery.modelJobStatistics2getTotalBytesProcessed

Javadoc

[Output-only] Total bytes processed for the job.

Popular methods of JobStatistics2

  • <init>
  • 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.
  • getReferencedTables
    [Output-only] Referenced tables for the job. Queries that reference more than 50 tables will not hav
  • 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

  • Reactive rest calls using spring rest template
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • onCreateOptionsMenu (Activity)
  • getResourceAsStream (ClassLoader)
  • Font (java.awt)
    The Font class represents fonts, which are used to render text in a visible way. A font provides the
  • Enumeration (java.util)
    A legacy iteration interface.New code should use Iterator instead. Iterator replaces the enumeration
  • NoSuchElementException (java.util)
    Thrown when trying to retrieve an element past the end of an Enumeration or Iterator.
  • Properties (java.util)
    A Properties object is a Hashtable where the keys and values must be Strings. Each property can have
  • Semaphore (java.util.concurrent)
    A counting semaphore. Conceptually, a semaphore maintains a set of permits. Each #acquire blocks if
  • Manifest (java.util.jar)
    The Manifest class is used to obtain attribute information for a JarFile and its entries.
  • 21 Best IntelliJ Plugins
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