Uses of Class
com.google.cloud.datacatalog.v1.Contacts.Person
-
Uses of Contacts.Person in com.google.cloud.datacatalog.v1
Methods in com.google.cloud.datacatalog.v1 that return Contacts.PersonModifier and TypeMethodDescriptionContacts.Person.Builder.build()Contacts.Person.Builder.buildPartial()static Contacts.PersonContacts.Person.getDefaultInstance()Contacts.Person.Builder.getDefaultInstanceForType()Contacts.Person.getDefaultInstanceForType()Contacts.Builder.getPeople(int index) The list of contact people for the entry.Contacts.getPeople(int index) The list of contact people for the entry.ContactsOrBuilder.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.PersonModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Contacts.Person>Contacts.Person.getParserForType()Contacts.Builder.getPeopleList()The list of contact people for the entry.Contacts.getPeopleList()The list of contact people for the entry.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.PersonModifier and TypeMethodDescriptionContacts.Builder.addPeople(int index, Contacts.Person value) The list of contact people for the entry.Contacts.Builder.addPeople(Contacts.Person value) The list of contact people for the entry.Contacts.Person.Builder.mergeFrom(Contacts.Person other) static Contacts.Person.BuilderContacts.Person.newBuilder(Contacts.Person prototype) Contacts.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.PersonModifier and TypeMethodDescriptionContacts.Builder.addAllPeople(Iterable<? extends Contacts.Person> values) The list of contact people for the entry.