Data Catalog v1 API - Class CreateEntryRequest (2.11.0)

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

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

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

Inheritance

object > CreateEntryRequest

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

CreateEntryRequest()

public CreateEntryRequest()

CreateEntryRequest(CreateEntryRequest)

public CreateEntryRequest(CreateEntryRequest other)
Parameter
NameDescription
otherCreateEntryRequest

Properties

Entry

public Entry Entry { get; set; }

Required. The entry to create.

Property Value
TypeDescription
Entry

EntryId

public string EntryId { get; set; }

Required. The ID of the entry to create.

The ID must contain only letters (a-z, A-Z), numbers (0-9), and underscores (_). The maximum size is 64 bytes when encoded in UTF-8.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The name of the entry group this entry belongs to.

Note: The entry itself and its child resources might not be stored in the location specified in its name.

Property Value
TypeDescription
string

ParentAsEntryGroupName

public EntryGroupName ParentAsEntryGroupName { get; set; }

EntryGroupName-typed view over the Parent resource name property.

Property Value
TypeDescription
EntryGroupName