Interface ContactsOrBuilder (1.9.3)

public interface ContactsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
Contacts.Person

getPeopleCount()

public abstract int getPeopleCount()

The list of contact people for the entry.

repeated .google.cloud.datacatalog.v1.Contacts.Person people = 1;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Returns
TypeDescription
List<? extends com.google.cloud.datacatalog.v1.Contacts.PersonOrBuilder>