@Beta public class Project extends Resource
| Modifier and Type | Class and Description |
|---|---|
static class |
Project.Builder |
Resource.KindcreationTimestamp, description, id, kind, name, selfLink| Modifier | Constructor and Description |
|---|---|
protected |
Project(String id,
Date creationTimestamp,
URI selfLink,
String name,
String description,
Metadata commonInstanceMetadata,
Set<Quota> quotas,
Set<String> externalIpAddresses) |
| Modifier and Type | Method and Description |
|---|---|
static Project.Builder |
builder() |
Metadata |
getCommonInstanceMetadata() |
Set<String> |
getExternalIpAddresses() |
Set<Quota> |
getQuotas() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
Project.Builder |
toBuilder() |
String |
toString() |
equals, getCreationTimestamp, getDescription, getId, getKind, getName, getSelfLink, hashCodepublic Metadata getCommonInstanceMetadata()
@Nullable public Set<String> getExternalIpAddresses()
protected com.google.common.base.Objects.ToStringHelper string()
public static Project.Builder builder()
public Project.Builder toBuilder()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.