BigQuery API v2 (revision 88)



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
 String getFriendlyName()
          A descriptive name for this project.
 String getId()
          An opaque ID of this project.
 String getKind()
          The resource type.
 com.google.common.primitives.UnsignedLong getNumericId()
          The numeric ID of this project.
 ProjectReference getProjectReference()
          A unique reference to this project.
 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(com.google.common.primitives.UnsignedLong 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
clone, getFactory, setFactory, toPrettyString, toString
 
Methods inherited from class com.google.api.client.util.GenericData
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, 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. The value returned may be null.


setFriendlyName

public ProjectList.Projects setFriendlyName(String friendlyName)
A descriptive name for this project. The value set may be null.


getId

public String getId()
An opaque ID of this project. The value returned may be null.


setId

public ProjectList.Projects setId(String id)
An opaque ID of this project. The value set may be null.


getKind

public String getKind()
The resource type. The value returned may be null.


setKind

public ProjectList.Projects setKind(String kind)
The resource type. The value set may be null.


getNumericId

public com.google.common.primitives.UnsignedLong getNumericId()
The numeric ID of this project. The value returned may be null.


setNumericId

public ProjectList.Projects setNumericId(com.google.common.primitives.UnsignedLong numericId)
The numeric ID of this project. The value set may be null.


getProjectReference

public ProjectReference getProjectReference()
A unique reference to this project. The value returned may be null.


setProjectReference

public ProjectList.Projects setProjectReference(ProjectReference projectReference)
A unique reference to this project. The value set may be null.