Interface Schema.MessageRecordOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Schema.MessageRecord, Schema.MessageRecord.Builder
    Enclosing class:
    Schema

    public static interface Schema.MessageRecordOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasMetadata

        boolean hasMetadata()
        .exporter_protocol.RecordMetadata metadata = 1;
      • getName

        String getName()
        string name = 2;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        string name = 2;
      • getCorrelationKey

        String getCorrelationKey()
        string correlationKey = 3;
      • getCorrelationKeyBytes

        com.google.protobuf.ByteString getCorrelationKeyBytes()
        string correlationKey = 3;
      • getMessageId

        String getMessageId()
        string messageId = 4;
      • getMessageIdBytes

        com.google.protobuf.ByteString getMessageIdBytes()
        string messageId = 4;
      • getTimeToLive

        long getTimeToLive()
        int64 timeToLive = 5;
      • hasVariables

        boolean hasVariables()
        .google.protobuf.Struct variables = 6;
      • getVariables

        com.google.protobuf.Struct getVariables()
        .google.protobuf.Struct variables = 6;
      • getVariablesOrBuilder

        com.google.protobuf.StructOrBuilder getVariablesOrBuilder()
        .google.protobuf.Struct variables = 6;