Package com.google.cloud.datacatalog.v1
Interface ContactsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Contacts,Contacts.Builder
public interface ContactsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Contacts.PersongetPeople(int index)The list of contact people for the entry.intgetPeopleCount()The list of contact people for the entry.List<Contacts.Person>getPeopleList()The list of contact people for the entry.Contacts.PersonOrBuildergetPeopleOrBuilder(int index)The list of contact people for the entry.List<? extends Contacts.PersonOrBuilder>getPeopleOrBuilderList()The list of contact people for the entry.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPeopleList
List<Contacts.Person> getPeopleList()
The list of contact people for the entry.
repeated .google.cloud.datacatalog.v1.Contacts.Person people = 1;
-
getPeople
Contacts.Person getPeople(int index)
The list of contact people for the entry.
repeated .google.cloud.datacatalog.v1.Contacts.Person people = 1;
-
getPeopleCount
int getPeopleCount()
The list of contact people for the entry.
repeated .google.cloud.datacatalog.v1.Contacts.Person people = 1;
-
getPeopleOrBuilderList
List<? extends Contacts.PersonOrBuilder> getPeopleOrBuilderList()
The list of contact people for the entry.
repeated .google.cloud.datacatalog.v1.Contacts.Person people = 1;
-
getPeopleOrBuilder
Contacts.PersonOrBuilder getPeopleOrBuilder(int index)
The list of contact people for the entry.
repeated .google.cloud.datacatalog.v1.Contacts.Person people = 1;
-
-