Class ProjectInfo (2.35.0)

public class ProjectInfo implements Serializable

The class provides the Google Cloud DNS information associated with this project. A project is a top level container for resources including Zones. Projects can be created only in the APIs console. See Also: Google Cloud DNS documentation

Inheritance

Object > ProjectInfo

Implements

Serializable

Methods

equals(Object obj)

public final boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getQuota()

public ProjectInfo.Quota getQuota()

Returns the Quota object which contains quotas assigned to this project.

Returns
TypeDescription
ProjectInfo.Quota

hashCode()

public final int hashCode()
Returns
TypeDescription
int
Overrides

toString()

public String toString()
Returns
TypeDescription
String
Overrides