| Modifier and Type | Method and Description |
|---|---|
Contacts.Person |
Contacts.Person.Builder.build() |
Contacts.Person |
Contacts.Person.Builder.buildPartial() |
static Contacts.Person |
Contacts.Person.getDefaultInstance() |
Contacts.Person |
Contacts.Person.getDefaultInstanceForType() |
Contacts.Person |
Contacts.Person.Builder.getDefaultInstanceForType() |
Contacts.Person |
Contacts.getPeople(int index)
The list of contact people for the entry.
|
Contacts.Person |
Contacts.Builder.getPeople(int index)
The list of contact people for the entry.
|
Contacts.Person |
ContactsOrBuilder.getPeople(int index)
The list of contact people for the entry.
|
static Contacts.Person |
Contacts.Person.parseDelimitedFrom(InputStream input) |
static Contacts.Person |
Contacts.Person.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Contacts.Person |
Contacts.Person.parseFrom(byte[] data) |
static Contacts.Person |
Contacts.Person.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Contacts.Person |
Contacts.Person.parseFrom(ByteBuffer data) |
static Contacts.Person |
Contacts.Person.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Contacts.Person |
Contacts.Person.parseFrom(com.google.protobuf.ByteString data) |
static Contacts.Person |
Contacts.Person.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Contacts.Person |
Contacts.Person.parseFrom(com.google.protobuf.CodedInputStream input) |
static Contacts.Person |
Contacts.Person.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Contacts.Person |
Contacts.Person.parseFrom(InputStream input) |
static Contacts.Person |
Contacts.Person.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Contacts.Person> |
Contacts.Person.getParserForType() |
List<Contacts.Person> |
Contacts.getPeopleList()
The list of contact people for the entry.
|
List<Contacts.Person> |
Contacts.Builder.getPeopleList()
The list of contact people for the entry.
|
List<Contacts.Person> |
ContactsOrBuilder.getPeopleList()
The list of contact people for the entry.
|
static com.google.protobuf.Parser<Contacts.Person> |
Contacts.Person.parser() |
| Modifier and Type | Method and Description |
|---|---|
Contacts.Builder |
Contacts.Builder.addPeople(Contacts.Person value)
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.Person.Builder |
Contacts.Person.Builder.mergeFrom(Contacts.Person other) |
static Contacts.Person.Builder |
Contacts.Person.newBuilder(Contacts.Person prototype) |
Contacts.Builder |
Contacts.Builder.setPeople(int index,
Contacts.Person value)
The list of contact people for the entry.
|
| Modifier and Type | Method and Description |
|---|---|
Contacts.Builder |
Contacts.Builder.addAllPeople(Iterable<? extends Contacts.Person> values)
The list of contact people for the entry.
|
Copyright © 2023 Google LLC. All rights reserved.