@@ -107,25 +107,25 @@ public function get($project, $managedZone, $name, $type, $optParams = [])
107107 * @param array $optParams Optional parameters.
108108 *
109109 * @opt_param string filter Specify a filter expression to view records that
110- * exactly match the specified domain. Both the name and type parameters are not
111- * supported when you use filter and must be omitted. Your filter expression
112- * must conform to AIP-160 and you must specify a domain in the name field.
113- * Optionally, you can include the type field to filter records by type. You can
114- * also include the has_suffix function to view records that match by domain
115- * suffix. Examples: - name="example.com." - name="example.com." AND type="A" -
116- * name=has_suffix( "example.com.") - name= has_suffix("example.com.") AND
117- * type="A"
110+ * exactly match the specified domain. Both the ` name` and ` type` parameters are
111+ * not supported and must be omitted when you use `filter` . Your ` filter`
112+ * expression must conform to AIP-160 and you must specify a domain in the
113+ * `name` field. Optionally, you can include the ` type` field to filter records
114+ * by type. You can also include the ` has_suffix` function to view records that
115+ * match by domain suffix. Examples: * ` name` ="example.com." *
116+ * ` name`= "example.com." AND type="A" * ` name`=` has_suffix` ("example.com.") *
117+ * `name`=`has_suffix`("example.com.") AND type="A"
118118 * @opt_param int maxResults Optional. Maximum number of results to be returned.
119119 * If unspecified, the server decides how many results to return.
120120 * @opt_param string name Specify a fully qualified domain name to view only
121- * those records. The name parameter is not supported and must be omitted when
122- * you use filter.
121+ * those records. The ` name` parameter is not supported and must be omitted when
122+ * you use ` filter` .
123123 * @opt_param string pageToken Optional. A tag returned by a previous list
124124 * request that was truncated. Use this parameter to continue a previous list
125125 * request.
126126 * @opt_param string type Specify a record type to view only those records. You
127- * must also specify the name parameter. The type parameter is not supported and
128- * must be omitted when you use filter.
127+ * must also specify the ` name` parameter. The ` type` parameter is not supported
128+ * and must be omitted when you use ` filter` .
129129 * @return ResourceRecordSetsListResponse
130130 * @throws \Google\Service\Exception
131131 */
0 commit comments