The filter string. Supports filter by user_email, resource, type and
create_time. Some examples:
By user email:
user_email = "someone@google.com"
By resource name:
resource = "projects/123/locations/global/agents/456/flows/789"
By resource display name:
display_name = "my agent"
By action:
action = "Create"
By type:
type = "flows"
By create time. Currently predicates on create_time and
create_time_epoch_seconds are supported:
create_time_epoch_seconds > 1551790877 AND create_time <=
2017-01-15T01:30:15.01Z
Combination of above filters:
resource = "projects/123/locations/global/agents/456/flows/789"
AND user_email = "someone@google.com"
AND create_time <= 2017-01-15T01:30:15.01Z
The filter string. Supports filter by user_email, resource, type and
create_time. Some examples:
By user email:
user_email = "someone@google.com"
By resource name:
resource = "projects/123/locations/global/agents/456/flows/789"
By resource display name:
display_name = "my agent"
By action:
action = "Create"
By type:
type = "flows"
By create time. Currently predicates on create_time and
create_time_epoch_seconds are supported:
create_time_epoch_seconds > 1551790877 AND create_time <=
2017-01-15T01:30:15.01Z
Combination of above filters:
resource = "projects/123/locations/global/agents/456/flows/789"
AND user_email = "someone@google.com"
AND create_time <= 2017-01-15T01:30:15.01Z
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-11 UTC."],[],[]]