public static interface Company.DerivedInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| 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.v4beta1.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.v4beta1.Location headquarters_location = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the headquartersLocation field is set. |