@@ -705,7 +705,7 @@ def update_managed_zone(project, managed_zone, managed_zone_object = nil, client
705705 execute_or_queue_command ( command , &block )
706706 end
707707
708- # Creates a new Policy .
708+ # Creates a new policy .
709709 # @param [String] project
710710 # Identifies the project addressed by this request.
711711 # @param [Google::Apis::DnsV1beta2::Policy] policy_object
@@ -742,7 +742,7 @@ def create_policy(project, policy_object = nil, client_operation_id: nil, fields
742742 execute_or_queue_command ( command , &block )
743743 end
744744
745- # Deletes a previously created Policy . Fails if the policy is still being
745+ # Deletes a previously created policy . Fails if the policy is still being
746746 # referenced by a network.
747747 # @param [String] project
748748 # Identifies the project addressed by this request.
@@ -778,7 +778,7 @@ def delete_policy(project, policy, client_operation_id: nil, fields: nil, quota_
778778 execute_or_queue_command ( command , &block )
779779 end
780780
781- # Fetches the representation of an existing Policy .
781+ # Fetches the representation of an existing policy .
782782 # @param [String] project
783783 # Identifies the project addressed by this request.
784784 # @param [String] policy
@@ -815,7 +815,7 @@ def get_policy(project, policy, client_operation_id: nil, fields: nil, quota_use
815815 execute_or_queue_command ( command , &block )
816816 end
817817
818- # Enumerates all Policies associated with a project.
818+ # Enumerates all policies associated with a project.
819819 # @param [String] project
820820 # Identifies the project addressed by this request.
821821 # @param [Fixnum] max_results
@@ -853,7 +853,7 @@ def list_policies(project, max_results: nil, page_token: nil, fields: nil, quota
853853 execute_or_queue_command ( command , &block )
854854 end
855855
856- # Applies a partial update to an existing Policy .
856+ # Applies a partial update to an existing policy .
857857 # @param [String] project
858858 # Identifies the project addressed by this request.
859859 # @param [String] policy
@@ -893,7 +893,7 @@ def patch_policy(project, policy, policy_object = nil, client_operation_id: nil,
893893 execute_or_queue_command ( command , &block )
894894 end
895895
896- # Updates an existing Policy .
896+ # Updates an existing policy .
897897 # @param [String] project
898898 # Identifies the project addressed by this request.
899899 # @param [String] policy
@@ -1105,13 +1105,14 @@ def get_resource_record_set(project, managed_zone, name, type, client_operation_
11051105 # decides how many results to return.
11061106 # @param [String] name
11071107 # Restricts the list to return only records with this fully qualified domain
1108- # name.
1108+ # name. Mutually exclusive with the `@code filter` field.
11091109 # @param [String] page_token
11101110 # Optional. A tag returned by a previous list request that was truncated. Use
11111111 # this parameter to continue a previous list request.
11121112 # @param [String] type
11131113 # Restricts the list to return only records of this type. If present, the "name"
1114- # parameter must also be present.
1114+ # parameter must also be present. Mutually exclusive with the `@code filter`
1115+ # field.
11151116 # @param [String] fields
11161117 # Selector specifying which fields to include in a partial response.
11171118 # @param [String] quota_user
0 commit comments