Cloud Dataplex v1 API - Class GetEntryRequest (2.15.0)

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

Inheritance

object > GetEntryRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

GetEntryRequest()

public GetEntryRequest()

GetEntryRequest(GetEntryRequest)

public GetEntryRequest(GetEntryRequest other)
Parameter
NameDescription
otherGetEntryRequest

Properties

AspectTypes

public RepeatedField<string> AspectTypes { get; }

Optional. Limits the aspects returned to the provided aspect types. Only works if the CUSTOM view is selected.

Property Value
TypeDescription
RepeatedFieldstring

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 resource name of the Entry: projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}.

Property Value
TypeDescription
string

Paths

public RepeatedField<string> Paths { get; }

Optional. Limits the aspects returned to those associated with the provided paths within the Entry. Only works if the CUSTOM view is selected.

Property Value
TypeDescription
RepeatedFieldstring

View

public EntryView View { get; set; }

Optional. View for controlling which parts of an entry are to be returned.

Property Value
TypeDescription
EntryView