public static interface ContactSettings.ContactOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail()
Required.
|
com.google.protobuf.ByteString |
getEmailBytes()
Required.
|
String |
getFaxNumber()
Fax number of the contact in international format.
|
com.google.protobuf.ByteString |
getFaxNumberBytes()
Fax number of the contact in international format.
|
String |
getPhoneNumber()
Required.
|
com.google.protobuf.ByteString |
getPhoneNumberBytes()
Required.
|
com.google.type.PostalAddress |
getPostalAddress()
Required.
|
com.google.type.PostalAddressOrBuilder |
getPostalAddressOrBuilder()
Required.
|
boolean |
hasPostalAddress()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPostalAddress()
Required. Postal address of the contact.
.google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED];
com.google.type.PostalAddress getPostalAddress()
Required. Postal address of the contact.
.google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED];
com.google.type.PostalAddressOrBuilder getPostalAddressOrBuilder()
Required. Postal address of the contact.
.google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED];
String getEmail()
Required. Email address of the contact.
string email = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getEmailBytes()
Required. Email address of the contact.
string email = 2 [(.google.api.field_behavior) = REQUIRED];String getPhoneNumber()
Required. Phone number of the contact in international format. For example, `"+1-800-555-0123"`.
string phone_number = 3 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getPhoneNumberBytes()
Required. Phone number of the contact in international format. For example, `"+1-800-555-0123"`.
string phone_number = 3 [(.google.api.field_behavior) = REQUIRED];String getFaxNumber()
Fax number of the contact in international format. For example, `"+1-800-555-0123"`.
string fax_number = 4;com.google.protobuf.ByteString getFaxNumberBytes()
Fax number of the contact in international format. For example, `"+1-800-555-0123"`.
string fax_number = 4;Copyright © 2023 Google LLC. All rights reserved.