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
@Generated
public interface ContactsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetPeople(int index) The list of contact people for the entry.intThe list of contact people for the entry.The list of contact people for the entry.getPeopleOrBuilder(int index) The list of contact people for the entry.List<? extends Contacts.PersonOrBuilder>The list of contact people for the entry.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getPeopleList
List<Contacts.Person> getPeopleList()The list of contact people for the entry.
repeated .google.cloud.datacatalog.v1.Contacts.Person people = 1; -
getPeople
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
The list of contact people for the entry.
repeated .google.cloud.datacatalog.v1.Contacts.Person people = 1;
-