Data Catalog v1 API - Class CreateEntryGroupRequest (2.11.0)

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].

Inheritance

object > CreateEntryGroupRequest

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

CreateEntryGroupRequest()

public CreateEntryGroupRequest()

CreateEntryGroupRequest(CreateEntryGroupRequest)

public CreateEntryGroupRequest(CreateEntryGroupRequest other)
Parameter
NameDescription
otherCreateEntryGroupRequest

Properties

EntryGroup

public EntryGroup EntryGroup { get; set; }

The entry group to create. Defaults to empty.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName