public sealed class StarEntryRequest : IMessage<StarEntryRequest>, IEquatable<StarEntryRequest>, IDeepCloneable<StarEntryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class StarEntryRequest.
Request message for [StarEntry][google.cloud.datacatalog.v1.DataCatalog.StarEntry].
Implements
IMessageStarEntryRequest, IEquatableStarEntryRequest, IDeepCloneableStarEntryRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
StarEntryRequest()
public StarEntryRequest()
StarEntryRequest(StarEntryRequest)
public StarEntryRequest(StarEntryRequest other)
Parameter | |
---|---|
Name | Description |
other | StarEntryRequest |
Properties
EntryName
public EntryName EntryName { get; set; }
Property Value | |
---|---|
Type | Description |
EntryName |
Name
public string Name { get; set; }
Required. The name of the entry to mark as starred.
Property Value | |
---|---|
Type | Description |
string |