LocationFilter

google.cloud.talent.v4beta1. LocationFilter

Represents a LocationFilter.

Constructor

new LocationFilter(propertiesopt)

Constructs a new LocationFilter.

Parameters:
Name Type Attributes Description
properties google.cloud.talent.v4beta1.ILocationFilter <optional>

Properties to set

Implements:
  • ILocationFilter

Members

address

LocationFilter address.

distanceInMiles

LocationFilter distanceInMiles.

latLng

LocationFilter latLng.

negated

LocationFilter negated.

regionCode

LocationFilter regionCode.

telecommutePreference

LocationFilter telecommutePreference.

TelecommutePreference

TelecommutePreference enum.

Properties:
Name Type Description
TELECOMMUTE_PREFERENCE_UNSPECIFIED number

TELECOMMUTE_PREFERENCE_UNSPECIFIED value

TELECOMMUTE_EXCLUDED number

TELECOMMUTE_EXCLUDED value

TELECOMMUTE_ALLOWED number

TELECOMMUTE_ALLOWED value

TELECOMMUTE_JOBS_EXCLUDED number

TELECOMMUTE_JOBS_EXCLUDED value

Methods

toJSON() → {Object.<string, *>}

Converts this LocationFilter to JSON.

Returns:
Type Description
Object.<string, *>

JSON object

(static) create(propertiesopt) → {google.cloud.talent.v4beta1.LocationFilter}

Creates a new LocationFilter instance using the specified properties.

Parameters:
Name Type Attributes Description
properties google.cloud.talent.v4beta1.ILocationFilter <optional>

Properties to set

Returns:
Type Description
google.cloud.talent.v4beta1.LocationFilter

LocationFilter instance

(static) decode(reader, lengthopt) → {google.cloud.talent.v4beta1.LocationFilter}

Decodes a LocationFilter message from the specified reader or buffer.

Parameters:
Name Type Attributes Description
reader $protobuf.Reader | Uint8Array

Reader or buffer to decode from

length number <optional>

Message length if known beforehand

Returns:
Type Description
google.cloud.talent.v4beta1.LocationFilter

LocationFilter

Throws:
  • If the payload is not a reader or valid buffer

    Type
    Error
  • If required fields are missing

    Type
    $protobuf.util.ProtocolError

(static) decodeDelimited(reader) → {google.cloud.talent.v4beta1.LocationFilter}

Decodes a LocationFilter message from the specified reader or buffer, length delimited.

Parameters:
Name Type Description
reader $protobuf.Reader | Uint8Array

Reader or buffer to decode from

Returns:
Type Description
google.cloud.talent.v4beta1.LocationFilter

LocationFilter

Throws:
  • If the payload is not a reader or valid buffer

    Type
    Error
  • If required fields are missing

    Type
    $protobuf.util.ProtocolError

(static) encode(message, writeropt) → {$protobuf.Writer}

Encodes the specified LocationFilter message. Does not implicitly verify messages.

Parameters:
Name Type Attributes Description
message google.cloud.talent.v4beta1.ILocationFilter

LocationFilter message or plain object to encode

writer $protobuf.Writer <optional>

Writer to encode to

Returns:
Type Description
$protobuf.Writer

Writer

(static) encodeDelimited(message, writeropt) → {$protobuf.Writer}

Encodes the specified LocationFilter message, length delimited. Does not implicitly verify messages.

Parameters:
Name Type Attributes Description
message google.cloud.talent.v4beta1.ILocationFilter

LocationFilter message or plain object to encode

writer $protobuf.Writer <optional>

Writer to encode to

Returns:
Type Description
$protobuf.Writer

Writer

(static) fromObject(object) → {google.cloud.talent.v4beta1.LocationFilter}

Creates a LocationFilter message from a plain object. Also converts values to their respective internal types.

Parameters:
Name Type Description
object Object.<string, *>

Plain object

Returns:
Type Description
google.cloud.talent.v4beta1.LocationFilter

LocationFilter

(static) getTypeUrl(typeUrlPrefixopt) → {string}

Gets the default type url for LocationFilter

Parameters:
Name Type Attributes Description
typeUrlPrefix string <optional>

your custom typeUrlPrefix(default "type.googleapis.com")

Returns:
Type Description
string

The default type url

(static) toObject(message, optionsopt) → {Object.<string, *>}

Creates a plain object from a LocationFilter message. Also converts values to other types if specified.

Parameters:
Name Type Attributes Description
message google.cloud.talent.v4beta1.LocationFilter

LocationFilter

options $protobuf.IConversionOptions <optional>

Conversion options

Returns:
Type Description
Object.<string, *>

Plain object

(static) verify(message) → {string|null}

Verifies a LocationFilter message.

Parameters:
Name Type Description
message Object.<string, *>

Plain object to verify

Returns:
Type Description
string | null

null if valid, otherwise the reason why it is not