Google Cloud Dataplex V1 Client - Class ChangeType (1.14.0)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class ChangeType.

Enum representing the type of change in the payload.

Protobuf type google.cloud.dataplex.v1.ChangeRequest.ChangeType

Namespace

Google \ Cloud \ Dataplex \ V1 \ ChangeRequest

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CHANGE_TYPE_UNSPECIFIED

Value: 0

State unspecified.

Generated from protobuf enum CHANGE_TYPE_UNSPECIFIED = 0;

CREATE_ENTRY

Value: 1

Request to create an Entry.

Generated from protobuf enum CREATE_ENTRY = 1;

UPDATE_ENTRY

Value: 2

Request to update an Entry.

Generated from protobuf enum UPDATE_ENTRY = 2;

DELETE_ENTRY

Value: 3

Request to delete an Entry.

Generated from protobuf enum DELETE_ENTRY = 3;

CREATE_ENTRY_LINK

Value: 4

Request to create an EntryLink.

Generated from protobuf enum CREATE_ENTRY_LINK = 4;

DELETE_ENTRY_LINK

Value: 5

Request to delete an EntryLink.

Generated from protobuf enum DELETE_ENTRY_LINK = 5;

CREATE_GLOSSARY

Value: 7

Request to create a Glossary.

Generated from protobuf enum CREATE_GLOSSARY = 7;

UPDATE_GLOSSARY

Value: 8

Request to update a Glossary.

Generated from protobuf enum UPDATE_GLOSSARY = 8;

DELETE_GLOSSARY

Value: 9

Request to delete a Glossary.

Generated from protobuf enum DELETE_GLOSSARY = 9;

CREATE_GLOSSARY_CATEGORY

Value: 10

Request to create a GlossaryCategory.

Generated from protobuf enum CREATE_GLOSSARY_CATEGORY = 10;

UPDATE_GLOSSARY_CATEGORY

Value: 11

Request to update a GlossaryCategory.

Generated from protobuf enum UPDATE_GLOSSARY_CATEGORY = 11;

DELETE_GLOSSARY_CATEGORY

Value: 13

Request to delete a GlossaryCategory.

Generated from protobuf enum DELETE_GLOSSARY_CATEGORY = 13;

CREATE_GLOSSARY_TERM

Value: 14

Request to create a GlossaryTerm.

Generated from protobuf enum CREATE_GLOSSARY_TERM = 14;

UPDATE_GLOSSARY_TERM

Value: 15

Request to update a GlossaryTerm.

Generated from protobuf enum UPDATE_GLOSSARY_TERM = 15;

DELETE_GLOSSARY_TERM

Value: 17

Request to delete a GlossaryTerm.

Generated from protobuf enum DELETE_GLOSSARY_TERM = 17;

REQUEST_DATA_PRODUCT_ACCESS

Value: 33

Request to request Data Product access.

Generated from protobuf enum REQUEST_DATA_PRODUCT_ACCESS = 33;