public sealed class CreateEntryGroupRequest : IMessage<CreateEntryGroupRequest>, IEquatable<CreateEntryGroupRequest>, IDeepCloneable<CreateEntryGroupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class CreateEntryGroupRequest.
Request message for [CreateEntryGroup][google.cloud.datacatalog.v1.DataCatalog.CreateEntryGroup].
Implements
IMessageCreateEntryGroupRequest, IEquatableCreateEntryGroupRequest, IDeepCloneableCreateEntryGroupRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
CreateEntryGroupRequest()
public CreateEntryGroupRequest()
CreateEntryGroupRequest(CreateEntryGroupRequest)
public CreateEntryGroupRequest(CreateEntryGroupRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateEntryGroupRequest |
Properties
EntryGroup
public EntryGroup EntryGroup { get; set; }
The entry group to create. Defaults to empty.
Property Value | |
---|---|
Type | Description |
EntryGroup |
EntryGroupId
public string EntryGroupId { get; set; }
Required. The ID of the entry group to create.
The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and must start with a letter or underscore. The maximum size is 64 bytes when encoded in UTF-8.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The names of the project and location that the new entry group belongs to.
Note: The entry group itself and its child resources might not be stored in the location specified in its name.
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |