@@ -4944,35 +4944,36 @@ public List setManagedZone(java.lang.String managedZone) {
49444944
49454945 /**
49464946 * Specify a filter expression to view records that exactly match the specified domain. Both
4947- * the name and type parameters are not supported when you use filter and must be omitted.
4948- * Your filter expression must conform to AIP-160 and you must specify a domain in the name
4949- * field. Optionally, you can include the type field to filter records by type. You can also
4950- * include the has_suffix function to view records that match by domain suffix. Examples: -
4951- * name="example.com." - name="example.com." AND type="A" - name=has_suffix("example.com.") -
4952- * name= has_suffix("example.com.") AND type="A"
4947+ * the ` name` and ` type` parameters are not supported and must be omitted when you use
4948+ * `filter`. Your ` filter` expression must conform to AIP-160 and you must specify a domain in
4949+ * the `name` field. Optionally, you can include the ` type` field to filter records by type.
4950+ * You can also include the ` has_suffix` function to view records that match by domain suffix.
4951+ * Examples: * ` name` ="example.com." * ` name` ="example.com." AND type="A" *
4952+ * ` name`=` has_suffix`("example.com.") * `name`=`has_suffix` ("example.com.") AND type="A"
49534953 */
49544954 @ com .google .api .client .util .Key
49554955 private java .lang .String filter ;
49564956
4957- /** Specify a filter expression to view records that exactly match the specified domain. Both the name
4958- and type parameters are not supported when you use filter and must be omitted. Your filter
4959- expression must conform to AIP-160 and you must specify a domain in the name field. Optionally, you
4960- can include the type field to filter records by type. You can also include the has_suffix function
4961- to view records that match by domain suffix. Examples: - name="example.com." - name="example.com."
4962- AND type="A" - name=has_suffix("example.com.") - name=has_suffix("example.com.") AND type="A"
4957+ /** Specify a filter expression to view records that exactly match the specified domain. Both the
4958+ `name` and `type` parameters are not supported and must be omitted when you use `filter`. Your
4959+ `filter` expression must conform to AIP-160 and you must specify a domain in the `name` field.
4960+ Optionally, you can include the `type` field to filter records by type. You can also include the
4961+ `has_suffix` function to view records that match by domain suffix. Examples: *
4962+ `name`="example.com." * `name`="example.com." AND type="A" * `name`=`has_suffix`("example.com.") *
4963+ `name`=`has_suffix`("example.com.") AND type="A"
49634964 */
49644965 public java .lang .String getFilter () {
49654966 return filter ;
49664967 }
49674968
49684969 /**
49694970 * Specify a filter expression to view records that exactly match the specified domain. Both
4970- * the name and type parameters are not supported when you use filter and must be omitted.
4971- * Your filter expression must conform to AIP-160 and you must specify a domain in the name
4972- * field. Optionally, you can include the type field to filter records by type. You can also
4973- * include the has_suffix function to view records that match by domain suffix. Examples: -
4974- * name="example.com." - name="example.com." AND type="A" - name=has_suffix("example.com.") -
4975- * name= has_suffix("example.com.") AND type="A"
4971+ * the ` name` and ` type` parameters are not supported and must be omitted when you use
4972+ * `filter`. Your ` filter` expression must conform to AIP-160 and you must specify a domain in
4973+ * the `name` field. Optionally, you can include the ` type` field to filter records by type.
4974+ * You can also include the ` has_suffix` function to view records that match by domain suffix.
4975+ * Examples: * ` name` ="example.com." * ` name` ="example.com." AND type="A" *
4976+ * ` name`=` has_suffix`("example.com.") * `name`=`has_suffix` ("example.com.") AND type="A"
49764977 */
49774978 public List setFilter (java .lang .String filter ) {
49784979 this .filter = filter ;
@@ -5003,22 +5004,22 @@ public List setMaxResults(java.lang.Integer maxResults) {
50035004 }
50045005
50055006 /**
5006- * Specify a fully qualified domain name to view only those records. The name parameter is not
5007- * supported and must be omitted when you use filter.
5007+ * Specify a fully qualified domain name to view only those records. The ` name` parameter is
5008+ * not supported and must be omitted when you use ` filter` .
50085009 */
50095010 @ com .google .api .client .util .Key
50105011 private java .lang .String name ;
50115012
5012- /** Specify a fully qualified domain name to view only those records. The name parameter is not
5013- supported and must be omitted when you use filter.
5013+ /** Specify a fully qualified domain name to view only those records. The ` name` parameter is not
5014+ supported and must be omitted when you use ` filter` .
50145015 */
50155016 public java .lang .String getName () {
50165017 return name ;
50175018 }
50185019
50195020 /**
5020- * Specify a fully qualified domain name to view only those records. The name parameter is not
5021- * supported and must be omitted when you use filter.
5021+ * Specify a fully qualified domain name to view only those records. The ` name` parameter is
5022+ * not supported and must be omitted when you use ` filter` .
50225023 */
50235024 public List setName (java .lang .String name ) {
50245025 this .name = name ;
@@ -5049,22 +5050,22 @@ public List setPageToken(java.lang.String pageToken) {
50495050 }
50505051
50515052 /**
5052- * Specify a record type to view only those records. You must also specify the name parameter.
5053- * The type parameter is not supported and must be omitted when you use filter.
5053+ * Specify a record type to view only those records. You must also specify the ` name`
5054+ * parameter. The ` type` parameter is not supported and must be omitted when you use ` filter` .
50545055 */
50555056 @ com .google .api .client .util .Key
50565057 private java .lang .String type ;
50575058
5058- /** Specify a record type to view only those records. You must also specify the name parameter. The
5059- type parameter is not supported and must be omitted when you use filter.
5059+ /** Specify a record type to view only those records. You must also specify the ` name` parameter. The
5060+ ` type` parameter is not supported and must be omitted when you use ` filter` .
50605061 */
50615062 public java .lang .String getType () {
50625063 return type ;
50635064 }
50645065
50655066 /**
5066- * Specify a record type to view only those records. You must also specify the name parameter.
5067- * The type parameter is not supported and must be omitted when you use filter.
5067+ * Specify a record type to view only those records. You must also specify the ` name`
5068+ * parameter. The ` type` parameter is not supported and must be omitted when you use ` filter` .
50685069 */
50695070 public List setType (java .lang .String type ) {
50705071 this .type = type ;
0 commit comments