Uses of Class
com.google.cloud.datacatalog.v1.BusinessContext.Builder
-
Uses of BusinessContext.Builder in com.google.cloud.datacatalog.v1
Methods in com.google.cloud.datacatalog.v1 that return BusinessContext.BuilderModifier and TypeMethodDescriptionBusinessContext.Builder.clear()BusinessContext.Builder.clearContacts()Contact people for the entry.BusinessContext.Builder.clearEntryOverview()Entry overview fields for rich text descriptions of entries.Entry.Builder.getBusinessContextBuilder()Business Context of the entry.BusinessContext.Builder.mergeContacts(Contacts value) Contact people for the entry.BusinessContext.Builder.mergeEntryOverview(EntryOverview value) Entry overview fields for rich text descriptions of entries.BusinessContext.Builder.mergeFrom(BusinessContext other) BusinessContext.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BusinessContext.Builder.mergeFrom(com.google.protobuf.Message other) static BusinessContext.BuilderBusinessContext.newBuilder()static BusinessContext.BuilderBusinessContext.newBuilder(BusinessContext prototype) BusinessContext.newBuilderForType()protected BusinessContext.BuilderBusinessContext.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BusinessContext.Builder.setContacts(Contacts value) Contact people for the entry.BusinessContext.Builder.setContacts(Contacts.Builder builderForValue) Contact people for the entry.BusinessContext.Builder.setEntryOverview(EntryOverview value) Entry overview fields for rich text descriptions of entries.BusinessContext.Builder.setEntryOverview(EntryOverview.Builder builderForValue) Entry overview fields for rich text descriptions of entries.BusinessContext.toBuilder()Methods in com.google.cloud.datacatalog.v1 with parameters of type BusinessContext.BuilderModifier and TypeMethodDescriptionEntry.Builder.setBusinessContext(BusinessContext.Builder builderForValue) Business Context of the entry.