Data Catalog v1 API - Class ModifyEntryContactsRequest (2.8.0)

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].

Inheritance

object > ModifyEntryContactsRequest

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

ModifyEntryContactsRequest()

public ModifyEntryContactsRequest()

ModifyEntryContactsRequest(ModifyEntryContactsRequest)

public ModifyEntryContactsRequest(ModifyEntryContactsRequest other)
Parameter
NameDescription
otherModifyEntryContactsRequest

Properties

Contacts

public Contacts Contacts { get; set; }

Required. The new value for the Contacts.

Property Value
TypeDescription
Contacts

EntryName

public EntryName EntryName { get; set; }

EntryName-typed view over the Name resource name property.

Property Value
TypeDescription
EntryName

Name

public string Name { get; set; }

Required. The full resource name of the entry.

Property Value
TypeDescription
string