Cloud Dataplex v1 API - Class GetEntryRequest (3.12.0)

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

Reference documentation and code samples for the Cloud Dataplex v1 API class GetEntryRequest.

Get Entry request.

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
Name Description
other GetEntryRequest

Properties

AspectTypes

public RepeatedField<string> AspectTypes { get; }

Optional. Limits the aspects returned to the provided aspect types. It only works for CUSTOM view.

Property Value
Type Description
RepeatedField string

EntryName

public EntryName EntryName { get; set; }

EntryName-typed view over the Name resource name property.

Property Value
Type Description
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
Type Description
string

Paths

public RepeatedField<string> Paths { get; }

Optional. Limits the aspects returned to those associated with the provided paths within the Entry. It only works for CUSTOM view.

Property Value
Type Description
RepeatedField string

View

public EntryView View { get; set; }

Optional. View to control which parts of an entry the service should return.

Property Value
Type Description
EntryView

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.