Data Catalog v1 API - Class UpdateEntryGroupRequest (2.11.0)

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

Reference documentation and code samples for the Data Catalog v1 API class UpdateEntryGroupRequest.

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