ContactInfo.Builder |
ContactInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ContactInfo.Builder |
ContactInfo.Builder.clear() |
|
ContactInfo.Builder |
ContactInfo.Builder.clearDisplayName() |
Output only.
|
ContactInfo.Builder |
ContactInfo.Builder.clearEmail() |
The customer account's contact email.
|
ContactInfo.Builder |
ContactInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
ContactInfo.Builder |
ContactInfo.Builder.clearFirstName() |
The customer account contact's first name.
|
ContactInfo.Builder |
ContactInfo.Builder.clearLastName() |
The customer account contact's last name.
|
ContactInfo.Builder |
ContactInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
ContactInfo.Builder |
ContactInfo.Builder.clearPhone() |
The customer account's contact phone number.
|
ContactInfo.Builder |
ContactInfo.Builder.clearTitle() |
Optional.
|
ContactInfo.Builder |
ContactInfo.Builder.clone() |
|
ContactInfo.Builder |
Customer.Builder.getPrimaryContactInfoBuilder() |
Primary contact info.
|
ContactInfo.Builder |
ContactInfo.Builder.mergeFrom(ContactInfo other) |
|
ContactInfo.Builder |
ContactInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ContactInfo.Builder |
ContactInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
|
ContactInfo.Builder |
ContactInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static ContactInfo.Builder |
ContactInfo.newBuilder() |
|
static ContactInfo.Builder |
ContactInfo.newBuilder(ContactInfo prototype) |
|
ContactInfo.Builder |
ContactInfo.newBuilderForType() |
|
protected ContactInfo.Builder |
ContactInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
ContactInfo.Builder |
ContactInfo.Builder.setDisplayName(String value) |
Output only.
|
ContactInfo.Builder |
ContactInfo.Builder.setDisplayNameBytes(com.google.protobuf.ByteString value) |
Output only.
|
ContactInfo.Builder |
ContactInfo.Builder.setEmail(String value) |
The customer account's contact email.
|
ContactInfo.Builder |
ContactInfo.Builder.setEmailBytes(com.google.protobuf.ByteString value) |
The customer account's contact email.
|
ContactInfo.Builder |
ContactInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ContactInfo.Builder |
ContactInfo.Builder.setFirstName(String value) |
The customer account contact's first name.
|
ContactInfo.Builder |
ContactInfo.Builder.setFirstNameBytes(com.google.protobuf.ByteString value) |
The customer account contact's first name.
|
ContactInfo.Builder |
ContactInfo.Builder.setLastName(String value) |
The customer account contact's last name.
|
ContactInfo.Builder |
ContactInfo.Builder.setLastNameBytes(com.google.protobuf.ByteString value) |
The customer account contact's last name.
|
ContactInfo.Builder |
ContactInfo.Builder.setPhone(String value) |
The customer account's contact phone number.
|
ContactInfo.Builder |
ContactInfo.Builder.setPhoneBytes(com.google.protobuf.ByteString value) |
The customer account's contact phone number.
|
ContactInfo.Builder |
ContactInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
ContactInfo.Builder |
ContactInfo.Builder.setTitle(String value) |
Optional.
|
ContactInfo.Builder |
ContactInfo.Builder.setTitleBytes(com.google.protobuf.ByteString value) |
Optional.
|
ContactInfo.Builder |
ContactInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
ContactInfo.Builder |
ContactInfo.toBuilder() |
|