public interface ContactsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPeople(int index)
public abstract Contacts.Person getPeople(int index)The list of contact people for the entry.
repeated .google.cloud.datacatalog.v1.Contacts.Person people = 1;
| Name | Description |
| index | int |
| Type | Description |
| Contacts.Person |
getPeopleCount()
public abstract int getPeopleCount()The list of contact people for the entry.
repeated .google.cloud.datacatalog.v1.Contacts.Person people = 1;
| Type | Description |
| int |
getPeopleList()
public abstract List<Contacts.Person> getPeopleList()The list of contact people for the entry.
repeated .google.cloud.datacatalog.v1.Contacts.Person people = 1;
| Type | Description |
| List<Person> |
getPeopleOrBuilder(int index)
public abstract Contacts.PersonOrBuilder getPeopleOrBuilder(int index)The list of contact people for the entry.
repeated .google.cloud.datacatalog.v1.Contacts.Person people = 1;
| Name | Description |
| index | int |
| Type | Description |
| Contacts.PersonOrBuilder |
getPeopleOrBuilderList()
public abstract List<? extends Contacts.PersonOrBuilder> getPeopleOrBuilderList()The list of contact people for the entry.
repeated .google.cloud.datacatalog.v1.Contacts.Person people = 1;
| Type | Description |
| List<? extends com.google.cloud.datacatalog.v1.Contacts.PersonOrBuilder> |