Class ModifyEntryOverviewRequest (1.8.0)

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

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

Inheritance

Object > ModifyEntryOverviewRequest

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

ModifyEntryOverviewRequest()

public ModifyEntryOverviewRequest()

ModifyEntryOverviewRequest(ModifyEntryOverviewRequest)

public ModifyEntryOverviewRequest(ModifyEntryOverviewRequest other)
Parameter
NameDescription
otherModifyEntryOverviewRequest

Properties

EntryName

public EntryName EntryName { get; set; }

EntryName-typed view over the Name resource name property.

Property Value
TypeDescription
EntryName

EntryOverview

public EntryOverview EntryOverview { get; set; }

Required. The new value for the Entry Overview.

Property Value
TypeDescription
EntryOverview

Name

public string Name { get; set; }

Required. The full resource name of the entry.

Property Value
TypeDescription
String