Class StarEntryRequest (1.7.0)

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

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

Inheritance

Object > StarEntryRequest

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

StarEntryRequest()

public StarEntryRequest()

StarEntryRequest(StarEntryRequest)

public StarEntryRequest(StarEntryRequest other)
Parameter
NameDescription
otherStarEntryRequest

Properties

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 name of the entry to mark as starred.

Property Value
TypeDescription
String