Reference documentation and code samples for the Google Cloud Ces V1 Client class FilterParameterBehavior.
Filter parameter behavior.
Protobuf type google.cloud.ces.v1.DataStoreTool.FilterParameterBehavior
Namespace
Google \ Cloud \ Ces \ V1 \ DataStoreToolMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
FILTER_PARAMETER_BEHAVIOR_UNSPECIFIED
Value: 0Default filter behavior.
Include filter parameter for connector datastores. For the rest of the datastore types, the filter input parameter is omitted.
Generated from protobuf enum FILTER_PARAMETER_BEHAVIOR_UNSPECIFIED = 0;
ALWAYS_INCLUDE
Value: 2Always include filter parameter for all datastore types.
Generated from protobuf enum ALWAYS_INCLUDE = 2;
NEVER_INCLUDE
Value: 3The filter parameter is never included in the list of tool parameters, regardless of the datastore type.
Generated from protobuf enum NEVER_INCLUDE = 3;