Interface Company.DerivedInfoOrBuilder (2.2.9)

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.v4beta1.Location headquarters_location = 1;

Returns
TypeDescription
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.v4beta1.Location headquarters_location = 1;

Returns
TypeDescription
LocationOrBuilder

hasHeadquartersLocation()

public abstract boolean hasHeadquartersLocation()

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

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

Returns
TypeDescription
boolean

Whether the headquartersLocation field is set.