public final class BigQueryResourceManagerUtils
extends java.lang.Object
BigQueryResourceManager implementations.| Modifier and Type | Method and Description | 
|---|---|
| static java.lang.String | toTableSpec(java.lang.String project,
           com.google.cloud.bigquery.TableId table)Convert a BigQuery TableId to a table spec string. | 
public static java.lang.String toTableSpec(java.lang.String project,
                                           com.google.cloud.bigquery.TableId table)
project - project in which the table exists.table - TableId to format.