|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap<String,Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
com.google.api.services.compute.model.Project
public final class Project
A project resource. Projects can be created only in the APIs Console. Unless marked otherwise, values can only be modified in the console.
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Compute Engine API. For a detailed explanation see: http://code.google.com/p/google-api-java-client/wiki/Json
Upgrade warning: starting with version 1.12 getResponseHeaders()
is removed, instead use
JsonHttpRequest.getLastResponseHeaders()
Nested Class Summary | |
---|---|
static class |
Project.Quotas
Model definition for ProjectQuotas. |
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 | |
---|---|
Project()
|
Method Summary | |
---|---|
Metadata |
getCommonInstanceMetadata()
Metadata key/value pairs available to all instances contained in this project. |
String |
getCreationTimestamp()
Creation timestamp in RFC3339 text format (output only). |
String |
getDescription()
An optional textual description of the resource. |
List<String> |
getExternalIpAddresses()
Internet available IP addresses available for use in this project. |
com.google.common.primitives.UnsignedLong |
getId()
Unique identifier for the resource; defined by the server (output only). |
String |
getKind()
Type of the resource. |
String |
getName()
Name of the resource. |
List<Project.Quotas> |
getQuotas()
Quotas assigned to this project. |
String |
getSelfLink()
Server defined URL for the resource (output only). |
Project |
setCommonInstanceMetadata(Metadata commonInstanceMetadata)
Metadata key/value pairs available to all instances contained in this project. |
Project |
setCreationTimestamp(String creationTimestamp)
Creation timestamp in RFC3339 text format (output only). |
Project |
setDescription(String description)
An optional textual description of the resource. |
Project |
setExternalIpAddresses(List<String> externalIpAddresses)
Internet available IP addresses available for use in this project. |
Project |
setId(com.google.common.primitives.UnsignedLong id)
Unique identifier for the resource; defined by the server (output only). |
Project |
setKind(String kind)
Type of the resource. |
Project |
setName(String name)
Name of the resource. |
Project |
setQuotas(List<Project.Quotas> quotas)
Quotas assigned to this project. |
Project |
setSelfLink(String selfLink)
Server defined URL for the resource (output only). |
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 |
---|
public Project()
Method Detail |
---|
public Metadata getCommonInstanceMetadata()
null
.
public Project setCommonInstanceMetadata(Metadata commonInstanceMetadata)
null
.
public String getCreationTimestamp()
null
.
public Project setCreationTimestamp(String creationTimestamp)
null
.
public String getDescription()
null
.
public Project setDescription(String description)
null
.
public List<String> getExternalIpAddresses()
null
.
public Project setExternalIpAddresses(List<String> externalIpAddresses)
null
.
public com.google.common.primitives.UnsignedLong getId()
null
.
public Project setId(com.google.common.primitives.UnsignedLong id)
null
.
public String getKind()
null
.
public Project setKind(String kind)
null
.
public String getName()
null
.
public Project setName(String name)
null
.
public List<Project.Quotas> getQuotas()
null
.
public Project setQuotas(List<Project.Quotas> quotas)
null
.
public String getSelfLink()
null
.
public Project setSelfLink(String selfLink)
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |