public static interface Company.DerivedInfoOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Location |
getHeadquartersLocation()
A structured headquarters location of the company, resolved from
[Company.headquarters_address][google.cloud.talent.v4beta1.Company.headquarters_address] if provided.
|
LocationOrBuilder |
getHeadquartersLocationOrBuilder()
A structured headquarters location of the company, resolved from
[Company.headquarters_address][google.cloud.talent.v4beta1.Company.headquarters_address] if provided.
|
boolean |
hasHeadquartersLocation()
A structured headquarters location of the company, resolved from
[Company.headquarters_address][google.cloud.talent.v4beta1.Company.headquarters_address] if provided.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasHeadquartersLocation()
A structured headquarters location of the company, resolved from [Company.headquarters_address][google.cloud.talent.v4beta1.Company.headquarters_address] if provided.
.google.cloud.talent.v4beta1.Location headquarters_location = 1;
Location getHeadquartersLocation()
A structured headquarters location of the company, resolved from [Company.headquarters_address][google.cloud.talent.v4beta1.Company.headquarters_address] if provided.
.google.cloud.talent.v4beta1.Location headquarters_location = 1;
LocationOrBuilder getHeadquartersLocationOrBuilder()
A structured headquarters location of the company, resolved from [Company.headquarters_address][google.cloud.talent.v4beta1.Company.headquarters_address] if provided.
.google.cloud.talent.v4beta1.Location headquarters_location = 1;
Copyright © 2022 Google LLC. All rights reserved.