Package com.streamlayer.triggers
Class UpdateEntityRequest
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite<UpdateEntityRequest,UpdateEntityRequest.Builder>
-
- com.streamlayer.triggers.UpdateEntityRequest
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,UpdateEntityRequestOrBuilder
public final class UpdateEntityRequest extends com.google.protobuf.GeneratedMessageLite<UpdateEntityRequest,UpdateEntityRequest.Builder> implements UpdateEntityRequestOrBuilder
Protobuf typestreamlayer.triggers.UpdateEntityRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateEntityRequest.BuilderProtobuf typestreamlayer.triggers.UpdateEntityRequest-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type extends java.lang.Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm
-
-
Field Summary
Fields Modifier and Type Field Description static intDATA_FIELD_NUMBERstatic intEVENT_ID_FIELD_NUMBERstatic intORGANIZATION_ID_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)EntitygetData(int index)repeated .streamlayer.triggers.Entity data = 1 [json_name = "data"];intgetDataCount()repeated .streamlayer.triggers.Entity data = 1 [json_name = "data"];java.util.List<Entity>getDataList()repeated .streamlayer.triggers.Entity data = 1 [json_name = "data"];EntityOrBuildergetDataOrBuilder(int index)repeated .streamlayer.triggers.Entity data = 1 [json_name = "data"];java.util.List<? extends EntityOrBuilder>getDataOrBuilderList()repeated .streamlayer.triggers.Entity data = 1 [json_name = "data"];static UpdateEntityRequestgetDefaultInstance()java.lang.StringgetEventId()required for ModerationSubscriptionResponsecom.google.protobuf.ByteStringgetEventIdBytes()required for ModerationSubscriptionResponsejava.lang.StringgetOrganizationId()required for ModerationSubscriptionResponsecom.google.protobuf.ByteStringgetOrganizationIdBytes()required for ModerationSubscriptionResponsebooleanhasEventId()required for ModerationSubscriptionResponsebooleanhasOrganizationId()required for ModerationSubscriptionResponsestatic UpdateEntityRequest.BuildernewBuilder()static UpdateEntityRequest.BuildernewBuilder(UpdateEntityRequest prototype)static UpdateEntityRequestparseDelimitedFrom(java.io.InputStream input)static UpdateEntityRequestparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateEntityRequestparseFrom(byte[] data)static UpdateEntityRequestparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateEntityRequestparseFrom(com.google.protobuf.ByteString data)static UpdateEntityRequestparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateEntityRequestparseFrom(com.google.protobuf.CodedInputStream input)static UpdateEntityRequestparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateEntityRequestparseFrom(java.io.InputStream input)static UpdateEntityRequestparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateEntityRequestparseFrom(java.nio.ByteBuffer data)static UpdateEntityRequestparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<UpdateEntityRequest>parser()-
Methods inherited from class com.google.protobuf.GeneratedMessageLite
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeTo
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
-
-
-
Field Detail
-
DATA_FIELD_NUMBER
public static final int DATA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ORGANIZATION_ID_FIELD_NUMBER
public static final int ORGANIZATION_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
EVENT_ID_FIELD_NUMBER
public static final int EVENT_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDataList
public java.util.List<Entity> getDataList()
repeated .streamlayer.triggers.Entity data = 1 [json_name = "data"];- Specified by:
getDataListin interfaceUpdateEntityRequestOrBuilder
-
getDataOrBuilderList
public java.util.List<? extends EntityOrBuilder> getDataOrBuilderList()
repeated .streamlayer.triggers.Entity data = 1 [json_name = "data"];
-
getDataCount
public int getDataCount()
repeated .streamlayer.triggers.Entity data = 1 [json_name = "data"];- Specified by:
getDataCountin interfaceUpdateEntityRequestOrBuilder
-
getData
public Entity getData(int index)
repeated .streamlayer.triggers.Entity data = 1 [json_name = "data"];- Specified by:
getDatain interfaceUpdateEntityRequestOrBuilder
-
getDataOrBuilder
public EntityOrBuilder getDataOrBuilder(int index)
repeated .streamlayer.triggers.Entity data = 1 [json_name = "data"];
-
hasOrganizationId
public boolean hasOrganizationId()
required for ModerationSubscriptionResponse
optional string organization_id = 2 [json_name = "organizationId"];- Specified by:
hasOrganizationIdin interfaceUpdateEntityRequestOrBuilder- Returns:
- Whether the organizationId field is set.
-
getOrganizationId
public java.lang.String getOrganizationId()
required for ModerationSubscriptionResponse
optional string organization_id = 2 [json_name = "organizationId"];- Specified by:
getOrganizationIdin interfaceUpdateEntityRequestOrBuilder- Returns:
- The organizationId.
-
getOrganizationIdBytes
public com.google.protobuf.ByteString getOrganizationIdBytes()
required for ModerationSubscriptionResponse
optional string organization_id = 2 [json_name = "organizationId"];- Specified by:
getOrganizationIdBytesin interfaceUpdateEntityRequestOrBuilder- Returns:
- The bytes for organizationId.
-
hasEventId
public boolean hasEventId()
required for ModerationSubscriptionResponse
optional string event_id = 3 [json_name = "eventId"];- Specified by:
hasEventIdin interfaceUpdateEntityRequestOrBuilder- Returns:
- Whether the eventId field is set.
-
getEventId
public java.lang.String getEventId()
required for ModerationSubscriptionResponse
optional string event_id = 3 [json_name = "eventId"];- Specified by:
getEventIdin interfaceUpdateEntityRequestOrBuilder- Returns:
- The eventId.
-
getEventIdBytes
public com.google.protobuf.ByteString getEventIdBytes()
required for ModerationSubscriptionResponse
optional string event_id = 3 [json_name = "eventId"];- Specified by:
getEventIdBytesin interfaceUpdateEntityRequestOrBuilder- Returns:
- The bytes for eventId.
-
parseFrom
public static UpdateEntityRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static UpdateEntityRequest parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static UpdateEntityRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static UpdateEntityRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static UpdateEntityRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static UpdateEntityRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static UpdateEntityRequest parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static UpdateEntityRequest parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static UpdateEntityRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static UpdateEntityRequest parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static UpdateEntityRequest parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static UpdateEntityRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilder
public static UpdateEntityRequest.Builder newBuilder()
-
newBuilder
public static UpdateEntityRequest.Builder newBuilder(UpdateEntityRequest prototype)
-
dynamicMethod
protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)- Specified by:
dynamicMethodin classcom.google.protobuf.GeneratedMessageLite<UpdateEntityRequest,UpdateEntityRequest.Builder>
-
getDefaultInstance
public static UpdateEntityRequest getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<UpdateEntityRequest> parser()
-
-