Reference documentation and code samples for the Cloud Talent Solution V4beta1 API class Google::Cloud::Talent::V4beta1::CustomAttribute.
Custom attribute values that are either filterable or non-filterable.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filterable
def filterable() -> ::Boolean
-
(::Boolean) — If the
filterable
flag is true, the custom field values may be used for custom attribute filters JobQuery.custom_attribute_filter. If false, these values may not be used for custom attribute filters.Default is false.
#filterable=
def filterable=(value) -> ::Boolean
-
value (::Boolean) — If the
filterable
flag is true, the custom field values may be used for custom attribute filters JobQuery.custom_attribute_filter. If false, these values may not be used for custom attribute filters.Default is false.
-
(::Boolean) — If the
filterable
flag is true, the custom field values may be used for custom attribute filters JobQuery.custom_attribute_filter. If false, these values may not be used for custom attribute filters.Default is false.
#keyword_searchable
def keyword_searchable() -> ::Boolean
-
(::Boolean) — If the
keyword_searchable
flag is true, the keywords in custom fields are searchable by keyword match. If false, the values are not searchable by keyword match.Default is false.
#keyword_searchable=
def keyword_searchable=(value) -> ::Boolean
-
value (::Boolean) — If the
keyword_searchable
flag is true, the keywords in custom fields are searchable by keyword match. If false, the values are not searchable by keyword match.Default is false.
-
(::Boolean) — If the
keyword_searchable
flag is true, the keywords in custom fields are searchable by keyword match. If false, the values are not searchable by keyword match.Default is false.
#long_values
def long_values() -> ::Array<::Integer>
-
(::Array<::Integer>) — Exactly one of
string_values
or long_values
must be specified.
This field is used to perform number range search. (
EQ
,GT
,GE
,LE
,LT
) over filterablelong_value
.Currently at most 1 long_values is supported.
#long_values=
def long_values=(value) -> ::Array<::Integer>
-
value (::Array<::Integer>) — Exactly one of
string_values
or long_values
must be specified.
This field is used to perform number range search. (
EQ
,GT
,GE
,LE
,LT
) over filterablelong_value
.Currently at most 1 long_values is supported.
-
(::Array<::Integer>) — Exactly one of
string_values
or long_values
must be specified.
This field is used to perform number range search. (
EQ
,GT
,GE
,LE
,LT
) over filterablelong_value
.Currently at most 1 long_values is supported.
#string_values
def string_values() -> ::Array<::String>
-
(::Array<::String>) — Exactly one of
string_values
or long_values
must be specified.
This field is used to perform a string match (
CASE_SENSITIVE_MATCH
orCASE_INSENSITIVE_MATCH
) search. For filterablestring_value
s, a maximum total number of 200 values is allowed, with eachstring_value
has a byte size of no more than 500B. For unfilterablestring_values
, the maximum total byte size of unfilterablestring_values
is 50KB.Empty string isn't allowed.
#string_values=
def string_values=(value) -> ::Array<::String>
-
value (::Array<::String>) — Exactly one of
string_values
or long_values
must be specified.
This field is used to perform a string match (
CASE_SENSITIVE_MATCH
orCASE_INSENSITIVE_MATCH
) search. For filterablestring_value
s, a maximum total number of 200 values is allowed, with eachstring_value
has a byte size of no more than 500B. For unfilterablestring_values
, the maximum total byte size of unfilterablestring_values
is 50KB.Empty string isn't allowed.
-
(::Array<::String>) — Exactly one of
string_values
or long_values
must be specified.
This field is used to perform a string match (
CASE_SENSITIVE_MATCH
orCASE_INSENSITIVE_MATCH
) search. For filterablestring_value
s, a maximum total number of 200 values is allowed, with eachstring_value
has a byte size of no more than 500B. For unfilterablestring_values
, the maximum total byte size of unfilterablestring_values
is 50KB.Empty string isn't allowed.