Class UpdateEntryGroupRequest (1.3.0)

public sealed class UpdateEntryGroupRequest : IMessage<UpdateEntryGroupRequest>, IEquatable<UpdateEntryGroupRequest>, IDeepCloneable<UpdateEntryGroupRequest>, IBufferMessage, IMessage

Request message for [UpdateEntryGroup][google.cloud.datacatalog.v1.DataCatalog.UpdateEntryGroup].

Inheritance

Object > UpdateEntryGroupRequest

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

UpdateEntryGroupRequest()

public UpdateEntryGroupRequest()

UpdateEntryGroupRequest(UpdateEntryGroupRequest)

public UpdateEntryGroupRequest(UpdateEntryGroupRequest other)
Parameter
NameDescription
otherUpdateEntryGroupRequest

Properties

EntryGroup

public EntryGroup EntryGroup { get; set; }

Required. Updates for the entry group. The name field must be set.

Property Value
TypeDescription
EntryGroup

UpdateMask

public FieldMask UpdateMask { get; set; }

Names of fields whose values to overwrite on an entry group.

If this parameter is absent or empty, all modifiable fields are overwritten. If such fields are non-required and omitted in the request body, their values are emptied.

Property Value
TypeDescription
FieldMask