Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
ProjectList |
ProjectList.clone() |
ProjectList |
ProjectList.set(java.lang.String fieldName,
java.lang.Object value) |
ProjectList |
ProjectList.setEtag(java.lang.String etag)
A hash of the page of results
|
ProjectList |
ProjectList.setKind(java.lang.String kind)
The type of list.
|
ProjectList |
ProjectList.setNextPageToken(java.lang.String nextPageToken)
A token to request the next page of results.
|
ProjectList |
ProjectList.setProjects(java.util.List<ProjectList.Projects> projects)
Projects to which you have at least READ access.
|
ProjectList |
ProjectList.setTotalItems(java.lang.Integer totalItems)
The total number of projects in the list.
|