Uses of Class
com.google.cloud.datacatalog.v1.Contacts.Person
-
Packages that use Contacts.Person Package Description com.google.cloud.datacatalog.v1 A client to Google Cloud Data Catalog API -
-
Uses of Contacts.Person in com.google.cloud.datacatalog.v1
Methods in com.google.cloud.datacatalog.v1 that return Contacts.Person Modifier and Type Method Description Contacts.PersonContacts.Person.Builder. build()Contacts.PersonContacts.Person.Builder. buildPartial()static Contacts.PersonContacts.Person. getDefaultInstance()Contacts.PersonContacts.Person.Builder. getDefaultInstanceForType()Contacts.PersonContacts.Person. getDefaultInstanceForType()Contacts.PersonContacts.Builder. getPeople(int index)The list of contact people for the entry.Contacts.PersonContacts. getPeople(int index)The list of contact people for the entry.Contacts.PersonContactsOrBuilder. getPeople(int index)The list of contact people for the entry.static Contacts.PersonContacts.Person. parseDelimitedFrom(InputStream input)static Contacts.PersonContacts.Person. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Contacts.PersonContacts.Person. parseFrom(byte[] data)static Contacts.PersonContacts.Person. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Contacts.PersonContacts.Person. parseFrom(com.google.protobuf.ByteString data)static Contacts.PersonContacts.Person. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Contacts.PersonContacts.Person. parseFrom(com.google.protobuf.CodedInputStream input)static Contacts.PersonContacts.Person. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Contacts.PersonContacts.Person. parseFrom(InputStream input)static Contacts.PersonContacts.Person. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Contacts.PersonContacts.Person. parseFrom(ByteBuffer data)static Contacts.PersonContacts.Person. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.datacatalog.v1 that return types with arguments of type Contacts.Person Modifier and Type Method Description com.google.protobuf.Parser<Contacts.Person>Contacts.Person. getParserForType()List<Contacts.Person>Contacts.Builder. getPeopleList()The list of contact people for the entry.List<Contacts.Person>Contacts. getPeopleList()The list of contact people for the entry.List<Contacts.Person>ContactsOrBuilder. getPeopleList()The list of contact people for the entry.static com.google.protobuf.Parser<Contacts.Person>Contacts.Person. parser()Methods in com.google.cloud.datacatalog.v1 with parameters of type Contacts.Person Modifier and Type Method Description Contacts.BuilderContacts.Builder. addPeople(int index, Contacts.Person value)The list of contact people for the entry.Contacts.BuilderContacts.Builder. addPeople(Contacts.Person value)The list of contact people for the entry.Contacts.Person.BuilderContacts.Person.Builder. mergeFrom(Contacts.Person other)static Contacts.Person.BuilderContacts.Person. newBuilder(Contacts.Person prototype)Contacts.BuilderContacts.Builder. setPeople(int index, Contacts.Person value)The list of contact people for the entry.Method parameters in com.google.cloud.datacatalog.v1 with type arguments of type Contacts.Person Modifier and Type Method Description Contacts.BuilderContacts.Builder. addAllPeople(Iterable<? extends Contacts.Person> values)The list of contact people for the entry.
-