@@ -4942,6 +4942,43 @@ public List setManagedZone(java.lang.String managedZone) {
49424942 return this ;
49434943 }
49444944
4945+ /**
4946+ * 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"
4953+ */
4954+ @ com .google .api .client .util .Key
4955+ private java .lang .String filter ;
4956+
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"
4963+ */
4964+ public java .lang .String getFilter () {
4965+ return filter ;
4966+ }
4967+
4968+ /**
4969+ * 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"
4976+ */
4977+ public List setFilter (java .lang .String filter ) {
4978+ this .filter = filter ;
4979+ return this ;
4980+ }
4981+
49454982 /**
49464983 * Optional. Maximum number of results to be returned. If unspecified, the server decides how
49474984 * many results to return.
0 commit comments