Interface AddressOrBuilder

public interface AddressOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAddressCase()

public abstract Address.AddressCase getAddressCase()
Returns
TypeDescription
Address.AddressCase

getCurrent()

public abstract BoolValue getCurrent()

Indicates if it's the person's current address.

.google.protobuf.BoolValue current = 4;

Returns
TypeDescription
BoolValue

The current.

getCurrentOrBuilder()

public abstract BoolValueOrBuilder getCurrentOrBuilder()

Indicates if it's the person's current address.

.google.protobuf.BoolValue current = 4;

Returns
TypeDescription
BoolValueOrBuilder

getStructuredAddress()

public abstract PostalAddress getStructuredAddress()

Structured address that contains street address, city, state, country, and so on.

.google.type.PostalAddress structured_address = 3;

Returns
TypeDescription
com.google.type.PostalAddress

The structuredAddress.

getStructuredAddressOrBuilder()

public abstract PostalAddressOrBuilder getStructuredAddressOrBuilder()

Structured address that contains street address, city, state, country, and so on.

.google.type.PostalAddress structured_address = 3;

Returns
TypeDescription
com.google.type.PostalAddressOrBuilder

getUnstructuredAddress()

public abstract String getUnstructuredAddress()

Unstructured address. For example, "1600 Amphitheatre Pkwy, Mountain View, CA 94043", "Sunnyvale, California". Number of characters allowed is 100.

string unstructured_address = 2;

Returns
TypeDescription
String

The unstructuredAddress.

getUnstructuredAddressBytes()

public abstract ByteString getUnstructuredAddressBytes()

Unstructured address. For example, "1600 Amphitheatre Pkwy, Mountain View, CA 94043", "Sunnyvale, California". Number of characters allowed is 100.

string unstructured_address = 2;

Returns
TypeDescription
ByteString

The bytes for unstructuredAddress.

getUsage()

public abstract ContactInfoUsage getUsage()

The usage of the address. For example, SCHOOL, WORK, PERSONAL.

.google.cloud.talent.v4beta1.ContactInfoUsage usage = 1;

Returns
TypeDescription
ContactInfoUsage

The usage.

getUsageValue()

public abstract int getUsageValue()

The usage of the address. For example, SCHOOL, WORK, PERSONAL.

.google.cloud.talent.v4beta1.ContactInfoUsage usage = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for usage.

hasCurrent()

public abstract boolean hasCurrent()

Indicates if it's the person's current address.

.google.protobuf.BoolValue current = 4;

Returns
TypeDescription
boolean

Whether the current field is set.

hasStructuredAddress()

public abstract boolean hasStructuredAddress()

Structured address that contains street address, city, state, country, and so on.

.google.type.PostalAddress structured_address = 3;

Returns
TypeDescription
boolean

Whether the structuredAddress field is set.

hasUnstructuredAddress()

public abstract boolean hasUnstructuredAddress()

Unstructured address. For example, "1600 Amphitheatre Pkwy, Mountain View, CA 94043", "Sunnyvale, California". Number of characters allowed is 100.

string unstructured_address = 2;

Returns
TypeDescription
boolean

Whether the unstructuredAddress field is set.