|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProjectList.Projects | |
---|---|
com.google.api.services.bigquery.model |
Uses of ProjectList.Projects in com.google.api.services.bigquery.model |
---|
Methods in com.google.api.services.bigquery.model that return ProjectList.Projects | |
---|---|
ProjectList.Projects |
ProjectList.Projects.clone()
|
ProjectList.Projects |
ProjectList.Projects.set(String fieldName,
Object value)
|
ProjectList.Projects |
ProjectList.Projects.setFriendlyName(String friendlyName)
A descriptive name for this project. |
ProjectList.Projects |
ProjectList.Projects.setId(String id)
An opaque ID of this project. |
ProjectList.Projects |
ProjectList.Projects.setKind(String kind)
The resource type. |
ProjectList.Projects |
ProjectList.Projects.setNumericId(BigInteger numericId)
The numeric ID of this project. |
ProjectList.Projects |
ProjectList.Projects.setProjectReference(ProjectReference projectReference)
A unique reference to this project. |
Methods in com.google.api.services.bigquery.model that return types with arguments of type ProjectList.Projects | |
---|---|
List<ProjectList.Projects> |
ProjectList.getProjects()
Projects to which you have at least READ access. |
Method parameters in com.google.api.services.bigquery.model with type arguments of type ProjectList.Projects | |
---|---|
ProjectList |
ProjectList.setProjects(List<ProjectList.Projects> projects)
Projects to which you have at least READ access. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |