@@ -686,12 +686,10 @@ def update!(**args)
686686 class ListLogEntriesRequest
687687 include Google ::Apis ::Core ::Hashable
688688
689- # Optional. A filter that chooses which log entries to return. See Advanced Logs
690- # Queries (https://cloud.google.com/logging/docs/view/advanced-queries). Only
691- # log entries that match the filter are returned. An empty filter matches all
692- # log entries in the resources listed in resource_names. Referencing a parent
693- # resource that is not listed in resource_names will cause the filter to return
694- # no results. The maximum length of the filter is 20000 characters.
689+ # Optional. Only log entries that match the filter are returned. An empty filter
690+ # matches all log entries in the resources listed in resource_names. Referencing
691+ # a parent resource that is not listed in resource_names will cause the filter
692+ # to return no results. The maximum length of a filter is 20,000 characters.
695693 # Corresponds to the JSON property `filter`
696694 # @return [String]
697695 attr_accessor :filter
@@ -2670,12 +2668,10 @@ class TailLogEntriesRequest
26702668 # @return [String]
26712669 attr_accessor :buffer_window
26722670
2673- # Optional. A filter that chooses which log entries to return. See Advanced Logs
2674- # Filters (https://cloud.google.com/logging/docs/view/advanced_filters). Only
2675- # log entries that match the filter are returned. An empty filter matches all
2676- # log entries in the resources listed in resource_names. Referencing a parent
2677- # resource that is not in resource_names will cause the filter to return no
2678- # results. The maximum length of the filter is 20000 characters.
2671+ # Optional. Only log entries that match the filter are returned. An empty filter
2672+ # matches all log entries in the resources listed in resource_names. Referencing
2673+ # a parent resource that is not listed in resource_names will cause the filter
2674+ # to return no results. The maximum length of a filter is 20,000 characters.
26792675 # Corresponds to the JSON property `filter`
26802676 # @return [String]
26812677 attr_accessor :filter
0 commit comments