public static interface Contacts.PersonOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDesignation()
Designation of the person, for example, Data Steward.
|
com.google.protobuf.ByteString |
getDesignationBytes()
Designation of the person, for example, Data Steward.
|
String |
getEmail()
Email of the person in the format of `john.doe@xyz`,
`<john.doe@xyz>`, or `John Doe<john.doe@xyz>`.
|
com.google.protobuf.ByteString |
getEmailBytes()
Email of the person in the format of `john.doe@xyz`,
`<john.doe@xyz>`, or `John Doe<john.doe@xyz>`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDesignation()
Designation of the person, for example, Data Steward.
string designation = 1;com.google.protobuf.ByteString getDesignationBytes()
Designation of the person, for example, Data Steward.
string designation = 1;String getEmail()
Email of the person in the format of `john.doe@xyz`, `<john.doe@xyz>`, or `John Doe<john.doe@xyz>`.
string email = 2;com.google.protobuf.ByteString getEmailBytes()
Email of the person in the format of `john.doe@xyz`, `<john.doe@xyz>`, or `John Doe<john.doe@xyz>`.
string email = 2;Copyright © 2023 Google LLC. All rights reserved.