Uses of Class
com.google.cloud.datacatalog.v1.Contacts.Builder
-
Uses of Contacts.Builder in com.google.cloud.datacatalog.v1
Methods in com.google.cloud.datacatalog.v1 that return Contacts.BuilderModifier and TypeMethodDescriptionContacts.Builder.addAllPeople(Iterable<? extends Contacts.Person> values) The list of contact people for the entry.Contacts.Builder.addPeople(int index, Contacts.Person value) The list of contact people for the entry.Contacts.Builder.addPeople(int index, Contacts.Person.Builder builderForValue) The list of contact people for the entry.Contacts.Builder.addPeople(Contacts.Person value) The list of contact people for the entry.Contacts.Builder.addPeople(Contacts.Person.Builder builderForValue) The list of contact people for the entry.Contacts.Builder.clear()Contacts.Builder.clearPeople()The list of contact people for the entry.BusinessContext.Builder.getContactsBuilder()Contact people for the entry.ModifyEntryContactsRequest.Builder.getContactsBuilder()Required.Contacts.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Contacts.Builder.mergeFrom(com.google.protobuf.Message other) static Contacts.BuilderContacts.newBuilder()static Contacts.BuilderContacts.newBuilder(Contacts prototype) Contacts.newBuilderForType()protected Contacts.BuilderContacts.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Contacts.Builder.removePeople(int index) The list of contact people for the entry.Contacts.Builder.setPeople(int index, Contacts.Person value) The list of contact people for the entry.Contacts.Builder.setPeople(int index, Contacts.Person.Builder builderForValue) The list of contact people for the entry.Contacts.toBuilder()Methods in com.google.cloud.datacatalog.v1 with parameters of type Contacts.BuilderModifier and TypeMethodDescriptionBusinessContext.Builder.setContacts(Contacts.Builder builderForValue) Contact people for the entry.ModifyEntryContactsRequest.Builder.setContacts(Contacts.Builder builderForValue) Required.