Enum DataStoreTool.FilterParameterBehavior (0.1.0)

public enum DataStoreTool.FilterParameterBehavior extends Enum<DataStoreTool.FilterParameterBehavior> implements ProtocolMessageEnum

Filter parameter behavior.

Protobuf enum google.cloud.ces.v1.DataStoreTool.FilterParameterBehavior

Implements

ProtocolMessageEnum

Static Fields

Name Description
ALWAYS_INCLUDE

Always include filter parameter for all datastore types.

ALWAYS_INCLUDE = 2;

ALWAYS_INCLUDE_VALUE

Always include filter parameter for all datastore types.

ALWAYS_INCLUDE = 2;

FILTER_PARAMETER_BEHAVIOR_UNSPECIFIED

Default filter behavior. Include filter parameter for connector datastores. For the rest of the datastore types, the filter input parameter is omitted.

FILTER_PARAMETER_BEHAVIOR_UNSPECIFIED = 0;

FILTER_PARAMETER_BEHAVIOR_UNSPECIFIED_VALUE

Default filter behavior. Include filter parameter for connector datastores. For the rest of the datastore types, the filter input parameter is omitted.

FILTER_PARAMETER_BEHAVIOR_UNSPECIFIED = 0;

NEVER_INCLUDE

The filter parameter is never included in the list of tool parameters, regardless of the datastore type.

NEVER_INCLUDE = 3;

NEVER_INCLUDE_VALUE

The filter parameter is never included in the list of tool parameters, regardless of the datastore type.

NEVER_INCLUDE = 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()