public interface TriggerEntityOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Struct |
getCustomFeatures()
Custom engine specific features.
|
com.google.protobuf.StructOrBuilder |
getCustomFeaturesOrBuilder()
Custom engine specific features.
|
String |
getName()
The name of the trigger.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the trigger.
|
String |
getSqlCode()
The SQL code which creates the trigger.
|
com.google.protobuf.ByteString |
getSqlCodeBytes()
The SQL code which creates the trigger.
|
String |
getTriggeringEvents(int index)
The DML, DDL, or database events that fire the trigger, for example
INSERT, UPDATE.
|
com.google.protobuf.ByteString |
getTriggeringEventsBytes(int index)
The DML, DDL, or database events that fire the trigger, for example
INSERT, UPDATE.
|
int |
getTriggeringEventsCount()
The DML, DDL, or database events that fire the trigger, for example
INSERT, UPDATE.
|
List<String> |
getTriggeringEventsList()
The DML, DDL, or database events that fire the trigger, for example
INSERT, UPDATE.
|
String |
getTriggerType()
Indicates when the trigger fires, for example BEFORE STATEMENT, AFTER EACH
ROW.
|
com.google.protobuf.ByteString |
getTriggerTypeBytes()
Indicates when the trigger fires, for example BEFORE STATEMENT, AFTER EACH
ROW.
|
boolean |
hasCustomFeatures()
Custom engine specific features.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name of the trigger.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The name of the trigger.
string name = 1;List<String> getTriggeringEventsList()
The DML, DDL, or database events that fire the trigger, for example INSERT, UPDATE.
repeated string triggering_events = 2;int getTriggeringEventsCount()
The DML, DDL, or database events that fire the trigger, for example INSERT, UPDATE.
repeated string triggering_events = 2;String getTriggeringEvents(int index)
The DML, DDL, or database events that fire the trigger, for example INSERT, UPDATE.
repeated string triggering_events = 2;index - The index of the element to return.com.google.protobuf.ByteString getTriggeringEventsBytes(int index)
The DML, DDL, or database events that fire the trigger, for example INSERT, UPDATE.
repeated string triggering_events = 2;index - The index of the value to return.String getTriggerType()
Indicates when the trigger fires, for example BEFORE STATEMENT, AFTER EACH ROW.
string trigger_type = 3;com.google.protobuf.ByteString getTriggerTypeBytes()
Indicates when the trigger fires, for example BEFORE STATEMENT, AFTER EACH ROW.
string trigger_type = 3;String getSqlCode()
The SQL code which creates the trigger.
string sql_code = 4;com.google.protobuf.ByteString getSqlCodeBytes()
The SQL code which creates the trigger.
string sql_code = 4;boolean hasCustomFeatures()
Custom engine specific features.
.google.protobuf.Struct custom_features = 5;com.google.protobuf.Struct getCustomFeatures()
Custom engine specific features.
.google.protobuf.Struct custom_features = 5;com.google.protobuf.StructOrBuilder getCustomFeaturesOrBuilder()
Custom engine specific features.
.google.protobuf.Struct custom_features = 5;Copyright © 2024 Google LLC. All rights reserved.