Skip to content

Commit 2612f0a

Browse files
1 parent a33cd0c commit 2612f0a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/Dns/Resource/ResourceRecordSets.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,15 +108,15 @@ public function get($project, $managedZone, $name, $type, $optParams = [])
108108
*
109109
* @opt_param int maxResults Optional. Maximum number of results to be returned.
110110
* If unspecified, the server decides how many results to return.
111-
* @opt_param string name Restricts the list to return only records with this
112-
* fully qualified domain name. Mutually exclusive with the {@code filter}
113-
* field.
111+
* @opt_param string name Specify a fully qualified domain name to view only
112+
* those records. The name parameter is not supported and must be omitted when
113+
* you use filter.
114114
* @opt_param string pageToken Optional. A tag returned by a previous list
115115
* request that was truncated. Use this parameter to continue a previous list
116116
* request.
117-
* @opt_param string type Restricts the list to return only records of this
118-
* type. If present, the "name" parameter must also be present. Mutually
119-
* exclusive with the {@code filter} field.
117+
* @opt_param string type Specify a record type to view only those records. You
118+
* must also specify the name parameter. The type parameter is not supported and
119+
* must be omitted when you use filter.
120120
* @return ResourceRecordSetsListResponse
121121
* @throws \Google\Service\Exception
122122
*/

0 commit comments

Comments
 (0)