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

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

Best Java code snippets using com.google.api.services.bigquery.model.JobStatistics2.getBillingTier (Showing top 4 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

private Builder(com.google.api.services.bigquery.model.JobStatistics statisticsPb) {
 super(statisticsPb);
 if (statisticsPb.getQuery() != null) {
  this.billingTier = statisticsPb.getQuery().getBillingTier();
  this.cacheHit = statisticsPb.getQuery().getCacheHit();
  this.ddlOperationPerformed = statisticsPb.getQuery().getDdlOperationPerformed();
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

private Builder(com.google.api.services.bigquery.model.JobStatistics statisticsPb) {
 super(statisticsPb);
 if (statisticsPb.getQuery() != null) {
  this.billingTier = statisticsPb.getQuery().getBillingTier();
  this.cacheHit = statisticsPb.getQuery().getCacheHit();
  this.ddlOperationPerformed = statisticsPb.getQuery().getDdlOperationPerformed();
com.google.api.services.bigquery.modelJobStatistics2getBillingTier

Javadoc

[Output-only] Billing tier 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.
  • 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

  • Updating database using SQL prepared statement
  • getContentResolver (Context)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • onCreateOptionsMenu (Activity)
  • Pointer (com.sun.jna)
    An abstraction for a native pointer data type. A Pointer instance represents, on the Java side, a na
  • System (java.lang)
    Provides access to system-related information and resources including standard input and output. Ena
  • Selector (java.nio.channels)
    A controller for the selection of SelectableChannel objects. Selectable channels can be registered w
  • ResultSet (java.sql)
    An interface for an object which represents a database table entry, returned as the result of the qu
  • Collections (java.util)
    This class consists exclusively of static methods that operate on or return collections. It contains
  • Date (java.util)
    A specific moment in time, with millisecond precision. Values typically come from System#currentTime
  • 14 Best Plugins for Eclipse
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