We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 558fb1f commit c4ea534Copy full SHA for c4ea534
gcloud-java-dns/src/main/java/com/google/gcloud/dns/ProjectInfo.java
@@ -44,8 +44,9 @@ public class ProjectInfo implements Serializable {
44
* @see <a href="https://cloud.google.com/dns/api/v1/projects#quota">Google Cloud DNS
45
* documentation</a>
46
*/
47
- public static class Quota {
+ public static class Quota implements Serializable {
48
49
+ private static final long serialVersionUID = 6854685970605363639L;
50
private final int zones;
51
private final int resourceRecordsPerRrset;
52
private final int rrsetAdditionsPerChange;
0 commit comments