Uses of Class
com.google.cloud.datacatalog.v1.Contacts.Person.Builder
-
Uses of Contacts.Person.Builder in com.google.cloud.datacatalog.v1
Methods in com.google.cloud.datacatalog.v1 that return Contacts.Person.BuilderModifier and TypeMethodDescriptionContacts.Builder.addPeopleBuilder()The list of contact people for the entry.Contacts.Builder.addPeopleBuilder(int index) The list of contact people for the entry.Contacts.Person.Builder.clear()Contacts.Person.Builder.clearDesignation()Designation of the person, for example, Data Steward.Contacts.Person.Builder.clearEmail()Email of the person in the format of `john.doe@xyz`, `<john.doe@xyz>`, or `John Doe<john.doe@xyz>`.Contacts.Builder.getPeopleBuilder(int index) The list of contact people for the entry.Contacts.Person.Builder.mergeFrom(Contacts.Person other) Contacts.Person.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Contacts.Person.Builder.mergeFrom(com.google.protobuf.Message other) static Contacts.Person.BuilderContacts.Person.newBuilder()static Contacts.Person.BuilderContacts.Person.newBuilder(Contacts.Person prototype) Contacts.Person.newBuilderForType()protected Contacts.Person.BuilderContacts.Person.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Contacts.Person.Builder.setDesignation(String value) Designation of the person, for example, Data Steward.Contacts.Person.Builder.setDesignationBytes(com.google.protobuf.ByteString value) Designation of the person, for example, Data Steward.Email of the person in the format of `john.doe@xyz`, `<john.doe@xyz>`, or `John Doe<john.doe@xyz>`.Contacts.Person.Builder.setEmailBytes(com.google.protobuf.ByteString value) Email of the person in the format of `john.doe@xyz`, `<john.doe@xyz>`, or `John Doe<john.doe@xyz>`.Contacts.Person.toBuilder()Methods in com.google.cloud.datacatalog.v1 that return types with arguments of type Contacts.Person.BuilderModifier and TypeMethodDescriptionContacts.Builder.getPeopleBuilderList()The list of contact people for the entry.Methods in com.google.cloud.datacatalog.v1 with parameters of type Contacts.Person.BuilderModifier and TypeMethodDescriptionContacts.Builder.addPeople(int index, Contacts.Person.Builder builderForValue) 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.setPeople(int index, Contacts.Person.Builder builderForValue) The list of contact people for the entry.