Class CreateEntryRequest (3.9.1)

CreateEntryRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for CreateEntry.

Attributes

NameDescription
parent str
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.
entry_id str
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.
entry google.cloud.datacatalog_v1.types.Entry
Required. The entry to create.

Inheritance

builtins.object > proto.message.Message > CreateEntryRequest