public interface AddressOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Address.AddressCase |
getAddressCase() |
com.google.protobuf.BoolValue |
getCurrent()
Optional.
|
com.google.protobuf.BoolValueOrBuilder |
getCurrentOrBuilder()
Optional.
|
com.google.type.PostalAddress |
getStructuredAddress()
Optional.
|
com.google.type.PostalAddressOrBuilder |
getStructuredAddressOrBuilder()
Optional.
|
String |
getUnstructuredAddress()
Optional.
|
com.google.protobuf.ByteString |
getUnstructuredAddressBytes()
Optional.
|
ContactInfoUsage |
getUsage()
Optional.
|
int |
getUsageValue()
Optional.
|
boolean |
hasCurrent()
Optional.
|
boolean |
hasStructuredAddress()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getUsageValue()
Optional. The usage of the address. For example, SCHOOL, WORK, PERSONAL.
.google.cloud.talent.v4beta1.ContactInfoUsage usage = 1;ContactInfoUsage getUsage()
Optional. The usage of the address. For example, SCHOOL, WORK, PERSONAL.
.google.cloud.talent.v4beta1.ContactInfoUsage usage = 1;String getUnstructuredAddress()
Optional. Unstructured address. For example, "1600 Amphitheatre Pkwy, Mountain View, CA 94043", "Sunnyvale, California". Number of characters allowed is 100.
string unstructured_address = 2;com.google.protobuf.ByteString getUnstructuredAddressBytes()
Optional. Unstructured address. For example, "1600 Amphitheatre Pkwy, Mountain View, CA 94043", "Sunnyvale, California". Number of characters allowed is 100.
string unstructured_address = 2;boolean hasStructuredAddress()
Optional. Structured address that contains street address, city, state, country, and so on.
.google.type.PostalAddress structured_address = 3;com.google.type.PostalAddress getStructuredAddress()
Optional. Structured address that contains street address, city, state, country, and so on.
.google.type.PostalAddress structured_address = 3;com.google.type.PostalAddressOrBuilder getStructuredAddressOrBuilder()
Optional. Structured address that contains street address, city, state, country, and so on.
.google.type.PostalAddress structured_address = 3;boolean hasCurrent()
Optional. Indicates if it's the person's current address.
.google.protobuf.BoolValue current = 4;com.google.protobuf.BoolValue getCurrent()
Optional. Indicates if it's the person's current address.
.google.protobuf.BoolValue current = 4;com.google.protobuf.BoolValueOrBuilder getCurrentOrBuilder()
Optional. Indicates if it's the person's current address.
.google.protobuf.BoolValue current = 4;Address.AddressCase getAddressCase()
Copyright © 2019 Google LLC. All rights reserved.