@@ -3081,7 +3081,7 @@ public Policies policies() {
30813081 public class Policies {
30823082
30833083 /**
3084- * Creates a new Policy .
3084+ * Creates a new policy .
30853085 *
30863086 * Create a request for the method "policies.create".
30873087 *
@@ -3103,7 +3103,7 @@ public class Create extends DnsRequest<com.google.api.services.dns.model.Policy>
31033103 private static final String REST_PATH = "dns/v1/projects/{project}/policies" ;
31043104
31053105 /**
3106- * Creates a new Policy .
3106+ * Creates a new policy .
31073107 *
31083108 * Create a request for the method "policies.create".
31093109 *
@@ -3221,7 +3221,7 @@ public Create set(String parameterName, Object value) {
32213221 }
32223222 }
32233223 /**
3224- * Deletes a previously created Policy . Fails if the policy is still being referenced by a network.
3224+ * Deletes a previously created policy . Fails if the policy is still being referenced by a network.
32253225 *
32263226 * Create a request for the method "policies.delete".
32273227 *
@@ -3243,7 +3243,7 @@ public class Delete extends DnsRequest<Void> {
32433243 private static final String REST_PATH = "dns/v1/projects/{project}/policies/{policy}" ;
32443244
32453245 /**
3246- * Deletes a previously created Policy . Fails if the policy is still being referenced by a
3246+ * Deletes a previously created policy . Fails if the policy is still being referenced by a
32473247 * network.
32483248 *
32493249 * Create a request for the method "policies.delete".
@@ -3379,7 +3379,7 @@ public Delete set(String parameterName, Object value) {
33793379 }
33803380 }
33813381 /**
3382- * Fetches the representation of an existing Policy .
3382+ * Fetches the representation of an existing policy .
33833383 *
33843384 * Create a request for the method "policies.get".
33853385 *
@@ -3401,7 +3401,7 @@ public class Get extends DnsRequest<com.google.api.services.dns.model.Policy> {
34013401 private static final String REST_PATH = "dns/v1/projects/{project}/policies/{policy}" ;
34023402
34033403 /**
3404- * Fetches the representation of an existing Policy .
3404+ * Fetches the representation of an existing policy .
34053405 *
34063406 * Create a request for the method "policies.get".
34073407 *
@@ -3546,7 +3546,7 @@ public Get set(String parameterName, Object value) {
35463546 }
35473547 }
35483548 /**
3549- * Enumerates all Policies associated with a project.
3549+ * Enumerates all policies associated with a project.
35503550 *
35513551 * Create a request for the method "policies.list".
35523552 *
@@ -3567,7 +3567,7 @@ public class List extends DnsRequest<com.google.api.services.dns.model.PoliciesL
35673567 private static final String REST_PATH = "dns/v1/projects/{project}/policies" ;
35683568
35693569 /**
3570- * Enumerates all Policies associated with a project.
3570+ * Enumerates all policies associated with a project.
35713571 *
35723572 * Create a request for the method "policies.list".
35733573 *
@@ -3717,7 +3717,7 @@ public List set(String parameterName, Object value) {
37173717 }
37183718 }
37193719 /**
3720- * Applies a partial update to an existing Policy .
3720+ * Applies a partial update to an existing policy .
37213721 *
37223722 * Create a request for the method "policies.patch".
37233723 *
@@ -3740,7 +3740,7 @@ public class Patch extends DnsRequest<com.google.api.services.dns.model.Policies
37403740 private static final String REST_PATH = "dns/v1/projects/{project}/policies/{policy}" ;
37413741
37423742 /**
3743- * Applies a partial update to an existing Policy .
3743+ * Applies a partial update to an existing policy .
37443744 *
37453745 * Create a request for the method "policies.patch".
37463746 *
@@ -3876,7 +3876,7 @@ public Patch set(String parameterName, Object value) {
38763876 }
38773877 }
38783878 /**
3879- * Updates an existing Policy .
3879+ * Updates an existing policy .
38803880 *
38813881 * Create a request for the method "policies.update".
38823882 *
@@ -3899,7 +3899,7 @@ public class Update extends DnsRequest<com.google.api.services.dns.model.Policie
38993899 private static final String REST_PATH = "dns/v1/projects/{project}/policies/{policy}" ;
39003900
39013901 /**
3902- * Updates an existing Policy .
3902+ * Updates an existing policy .
39033903 *
39043904 * Create a request for the method "policies.update".
39053905 *
@@ -4965,17 +4965,24 @@ public List setMaxResults(java.lang.Integer maxResults) {
49654965 return this ;
49664966 }
49674967
4968- /** Restricts the list to return only records with this fully qualified domain name. */
4968+ /**
4969+ * Restricts the list to return only records with this fully qualified domain name. Mutually
4970+ * exclusive with the {@code filter} field.
4971+ */
49694972 @ com .google .api .client .util .Key
49704973 private java .lang .String name ;
49714974
4972- /** Restricts the list to return only records with this fully qualified domain name.
4975+ /** Restricts the list to return only records with this fully qualified domain name. Mutually exclusive
4976+ with the {@code filter} field.
49734977 */
49744978 public java .lang .String getName () {
49754979 return name ;
49764980 }
49774981
4978- /** Restricts the list to return only records with this fully qualified domain name. */
4982+ /**
4983+ * Restricts the list to return only records with this fully qualified domain name. Mutually
4984+ * exclusive with the {@code filter} field.
4985+ */
49794986 public List setName (java .lang .String name ) {
49804987 this .name = name ;
49814988 return this ;
@@ -5006,21 +5013,21 @@ public List setPageToken(java.lang.String pageToken) {
50065013
50075014 /**
50085015 * Restricts the list to return only records of this type. If present, the "name" parameter
5009- * must also be present.
5016+ * must also be present. Mutually exclusive with the {@code filter} field.
50105017 */
50115018 @ com .google .api .client .util .Key
50125019 private java .lang .String type ;
50135020
50145021 /** Restricts the list to return only records of this type. If present, the "name" parameter must also
5015- be present.
5022+ be present. Mutually exclusive with the {@code filter} field.
50165023 */
50175024 public java .lang .String getType () {
50185025 return type ;
50195026 }
50205027
50215028 /**
50225029 * Restricts the list to return only records of this type. If present, the "name" parameter
5023- * must also be present.
5030+ * must also be present. Mutually exclusive with the {@code filter} field.
50245031 */
50255032 public List setType (java .lang .String type ) {
50265033 this .type = type ;
0 commit comments