Class ProjectInfo (2.40.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
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getQuota()

public ProjectInfo.Quota getQuota()

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

Returns
Type Description
ProjectInfo.Quota

hashCode()

public final int hashCode()
Returns
Type Description
int
Overrides

toString()

public String toString()
Returns
Type Description
String
Overrides