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 Type
    Method
    Description
    getPeople(int index)
    The list of contact people for the entry.
    int
    The 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.
    The list of contact people for the entry.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      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;