public sealed class UpdateEntryGroupRequest : IMessage<UpdateEntryGroupRequest>, IEquatable<UpdateEntryGroupRequest>, IDeepCloneable<UpdateEntryGroupRequest>, IBufferMessage, IMessageReference documentation and code samples for the Data Catalog v1 API class UpdateEntryGroupRequest.
Request message for [UpdateEntryGroup][google.cloud.datacatalog.v1.DataCatalog.UpdateEntryGroup].
Implements
IMessageUpdateEntryGroupRequest, IEquatableUpdateEntryGroupRequest, IDeepCloneableUpdateEntryGroupRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
UpdateEntryGroupRequest()
public UpdateEntryGroupRequest()UpdateEntryGroupRequest(UpdateEntryGroupRequest)
public UpdateEntryGroupRequest(UpdateEntryGroupRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateEntryGroupRequest |
Properties
EntryGroup
public EntryGroup EntryGroup { get; set; }Required. Updates for the entry group. The name field must be set.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
FieldMask |
|