Interface StreamsOuterClass.AppendReq.ProposedMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StreamsOuterClass.AppendReq.ProposedMessage,StreamsOuterClass.AppendReq.ProposedMessage.Builder
- Enclosing class:
- StreamsOuterClass.AppendReq
public static interface StreamsOuterClass.AppendReq.ProposedMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsMetadata(String key) map<string, string> metadata = 2;com.google.protobuf.ByteStringbytes custom_metadata = 3;com.google.protobuf.ByteStringgetData()bytes data = 4;getId().event_store.client.UUID id = 1;.event_store.client.UUID id = 1;Deprecated.intmap<string, string> metadata = 2;map<string, string> metadata = 2;getMetadataOrDefault(String key, String defaultValue) map<string, string> metadata = 2;getMetadataOrThrow(String key) map<string, string> metadata = 2;booleanhasId().event_store.client.UUID id = 1;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
-
hasId
boolean hasId().event_store.client.UUID id = 1;- Returns:
- Whether the id field is set.
-
getId
Shared.UUID getId().event_store.client.UUID id = 1;- Returns:
- The id.
-
getIdOrBuilder
Shared.UUIDOrBuilder getIdOrBuilder().event_store.client.UUID id = 1; -
getMetadataCount
int getMetadataCount()map<string, string> metadata = 2; -
containsMetadata
map<string, string> metadata = 2; -
getMetadata
Deprecated.UsegetMetadataMap()instead. -
getMetadataMap
map<string, string> metadata = 2; -
getMetadataOrDefault
map<string, string> metadata = 2; -
getMetadataOrThrow
map<string, string> metadata = 2; -
getCustomMetadata
com.google.protobuf.ByteString getCustomMetadata()bytes custom_metadata = 3;- Returns:
- The customMetadata.
-
getData
com.google.protobuf.ByteString getData()bytes data = 4;- Returns:
- The data.
-