Interface StreamsOuterClass.BatchAppendReq.ProposedMessageOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StreamsOuterClass.BatchAppendReq.ProposedMessage, StreamsOuterClass.BatchAppendReq.ProposedMessage.Builder
Enclosing class:
StreamsOuterClass.BatchAppendReq

public static interface StreamsOuterClass.BatchAppendReq.ProposedMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    map<string, string> metadata = 2;
    com.google.protobuf.ByteString
    bytes custom_metadata = 3;
    com.google.protobuf.ByteString
    bytes data = 4;
    .event_store.client.UUID id = 1;
    .event_store.client.UUID id = 1;
    Deprecated.
    int
    map<string, string> metadata = 2;
    map<string, string> metadata = 2;
    getMetadataOrDefault(String key, String defaultValue)
    map<string, string> metadata = 2;
    map<string, string> metadata = 2;
    boolean
    .event_store.client.UUID id = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      boolean containsMetadata(String key)
      map<string, string> metadata = 2;
    • getMetadata

      @Deprecated Map<String,String> getMetadata()
      Deprecated.
      Use getMetadataMap() instead.
    • getMetadataMap

      Map<String,String> getMetadataMap()
      map<string, string> metadata = 2;
    • getMetadataOrDefault

      String getMetadataOrDefault(String key, String defaultValue)
      map<string, string> metadata = 2;
    • getMetadataOrThrow

      String getMetadataOrThrow(String key)
      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.