Data Catalog v1 API - Class UnstarEntryRequest (2.11.0)

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

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

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

Inheritance

object > UnstarEntryRequest

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

UnstarEntryRequest()

public UnstarEntryRequest()

UnstarEntryRequest(UnstarEntryRequest)

public UnstarEntryRequest(UnstarEntryRequest other)
Parameter
NameDescription
otherUnstarEntryRequest

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 not starred.

Property Value
TypeDescription
string