public static class BigQuery.RoutineListOption extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
static BigQuery.RoutineListOption |
pageSize(long pageSize)
Returns an option to specify the maximum number of routines returned per page.
|
static BigQuery.RoutineListOption |
pageToken(String pageToken)
Returns an option to specify the page token from which to start listing routines.
|
String |
toString() |
public static BigQuery.RoutineListOption pageSize(long pageSize)
public static BigQuery.RoutineListOption pageToken(String pageToken)
Copyright © 2019 Google LLC. All rights reserved.