public enum ListAccessibleDataAgentsRequest.CreatorFilter extends Enum<ListAccessibleDataAgentsRequest.CreatorFilter> implements ProtocolMessageEnumFilter for the creator of the agent.
Protobuf enum
google.cloud.geminidataanalytics.v1beta.ListAccessibleDataAgentsRequest.CreatorFilter
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CREATOR_FILTER_UNSPECIFIED |
Default value. |
CREATOR_FILTER_UNSPECIFIED_VALUE |
Default value. |
CREATOR_ONLY |
Only agents created by the user calling the API will be returned. |
CREATOR_ONLY_VALUE |
Only agents created by the user calling the API will be returned. |
NONE |
No creator-specific filter will be applied. All agents will be returned. |
NONE_VALUE |
No creator-specific filter will be applied. All agents will be returned. |
NOT_CREATOR_ONLY |
Only agents not created by the user calling the API will be returned. |
NOT_CREATOR_ONLY_VALUE |
Only agents not created by the user calling the API will be returned. |
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() |
|