Class protos.google.cloud.talent.v4beta1.LocationFilter (6.0.2)

Represents a LocationFilter.

Package

@google-cloud/talent

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.talent.v4beta1.ILocationFilter);

Constructs a new LocationFilter.

Parameter
NameDescription
properties ILocationFilter

Properties to set

Properties

address

public address: string;

LocationFilter address.

distanceInMiles

public distanceInMiles: number;

LocationFilter distanceInMiles.

latLng

public latLng?: (google.type.ILatLng|null);

LocationFilter latLng.

negated

public negated: boolean;

LocationFilter negated.

regionCode

public regionCode: string;

LocationFilter regionCode.

telecommutePreference

public telecommutePreference: (google.cloud.talent.v4beta1.LocationFilter.TelecommutePreference|keyof typeof google.cloud.talent.v4beta1.LocationFilter.TelecommutePreference);

LocationFilter telecommutePreference.

Methods

create(properties)

public static create(properties?: google.cloud.talent.v4beta1.ILocationFilter): google.cloud.talent.v4beta1.LocationFilter;

Creates a new LocationFilter instance using the specified properties.

Parameter
NameDescription
properties ILocationFilter

Properties to set

Returns
TypeDescription
LocationFilter

LocationFilter instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.talent.v4beta1.LocationFilter;

Decodes a LocationFilter message from the specified reader or buffer.

Parameters
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

length number

Message length if known beforehand

Returns
TypeDescription
LocationFilter

LocationFilter

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.talent.v4beta1.LocationFilter;

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

Parameter
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
LocationFilter

LocationFilter

encode(message, writer)

public static encode(message: google.cloud.talent.v4beta1.ILocationFilter, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified LocationFilter message. Does not implicitly messages.

Parameters
NameDescription
message ILocationFilter

LocationFilter message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

encodeDelimited(message, writer)

public static encodeDelimited(message: google.cloud.talent.v4beta1.ILocationFilter, writer?: $protobuf.Writer): $protobuf.Writer;

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

Parameters
NameDescription
message ILocationFilter

LocationFilter message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

fromObject(object)

public static fromObject(object: { [k: string]: any }): google.cloud.talent.v4beta1.LocationFilter;

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

Parameter
NameDescription
object { [k: string]: any }

Plain object

Returns
TypeDescription
LocationFilter

LocationFilter

getTypeUrl(typeUrlPrefix)

public static getTypeUrl(typeUrlPrefix?: string): string;

Gets the default type url for LocationFilter

Parameter
NameDescription
typeUrlPrefix string

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

Returns
TypeDescription
string

The default type url

toJSON()

public toJSON(): { [k: string]: any };

Converts this LocationFilter to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

public static toObject(message: google.cloud.talent.v4beta1.LocationFilter, options?: $protobuf.IConversionOptions): { [k: string]: any };

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

Parameters
NameDescription
message LocationFilter

LocationFilter

options $protobuf.IConversionOptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

public static verify(message: { [k: string]: any }): (string|null);

Verifies a LocationFilter message.

Parameter
NameDescription
message { [k: string]: any }

Plain object to verify

Returns
TypeDescription
(string|null)

null if valid, otherwise the reason why it is not