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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.datacatalog.v1.Contacts.PersonOrBuilder> |
|