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

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

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

origin: googleapis/google-cloud-java

this.totalBytesBilled = statisticsPb.getQuery().getTotalBytesBilled();
this.totalBytesProcessed = statisticsPb.getQuery().getTotalBytesProcessed();
this.totalPartitionsProcessed = statisticsPb.getQuery().getTotalPartitionsProcessed();
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.totalBytesBilled = statisticsPb.getQuery().getTotalBytesBilled();
this.totalBytesProcessed = statisticsPb.getQuery().getTotalBytesProcessed();
this.totalPartitionsProcessed = statisticsPb.getQuery().getTotalPartitionsProcessed();
com.google.api.services.bigquery.modelJobStatistics2getTotalBytesBilled

Javadoc

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

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

  • Creating JSON documents from java classes using gson
  • scheduleAtFixedRate (ScheduledExecutorService)
  • setRequestProperty (URLConnection)
  • requestLocationUpdates (LocationManager)
  • BigInteger (java.math)
    An immutable arbitrary-precision signed integer.FAST CRYPTOGRAPHY This implementation is efficient f
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • NumberFormat (java.text)
    The abstract base class for all number formats. This class provides the interface for formatting and
  • Scanner (java.util)
    A parser that parses a text string of primitive types and strings with the help of regular expressio
  • BlockingQueue (java.util.concurrent)
    A java.util.Queue that additionally supports operations that wait for the queue to become non-empty
  • Filter (javax.servlet)
    A filter is an object that performs filtering tasks on either the request to a resource (a servlet o
  • Top 17 Plugins for Android Studio
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