Skip to content

Commit 99b3d1e

Browse files
1 parent d51eada commit 99b3d1e

File tree

1 file changed

+2
-2
lines changed
  • google-cloud-bigquery/src/main/java/com/google/cloud/bigquery

1 file changed

+2
-2
lines changed

google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/BigQuery.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ private DatasetListOption(BigQueryRpc.Option option, Object value) {
232232
/**
233233
* Returns an option to specify a label filter. See
234234
* https://cloud.google.com/bigquery/docs/adding-using-labels#filtering_datasets_using_labels
235+
*
235236
* @param labelFilter In the form "labels.key:value"
236237
*/
237238
public static DatasetListOption labelFilter(String labelFilter) {
@@ -265,8 +266,7 @@ private DatasetOption(BigQueryRpc.Option option, Object value) {
265266

266267
/**
267268
* Returns an option to specify the dataset's fields to be returned by the RPC call. If this
268-
* option is not provided all dataset's fields are returned. {
269-
code DatasetOption.fields} can be
269+
* option is not provided all dataset's fields are returned. { code DatasetOption.fields} can be
270270
* used to specify only the fields of interest. {@link Dataset#getDatasetId()} is always
271271
* returned, even if not specified.
272272
*/

0 commit comments

Comments
 (0)