Contacts.Builder |
Contacts.Builder.addAllPeople(Iterable<? extends Contacts.Person> values) |
The list of contact people for the entry.
|
Contacts.Builder |
Contacts.Builder.addPeople(int index,
Contacts.Person value) |
The list of contact people for the entry.
|
Contacts.Builder |
Contacts.Builder.addPeople(int index,
Contacts.Person.Builder builderForValue) |
The list of contact people for the entry.
|
Contacts.Builder |
Contacts.Builder.addPeople(Contacts.Person value) |
The list of contact people for the entry.
|
Contacts.Builder |
Contacts.Builder.addPeople(Contacts.Person.Builder builderForValue) |
The list of contact people for the entry.
|
Contacts.Builder |
Contacts.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Contacts.Builder |
Contacts.Builder.clear() |
|
Contacts.Builder |
Contacts.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Contacts.Builder |
Contacts.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Contacts.Builder |
Contacts.Builder.clearPeople() |
The list of contact people for the entry.
|
Contacts.Builder |
Contacts.Builder.clone() |
|
Contacts.Builder |
BusinessContext.Builder.getContactsBuilder() |
Contact people for the entry.
|
Contacts.Builder |
ModifyEntryContactsRequest.Builder.getContactsBuilder() |
Required.
|
Contacts.Builder |
Contacts.Builder.mergeFrom(Contacts other) |
|
Contacts.Builder |
Contacts.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Contacts.Builder |
Contacts.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Contacts.Builder |
Contacts.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Contacts.Builder |
Contacts.newBuilder() |
|
static Contacts.Builder |
Contacts.newBuilder(Contacts prototype) |
|
Contacts.Builder |
Contacts.newBuilderForType() |
|
protected Contacts.Builder |
Contacts.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Contacts.Builder |
Contacts.Builder.removePeople(int index) |
The list of contact people for the entry.
|
Contacts.Builder |
Contacts.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Contacts.Builder |
Contacts.Builder.setPeople(int index,
Contacts.Person value) |
The list of contact people for the entry.
|
Contacts.Builder |
Contacts.Builder.setPeople(int index,
Contacts.Person.Builder builderForValue) |
The list of contact people for the entry.
|
Contacts.Builder |
Contacts.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Contacts.Builder |
Contacts.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Contacts.Builder |
Contacts.toBuilder() |
|