Google Cloud Gemini Data Analytics V1beta Client - Class CreatorFilter (0.7.1)

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;