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 Original file line number Diff line number Diff line change @@ -232,6 +232,7 @@ private DatasetListOption(BigQueryRpc.Option option, Object value) {
232
232
/**
233
233
* Returns an option to specify a label filter. See
234
234
* https://cloud.google.com/bigquery/docs/adding-using-labels#filtering_datasets_using_labels
235
+ *
235
236
* @param labelFilter In the form "labels.key:value"
236
237
*/
237
238
public static DatasetListOption labelFilter (String labelFilter ) {
@@ -265,8 +266,7 @@ private DatasetOption(BigQueryRpc.Option option, Object value) {
265
266
266
267
/**
267
268
* 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
270
270
* used to specify only the fields of interest. {@link Dataset#getDatasetId()} is always
271
271
* returned, even if not specified.
272
272
*/
You can’t perform that action at this time.
0 commit comments