public final class TriggerEntity extends com.google.protobuf.GeneratedMessageV3 implements TriggerEntityOrBuilder
Trigger is not used as an independent entity, it is retrieved as part of a Table entity.Protobuf type
google.cloud.clouddms.v1.TriggerEntity| Modifier and Type | Class and Description |
|---|---|
static class |
TriggerEntity.Builder
Trigger is not used as an independent entity, it is retrieved as part of a
Table entity.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CUSTOM_FEATURES_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
SQL_CODE_FIELD_NUMBER |
static int |
TRIGGER_TYPE_FIELD_NUMBER |
static int |
TRIGGERING_EVENTS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
com.google.protobuf.Struct |
getCustomFeatures()
Custom engine specific features.
|
com.google.protobuf.StructOrBuilder |
getCustomFeaturesOrBuilder()
Custom engine specific features.
|
static TriggerEntity |
getDefaultInstance() |
TriggerEntity |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getName()
The name of the trigger.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the trigger.
|
com.google.protobuf.Parser<TriggerEntity> |
getParserForType() |
int |
getSerializedSize() |
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.
|
com.google.protobuf.ProtocolStringList |
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.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static TriggerEntity.Builder |
newBuilder() |
static TriggerEntity.Builder |
newBuilder(TriggerEntity prototype) |
TriggerEntity.Builder |
newBuilderForType() |
protected TriggerEntity.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static TriggerEntity |
parseDelimitedFrom(InputStream input) |
static TriggerEntity |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TriggerEntity |
parseFrom(byte[] data) |
static TriggerEntity |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TriggerEntity |
parseFrom(ByteBuffer data) |
static TriggerEntity |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TriggerEntity |
parseFrom(com.google.protobuf.ByteString data) |
static TriggerEntity |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TriggerEntity |
parseFrom(com.google.protobuf.CodedInputStream input) |
static TriggerEntity |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TriggerEntity |
parseFrom(InputStream input) |
static TriggerEntity |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<TriggerEntity> |
parser() |
TriggerEntity.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NAME_FIELD_NUMBER
public static final int TRIGGERING_EVENTS_FIELD_NUMBER
public static final int TRIGGER_TYPE_FIELD_NUMBER
public static final int SQL_CODE_FIELD_NUMBER
public static final int CUSTOM_FEATURES_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getName()
The name of the trigger.
string name = 1;getName in interface TriggerEntityOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
The name of the trigger.
string name = 1;getNameBytes in interface TriggerEntityOrBuilderpublic com.google.protobuf.ProtocolStringList getTriggeringEventsList()
The DML, DDL, or database events that fire the trigger, for example INSERT, UPDATE.
repeated string triggering_events = 2;getTriggeringEventsList in interface TriggerEntityOrBuilderpublic int getTriggeringEventsCount()
The DML, DDL, or database events that fire the trigger, for example INSERT, UPDATE.
repeated string triggering_events = 2;getTriggeringEventsCount in interface TriggerEntityOrBuilderpublic String getTriggeringEvents(int index)
The DML, DDL, or database events that fire the trigger, for example INSERT, UPDATE.
repeated string triggering_events = 2;getTriggeringEvents in interface TriggerEntityOrBuilderindex - The index of the element to return.public 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;getTriggeringEventsBytes in interface TriggerEntityOrBuilderindex - The index of the value to return.public String getTriggerType()
Indicates when the trigger fires, for example BEFORE STATEMENT, AFTER EACH ROW.
string trigger_type = 3;getTriggerType in interface TriggerEntityOrBuilderpublic com.google.protobuf.ByteString getTriggerTypeBytes()
Indicates when the trigger fires, for example BEFORE STATEMENT, AFTER EACH ROW.
string trigger_type = 3;getTriggerTypeBytes in interface TriggerEntityOrBuilderpublic String getSqlCode()
The SQL code which creates the trigger.
string sql_code = 4;getSqlCode in interface TriggerEntityOrBuilderpublic com.google.protobuf.ByteString getSqlCodeBytes()
The SQL code which creates the trigger.
string sql_code = 4;getSqlCodeBytes in interface TriggerEntityOrBuilderpublic boolean hasCustomFeatures()
Custom engine specific features.
.google.protobuf.Struct custom_features = 5;hasCustomFeatures in interface TriggerEntityOrBuilderpublic com.google.protobuf.Struct getCustomFeatures()
Custom engine specific features.
.google.protobuf.Struct custom_features = 5;getCustomFeatures in interface TriggerEntityOrBuilderpublic com.google.protobuf.StructOrBuilder getCustomFeaturesOrBuilder()
Custom engine specific features.
.google.protobuf.Struct custom_features = 5;getCustomFeaturesOrBuilder in interface TriggerEntityOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static TriggerEntity parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TriggerEntity parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TriggerEntity parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TriggerEntity parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TriggerEntity parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TriggerEntity parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TriggerEntity parseFrom(InputStream input) throws IOException
IOExceptionpublic static TriggerEntity parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TriggerEntity parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static TriggerEntity parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TriggerEntity parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static TriggerEntity parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic TriggerEntity.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static TriggerEntity.Builder newBuilder()
public static TriggerEntity.Builder newBuilder(TriggerEntity prototype)
public TriggerEntity.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected TriggerEntity.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static TriggerEntity getDefaultInstance()
public static com.google.protobuf.Parser<TriggerEntity> parser()
public com.google.protobuf.Parser<TriggerEntity> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public TriggerEntity getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.