Package com.google.cloud.dns
Class ProjectInfo
- java.lang.Object
-
- com.google.cloud.dns.ProjectInfo
-
- All Implemented Interfaces:
Serializable
public class ProjectInfo extends Object implements Serializable
The class provides the Google Cloud DNS information associated with this project. A project is a top level container for resources includingZones. Projects can be created only in the APIs console.- See Also:
- Google Cloud DNS documentation, Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProjectInfo.QuotaThis class represents quotas assigned to theProjectInfo.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)ProjectInfo.QuotagetQuota()Returns theQuotaobject which contains quotas assigned to this project.inthashCode()StringtoString()
-
-
-
Method Detail
-
getQuota
public ProjectInfo.Quota getQuota()
Returns theQuotaobject which contains quotas assigned to this project.
-
-