public interface AddressOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAddressCase()
public abstract Address.AddressCase getAddressCase()| Type | Description |
| Address.AddressCase |
getCurrent()
public abstract BoolValue getCurrent()Indicates if it's the person's current address.
.google.protobuf.BoolValue current = 4;
| Type | Description |
| BoolValue | The current. |
getCurrentOrBuilder()
public abstract BoolValueOrBuilder getCurrentOrBuilder()Indicates if it's the person's current address.
.google.protobuf.BoolValue current = 4;
| Type | Description |
| BoolValueOrBuilder |
getStructuredAddress()
public abstract PostalAddress getStructuredAddress()Structured address that contains street address, city, state, country, and so on.
.google.type.PostalAddress structured_address = 3;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the unstructuredAddress field is set. |