@@ -4966,22 +4966,22 @@ public List setMaxResults(java.lang.Integer maxResults) {
49664966 }
49674967
49684968 /**
4969- * Restricts the list to return only records with this fully qualified domain name. Mutually
4970- * exclusive with the {@code filter} field .
4969+ * Specify a fully qualified domain name to view only those records. The name parameter is not
4970+ * supported and must be omitted when you use filter .
49714971 */
49724972 @ com .google .api .client .util .Key
49734973 private java .lang .String name ;
49744974
4975- /** Restricts the list to return only records with this fully qualified domain name. Mutually exclusive
4976- with the {@code filter} field .
4975+ /** Specify a fully qualified domain name to view only those records. The name parameter is not
4976+ supported and must be omitted when you use filter .
49774977 */
49784978 public java .lang .String getName () {
49794979 return name ;
49804980 }
49814981
49824982 /**
4983- * Restricts the list to return only records with this fully qualified domain name. Mutually
4984- * exclusive with the {@code filter} field .
4983+ * Specify a fully qualified domain name to view only those records. The name parameter is not
4984+ * supported and must be omitted when you use filter .
49854985 */
49864986 public List setName (java .lang .String name ) {
49874987 this .name = name ;
@@ -5012,22 +5012,22 @@ public List setPageToken(java.lang.String pageToken) {
50125012 }
50135013
50145014 /**
5015- * Restricts the list to return only records of this type. If present, the " name" parameter
5016- * must also be present. Mutually exclusive with the {@code filter} field .
5015+ * Specify a record type to view only those records. You must also specify the name parameter.
5016+ * The type parameter is not supported and must be omitted when you use filter .
50175017 */
50185018 @ com .google .api .client .util .Key
50195019 private java .lang .String type ;
50205020
5021- /** Restricts the list to return only records of this type. If present, the " name" parameter must also
5022- be present. Mutually exclusive with the {@code filter} field .
5021+ /** Specify a record type to view only those records. You must also specify the name parameter. The
5022+ type parameter is not supported and must be omitted when you use filter .
50235023 */
50245024 public java .lang .String getType () {
50255025 return type ;
50265026 }
50275027
50285028 /**
5029- * Restricts the list to return only records of this type. If present, the " name" parameter
5030- * must also be present. Mutually exclusive with the {@code filter} field .
5029+ * Specify a record type to view only those records. You must also specify the name parameter.
5030+ * The type parameter is not supported and must be omitted when you use filter .
50315031 */
50325032 public List setType (java .lang .String type ) {
50335033 this .type = type ;
0 commit comments