public interface ContactsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Contacts.Person |
getPeople(int index)
The list of contact people for the entry.
|
int |
getPeopleCount()
The list of contact people for the entry.
|
List<Contacts.Person> |
getPeopleList()
The list of contact people for the entry.
|
Contacts.PersonOrBuilder |
getPeopleOrBuilder(int index)
The list of contact people for the entry.
|
List<? extends Contacts.PersonOrBuilder> |
getPeopleOrBuilderList()
The list of contact people for the entry.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Contacts.Person> getPeopleList()
The list of contact people for the entry.
repeated .google.cloud.datacatalog.v1.Contacts.Person people = 1;Contacts.Person getPeople(int index)
The list of contact people for the entry.
repeated .google.cloud.datacatalog.v1.Contacts.Person people = 1;int getPeopleCount()
The list of contact people for the entry.
repeated .google.cloud.datacatalog.v1.Contacts.Person people = 1;List<? extends Contacts.PersonOrBuilder> getPeopleOrBuilderList()
The list of contact people for the entry.
repeated .google.cloud.datacatalog.v1.Contacts.Person people = 1;Contacts.PersonOrBuilder getPeopleOrBuilder(int index)
The list of contact people for the entry.
repeated .google.cloud.datacatalog.v1.Contacts.Person people = 1;Copyright © 2023 Google LLC. All rights reserved.