Class CreateEntryRequest (2.0.0)

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 is in. Example: - projects/{project_id}/locations/{location}/entryGroups/{entry_group_id} Note that this Entry and its child resources may not actually be stored in the location in this name.
entry_id str
Required. The id of the entry to create.
entry `.datacatalog.Entry`
Required. The entry to create.

Inheritance

builtins.object > proto.message.Message > CreateEntryRequest