Enum ListAccessibleDataAgentsRequest.CreatorFilter (0.9.0)

public enum ListAccessibleDataAgentsRequest.CreatorFilter extends Enum<ListAccessibleDataAgentsRequest.CreatorFilter> implements ProtocolMessageEnum

Filter for the creator of the agent.

Protobuf enum google.cloud.geminidataanalytics.v1beta.ListAccessibleDataAgentsRequest.CreatorFilter

Implements

ProtocolMessageEnum

Static Fields

Name Description
CREATOR_FILTER_UNSPECIFIED

Default value.

CREATOR_FILTER_UNSPECIFIED = 0;

CREATOR_FILTER_UNSPECIFIED_VALUE

Default value.

CREATOR_FILTER_UNSPECIFIED = 0;

CREATOR_ONLY

Only agents created by the user calling the API will be returned.

CREATOR_ONLY = 2;

CREATOR_ONLY_VALUE

Only agents created by the user calling the API will be returned.

CREATOR_ONLY = 2;

NONE

No creator-specific filter will be applied. All agents will be returned.

NONE = 1;

NONE_VALUE

No creator-specific filter will be applied. All agents will be returned.

NONE = 1;

NOT_CREATOR_ONLY

Only agents not created by the user calling the API will be returned.

NOT_CREATOR_ONLY = 3;

NOT_CREATOR_ONLY_VALUE

Only agents not created by the user calling the API will be returned.

NOT_CREATOR_ONLY = 3;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()