Interface Company.DerivedInfoOrBuilder (2.43.0)

public static interface Company.DerivedInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getHeadquartersLocation()

public abstract Location getHeadquartersLocation()

A structured headquarters location of the company, resolved from Company.headquarters_address if provided.

.google.cloud.talent.v4.Location headquarters_location = 1;

Returns
Type Description
Location

The headquartersLocation.

getHeadquartersLocationOrBuilder()

public abstract LocationOrBuilder getHeadquartersLocationOrBuilder()

A structured headquarters location of the company, resolved from Company.headquarters_address if provided.

.google.cloud.talent.v4.Location headquarters_location = 1;

Returns
Type Description
LocationOrBuilder

hasHeadquartersLocation()

public abstract boolean hasHeadquartersLocation()

A structured headquarters location of the company, resolved from Company.headquarters_address if provided.

.google.cloud.talent.v4.Location headquarters_location = 1;

Returns
Type Description
boolean

Whether the headquartersLocation field is set.