Google Cloud Gemini Data Analytics V1beta Client - Class CreatorFilter (0.11.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class CreatorFilter.
Filter for the creator of the agent.
Protobuf type google.cloud.geminidataanalytics.v1beta.ListAccessibleDataAgentsRequest.CreatorFilter
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1beta \ ListAccessibleDataAgentsRequest
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
CREATOR_FILTER_UNSPECIFIED
Value: 0
Default value.
Generated from protobuf enum CREATOR_FILTER_UNSPECIFIED = 0;
NONE
Value: 1
No creator-specific filter will be applied. All agents will be returned.
Generated from protobuf enum NONE = 1;
CREATOR_ONLY
Value: 2
Only agents created by the user calling the API will be returned.
Generated from protobuf enum CREATOR_ONLY = 2;
NOT_CREATOR_ONLY
Value: 3
Only agents not created by the user calling the API will be returned.
Generated from protobuf enum NOT_CREATOR_ONLY = 3;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-06-09 UTC."],[],[]]