Package com.google.cloud.talent.v4beta1
Interface Company.DerivedInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Company.DerivedInfo
,Company.DerivedInfo.Builder
- Enclosing class:
- Company
public static interface Company.DerivedInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasHeadquartersLocation
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;
- Returns:
- Whether the headquartersLocation field is set.
-
getHeadquartersLocation
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;
- Returns:
- The headquartersLocation.
-
getHeadquartersLocationOrBuilder
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;
-
-