public sealed class CreateEntryRequest : IMessage<CreateEntryRequest>, IEquatable<CreateEntryRequest>, IDeepCloneable<CreateEntryRequest>, IBufferMessage, IMessage
Request message for [CreateEntry][google.cloud.datacatalog.v1.DataCatalog.CreateEntry].
Implements
IMessage<CreateEntryRequest>, IEquatable<CreateEntryRequest>, IDeepCloneable<CreateEntryRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
CreateEntryRequest()
public CreateEntryRequest()
CreateEntryRequest(CreateEntryRequest)
public CreateEntryRequest(CreateEntryRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateEntryRequest |
Properties
Entry
public Entry Entry { get; set; }
Required. The entry to create.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
ParentAsEntryGroupName
public EntryGroupName ParentAsEntryGroupName { get; set; }
EntryGroupName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
EntryGroupName |