Interface PublishResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PublishResponse, PublishResponse.Builder

public interface PublishResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getResults(int index)
    Publish results
    int
    Publish results
    Publish results
    Publish results
    Publish results
    RPC ID used to trace errors.
    com.google.protobuf.ByteString
    RPC ID used to trace errors.
    Schema fingerprint for this event, which is a hash of the schema
    com.google.protobuf.ByteString
    Schema fingerprint for this event, which is a hash of the schema

    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

    • getResultsList

      List<PublishResult> getResultsList()
       Publish results
       
      repeated .eventbus.v1.PublishResult results = 1;
    • getResults

      PublishResult getResults(int index)
       Publish results
       
      repeated .eventbus.v1.PublishResult results = 1;
    • getResultsCount

      int getResultsCount()
       Publish results
       
      repeated .eventbus.v1.PublishResult results = 1;
    • getResultsOrBuilderList

      List<? extends PublishResultOrBuilder> getResultsOrBuilderList()
       Publish results
       
      repeated .eventbus.v1.PublishResult results = 1;
    • getResultsOrBuilder

      PublishResultOrBuilder getResultsOrBuilder(int index)
       Publish results
       
      repeated .eventbus.v1.PublishResult results = 1;
    • getSchemaId

      String getSchemaId()
       Schema fingerprint for this event, which is a hash of the schema
       
      string schema_id = 2;
      Returns:
      The schemaId.
    • getSchemaIdBytes

      com.google.protobuf.ByteString getSchemaIdBytes()
       Schema fingerprint for this event, which is a hash of the schema
       
      string schema_id = 2;
      Returns:
      The bytes for schemaId.
    • getRpcId

      String getRpcId()
       RPC ID used to trace errors.
       
      string rpc_id = 3;
      Returns:
      The rpcId.
    • getRpcIdBytes

      com.google.protobuf.ByteString getRpcIdBytes()
       RPC ID used to trace errors.
       
      string rpc_id = 3;
      Returns:
      The bytes for rpcId.