public sealed class ModifyEntryContactsRequest : IMessage<ModifyEntryContactsRequest>, IEquatable<ModifyEntryContactsRequest>, IDeepCloneable<ModifyEntryContactsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class ModifyEntryContactsRequest.
Request message for
[ModifyEntryContacts][google.cloud.datacatalog.v1.DataCatalog.ModifyEntryContacts].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `ModifyEntryContactsRequest` class within the Google Cloud Data Catalog v1 API, specifically for version 2.11.0 and its relationship with other versions."],["The `ModifyEntryContactsRequest` class is used to modify the contacts associated with a Data Catalog entry and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors to initialize a new `ModifyEntryContactsRequest` object or to create one by copying an existing object, and it has properties including `Contacts`, `EntryName`, and `Name`."],["The `ModifyEntryContactsRequest` is part of the `Google.Cloud.DataCatalog.V1` namespace, and the documentation provides a list of versions from 2.14.0 (latest) down to 1.2.0, detailing each version of the reference."],["The documentation details the inheritance of the `ModifyEntryContactsRequest` class from the `object` class, and includes inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]