public enum ChangeRequest.ChangeType extends Enum<ChangeRequest.ChangeType> implements ProtocolMessageEnumEnum representing the type of change in the payload.
Protobuf enum google.cloud.dataplex.v1.ChangeRequest.ChangeType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CHANGE_TYPE_UNSPECIFIED |
State unspecified. |
CHANGE_TYPE_UNSPECIFIED_VALUE |
State unspecified. |
CREATE_ENTRY |
Request to create an Entry. |
CREATE_ENTRY_LINK |
Request to create an EntryLink. |
CREATE_ENTRY_LINK_VALUE |
Request to create an EntryLink. |
CREATE_ENTRY_VALUE |
Request to create an Entry. |
CREATE_GLOSSARY |
Request to create a Glossary. |
CREATE_GLOSSARY_CATEGORY |
Request to create a GlossaryCategory. |
CREATE_GLOSSARY_CATEGORY_VALUE |
Request to create a GlossaryCategory. |
CREATE_GLOSSARY_TERM |
Request to create a GlossaryTerm. |
CREATE_GLOSSARY_TERM_VALUE |
Request to create a GlossaryTerm. |
CREATE_GLOSSARY_VALUE |
Request to create a Glossary. |
DELETE_ENTRY |
Request to delete an Entry. |
DELETE_ENTRY_LINK |
Request to delete an EntryLink. |
DELETE_ENTRY_LINK_VALUE |
Request to delete an EntryLink. |
DELETE_ENTRY_VALUE |
Request to delete an Entry. |
DELETE_GLOSSARY |
Request to delete a Glossary. |
DELETE_GLOSSARY_CATEGORY |
Request to delete a GlossaryCategory. |
DELETE_GLOSSARY_CATEGORY_VALUE |
Request to delete a GlossaryCategory. |
DELETE_GLOSSARY_TERM |
Request to delete a GlossaryTerm. |
DELETE_GLOSSARY_TERM_VALUE |
Request to delete a GlossaryTerm. |
DELETE_GLOSSARY_VALUE |
Request to delete a Glossary. |
REQUEST_DATA_PRODUCT_ACCESS |
Request to request Data Product access. |
REQUEST_DATA_PRODUCT_ACCESS_VALUE |
Request to request Data Product access. |
UNRECOGNIZED |
|
UPDATE_ENTRY |
Request to update an Entry. |
UPDATE_ENTRY_VALUE |
Request to update an Entry. |
UPDATE_GLOSSARY |
Request to update a Glossary. |
UPDATE_GLOSSARY_CATEGORY |
Request to update a GlossaryCategory. |
UPDATE_GLOSSARY_CATEGORY_VALUE |
Request to update a GlossaryCategory. |
UPDATE_GLOSSARY_TERM |
Request to update a GlossaryTerm. |
UPDATE_GLOSSARY_TERM_VALUE |
Request to update a GlossaryTerm. |
UPDATE_GLOSSARY_VALUE |
Request to update a Glossary. |
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|