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 includingZone
s. 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 class
ProjectInfo.Quota
This class represents quotas assigned to theProjectInfo
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
ProjectInfo.Quota
getQuota()
Returns theQuota
object which contains quotas assigned to this project.int
hashCode()
String
toString()
-
-
-
Method Detail
-
getQuota
public ProjectInfo.Quota getQuota()
Returns theQuota
object which contains quotas assigned to this project.
-
-