| Modifier and Type | Method and Description |
|---|---|
Contact |
Contact.Builder.build() |
Contact |
Contact.Builder.buildPartial() |
Contact |
ContactDetails.getContacts(int index)
A list of contacts
|
Contact |
ContactDetails.Builder.getContacts(int index)
A list of contacts
|
Contact |
ContactDetailsOrBuilder.getContacts(int index)
A list of contacts
|
static Contact |
Contact.getDefaultInstance() |
Contact |
Contact.getDefaultInstanceForType() |
Contact |
Contact.Builder.getDefaultInstanceForType() |
static Contact |
Contact.parseDelimitedFrom(InputStream input) |
static Contact |
Contact.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Contact |
Contact.parseFrom(byte[] data) |
static Contact |
Contact.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Contact |
Contact.parseFrom(ByteBuffer data) |
static Contact |
Contact.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Contact |
Contact.parseFrom(com.google.protobuf.ByteString data) |
static Contact |
Contact.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Contact |
Contact.parseFrom(com.google.protobuf.CodedInputStream input) |
static Contact |
Contact.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Contact |
Contact.parseFrom(InputStream input) |
static Contact |
Contact.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Contact> |
ContactDetails.getContactsList()
A list of contacts
|
List<Contact> |
ContactDetails.Builder.getContactsList()
A list of contacts
|
List<Contact> |
ContactDetailsOrBuilder.getContactsList()
A list of contacts
|
com.google.protobuf.Parser<Contact> |
Contact.getParserForType() |
static com.google.protobuf.Parser<Contact> |
Contact.parser() |
| Modifier and Type | Method and Description |
|---|---|
ContactDetails.Builder |
ContactDetails.Builder.addContacts(Contact value)
A list of contacts
|
ContactDetails.Builder |
ContactDetails.Builder.addContacts(int index,
Contact value)
A list of contacts
|
Contact.Builder |
Contact.Builder.mergeFrom(Contact other) |
static Contact.Builder |
Contact.newBuilder(Contact prototype) |
ContactDetails.Builder |
ContactDetails.Builder.setContacts(int index,
Contact value)
A list of contacts
|
| Modifier and Type | Method and Description |
|---|---|
ContactDetails.Builder |
ContactDetails.Builder.addAllContacts(Iterable<? extends Contact> values)
A list of contacts
|
Copyright © 2023 Google LLC. All rights reserved.