Package umadb.v1
Interface Umadb.EventOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Umadb.Event,Umadb.Event.Builder
- Enclosing class:
Umadb
public static interface Umadb.EventOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringgetData()bytes data = 3;string event_type = 1;com.google.protobuf.ByteStringstring event_type = 1;getTags(int index) repeated string tags = 2;com.google.protobuf.ByteStringgetTagsBytes(int index) repeated string tags = 2;intrepeated string tags = 2;repeated string tags = 2;getUuid()string uuid = 4;com.google.protobuf.ByteStringstring uuid = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getEventType
String getEventType()string event_type = 1;- Returns:
- The eventType.
-
getEventTypeBytes
com.google.protobuf.ByteString getEventTypeBytes()string event_type = 1;- Returns:
- The bytes for eventType.
-
getTagsList
repeated string tags = 2;- Returns:
- A list containing the tags.
-
getTagsCount
int getTagsCount()repeated string tags = 2;- Returns:
- The count of tags.
-
getTags
repeated string tags = 2;- Parameters:
index- The index of the element to return.- Returns:
- The tags at the given index.
-
getTagsBytes
com.google.protobuf.ByteString getTagsBytes(int index) repeated string tags = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the tags at the given index.
-
getData
com.google.protobuf.ByteString getData()bytes data = 3;- Returns:
- The data.
-
getUuid
String getUuid()string uuid = 4;- Returns:
- The uuid.
-
getUuidBytes
com.google.protobuf.ByteString getUuidBytes()string uuid = 4;- Returns:
- The bytes for uuid.
-