Cloud Dataplex v1 API - Enum ChangeRequest.Types.ChangeType (3.15.0)

public enum ChangeRequest.Types.ChangeType

Reference documentation and code samples for the Cloud Dataplex v1 API enum ChangeRequest.Types.ChangeType.

Enum representing the type of change in the payload.

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Fields

Name Description
CreateEntry

Request to create an Entry.

Request to create an EntryLink.

CreateGlossary

Request to create a Glossary.

CreateGlossaryCategory

Request to create a GlossaryCategory.

CreateGlossaryTerm

Request to create a GlossaryTerm.

DeleteEntry

Request to delete an Entry.

Request to delete an EntryLink.

DeleteGlossary

Request to delete a Glossary.

DeleteGlossaryCategory

Request to delete a GlossaryCategory.

DeleteGlossaryTerm

Request to delete a GlossaryTerm.

RequestDataProductAccess

Request to request Data Product access.

Unspecified

State unspecified.

UpdateEntry

Request to update an Entry.

UpdateGlossary

Request to update a Glossary.

UpdateGlossaryCategory

Request to update a GlossaryCategory.

UpdateGlossaryTerm

Request to update a GlossaryTerm.