Class Company.DerivedInfo.Builder (2.84.0)

public static final class Company.DerivedInfo.Builder extends GeneratedMessage.Builder<Company.DerivedInfo.Builder> implements Company.DerivedInfoOrBuilder

Derived details about the company.

Protobuf type google.cloud.talent.v4beta1.Company.DerivedInfo

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public Company.DerivedInfo build()
Returns
Type Description
Company.DerivedInfo

buildPartial()

public Company.DerivedInfo buildPartial()
Returns
Type Description
Company.DerivedInfo

clear()

public Company.DerivedInfo.Builder clear()
Returns
Type Description
Company.DerivedInfo.Builder
Overrides

clearHeadquartersLocation()

public Company.DerivedInfo.Builder clearHeadquartersLocation()

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
Company.DerivedInfo.Builder

getDefaultInstanceForType()

public Company.DerivedInfo getDefaultInstanceForType()
Returns
Type Description
Company.DerivedInfo

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getHeadquartersLocation()

public 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.

getHeadquartersLocationBuilder()

public Location.Builder getHeadquartersLocationBuilder()

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.Builder

getHeadquartersLocationOrBuilder()

public 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 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.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Company.DerivedInfo other)

public Company.DerivedInfo.Builder mergeFrom(Company.DerivedInfo other)
Parameter
Name Description
other Company.DerivedInfo
Returns
Type Description
Company.DerivedInfo.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Company.DerivedInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Company.DerivedInfo.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Company.DerivedInfo.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Company.DerivedInfo.Builder
Overrides

mergeHeadquartersLocation(Location value)

public Company.DerivedInfo.Builder mergeHeadquartersLocation(Location value)

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

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

Parameter
Name Description
value Location
Returns
Type Description
Company.DerivedInfo.Builder

setHeadquartersLocation(Location value)

public Company.DerivedInfo.Builder setHeadquartersLocation(Location value)

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

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

Parameter
Name Description
value Location
Returns
Type Description
Company.DerivedInfo.Builder

setHeadquartersLocation(Location.Builder builderForValue)

public Company.DerivedInfo.Builder setHeadquartersLocation(Location.Builder builderForValue)

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

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

Parameter
Name Description
builderForValue Location.Builder
Returns
Type Description
Company.DerivedInfo.Builder