Uses of Interface
com.google.cloud.datacatalog.v1.Contacts.PersonOrBuilder
-
Packages that use Contacts.PersonOrBuilder Package Description com.google.cloud.datacatalog.v1 A client to Google Cloud Data Catalog API -
-
Uses of Contacts.PersonOrBuilder in com.google.cloud.datacatalog.v1
Classes in com.google.cloud.datacatalog.v1 that implement Contacts.PersonOrBuilder Modifier and Type Class Description static class
Contacts.Person
A contact person for the entry.static class
Contacts.Person.Builder
A contact person for the entry.Methods in com.google.cloud.datacatalog.v1 that return Contacts.PersonOrBuilder Modifier and Type Method Description Contacts.PersonOrBuilder
Contacts.Builder. getPeopleOrBuilder(int index)
The list of contact people for the entry.Contacts.PersonOrBuilder
Contacts. getPeopleOrBuilder(int index)
The list of contact people for the entry.Contacts.PersonOrBuilder
ContactsOrBuilder. getPeopleOrBuilder(int index)
The list of contact people for the entry.Methods in com.google.cloud.datacatalog.v1 that return types with arguments of type Contacts.PersonOrBuilder Modifier and Type Method Description List<? extends Contacts.PersonOrBuilder>
Contacts.Builder. getPeopleOrBuilderList()
The list of contact people for the entry.List<? extends Contacts.PersonOrBuilder>
Contacts. getPeopleOrBuilderList()
The list of contact people for the entry.List<? extends Contacts.PersonOrBuilder>
ContactsOrBuilder. getPeopleOrBuilderList()
The list of contact people for the entry.
-