BigQuery API v2 (revision 86)



com.google.api.services.bigquery.model
Class ProjectList.Projects

java.lang.Object
  extended by java.util.AbstractMap<String,Object>
      extended by com.google.api.client.util.GenericData
          extended by com.google.api.client.json.GenericJson
              extended by com.google.api.services.bigquery.model.ProjectList.Projects
All Implemented Interfaces:
Cloneable, Map<String,Object>
Enclosing class:
ProjectList

public static final class ProjectList.Projects
extends GenericJson

Model definition for ProjectListProjects.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
GenericData.Flags
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
ProjectList.Projects()
           
 
Method Summary
 ProjectList.Projects clone()
           
 String getFriendlyName()
          A descriptive name for this project.
 String getId()
          An opaque ID of this project.
 String getKind()
          The resource type.
 BigInteger getNumericId()
          The numeric ID of this project.
 ProjectReference getProjectReference()
          A unique reference to this project.
 ProjectList.Projects set(String fieldName, Object value)
           
 ProjectList.Projects setFriendlyName(String friendlyName)
          A descriptive name for this project.
 ProjectList.Projects setId(String id)
          An opaque ID of this project.
 ProjectList.Projects setKind(String kind)
          The resource type.
 ProjectList.Projects setNumericId(BigInteger numericId)
          The numeric ID of this project.
 ProjectList.Projects setProjectReference(ProjectReference projectReference)
          A unique reference to this project.
 
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
 
Methods inherited from class com.google.api.client.util.GenericData
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
 
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProjectList.Projects

public ProjectList.Projects()
Method Detail

getFriendlyName

public String getFriendlyName()
A descriptive name for this project.

Returns:
value or null for none

setFriendlyName

public ProjectList.Projects setFriendlyName(String friendlyName)
A descriptive name for this project.

Parameters:
friendlyName - friendlyName or null for none

getId

public String getId()
An opaque ID of this project.

Returns:
value or null for none

setId

public ProjectList.Projects setId(String id)
An opaque ID of this project.

Parameters:
id - id or null for none

getKind

public String getKind()
The resource type.

Returns:
value or null for none

setKind

public ProjectList.Projects setKind(String kind)
The resource type.

Parameters:
kind - kind or null for none

getNumericId

public BigInteger getNumericId()
The numeric ID of this project.

Returns:
value or null for none

setNumericId

public ProjectList.Projects setNumericId(BigInteger numericId)
The numeric ID of this project.

Parameters:
numericId - numericId or null for none

getProjectReference

public ProjectReference getProjectReference()
A unique reference to this project.

Returns:
value or null for none

setProjectReference

public ProjectList.Projects setProjectReference(ProjectReference projectReference)
A unique reference to this project.

Parameters:
projectReference - projectReference or null for none

set

public ProjectList.Projects set(String fieldName,
                                Object value)
Overrides:
set in class GenericJson

clone

public ProjectList.Projects clone()
Overrides:
clone in class GenericJson