Class: Google::Cloud::Dataplex::V1::BusinessGlossaryEvent
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::BusinessGlossaryEvent
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/logs.rb
Overview
Payload associated with Business Glossary related log events.
Defined Under Namespace
Modules: EventType
Instance Attribute Summary collapse
-
#event_type ⇒ ::Google::Cloud::Dataplex::V1::BusinessGlossaryEvent::EventType
The type of the event.
-
#message ⇒ ::String
The log message.
-
#resource ⇒ ::String
Name of the resource.
Instance Attribute Details
#event_type ⇒ ::Google::Cloud::Dataplex::V1::BusinessGlossaryEvent::EventType
Returns The type of the event.
890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 |
# File 'proto_docs/google/cloud/dataplex/v1/logs.rb', line 890 class BusinessGlossaryEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Type of glossary log event. module EventType # An unspecified event type. EVENT_TYPE_UNSPECIFIED = 0 # Glossary create event. GLOSSARY_CREATE = 1 # Glossary update event. GLOSSARY_UPDATE = 2 # Glossary delete event. GLOSSARY_DELETE = 3 # Glossary category create event. GLOSSARY_CATEGORY_CREATE = 4 # Glossary category update event. GLOSSARY_CATEGORY_UPDATE = 5 # Glossary category delete event. GLOSSARY_CATEGORY_DELETE = 6 # Glossary term create event. GLOSSARY_TERM_CREATE = 7 # Glossary term update event. GLOSSARY_TERM_UPDATE = 8 # Glossary term delete event. GLOSSARY_TERM_DELETE = 9 end end |
#message ⇒ ::String
Returns The log message.
890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 |
# File 'proto_docs/google/cloud/dataplex/v1/logs.rb', line 890 class BusinessGlossaryEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Type of glossary log event. module EventType # An unspecified event type. EVENT_TYPE_UNSPECIFIED = 0 # Glossary create event. GLOSSARY_CREATE = 1 # Glossary update event. GLOSSARY_UPDATE = 2 # Glossary delete event. GLOSSARY_DELETE = 3 # Glossary category create event. GLOSSARY_CATEGORY_CREATE = 4 # Glossary category update event. GLOSSARY_CATEGORY_UPDATE = 5 # Glossary category delete event. GLOSSARY_CATEGORY_DELETE = 6 # Glossary term create event. GLOSSARY_TERM_CREATE = 7 # Glossary term update event. GLOSSARY_TERM_UPDATE = 8 # Glossary term delete event. GLOSSARY_TERM_DELETE = 9 end end |
#resource ⇒ ::String
Returns Name of the resource.
890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 |
# File 'proto_docs/google/cloud/dataplex/v1/logs.rb', line 890 class BusinessGlossaryEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Type of glossary log event. module EventType # An unspecified event type. EVENT_TYPE_UNSPECIFIED = 0 # Glossary create event. GLOSSARY_CREATE = 1 # Glossary update event. GLOSSARY_UPDATE = 2 # Glossary delete event. GLOSSARY_DELETE = 3 # Glossary category create event. GLOSSARY_CATEGORY_CREATE = 4 # Glossary category update event. GLOSSARY_CATEGORY_UPDATE = 5 # Glossary category delete event. GLOSSARY_CATEGORY_DELETE = 6 # Glossary term create event. GLOSSARY_TERM_CREATE = 7 # Glossary term update event. GLOSSARY_TERM_UPDATE = 8 # Glossary term delete event. GLOSSARY_TERM_DELETE = 9 end end |