Interface ControlOuterClass.VertexLogOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ControlOuterClass.VertexLog, ControlOuterClass.VertexLog.Builder
Enclosing class:
ControlOuterClass

public static interface ControlOuterClass.VertexLogOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    bytes msg = 4;
    long
    int64 stream = 3;
    .google.protobuf.Timestamp timestamp = 2;
    .google.protobuf.Timestamp timestamp = 2;
    string vertex = 1;
    com.google.protobuf.ByteString
    string vertex = 1;
    boolean
    .google.protobuf.Timestamp timestamp = 2;

    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

    • getVertex

      String getVertex()
      string vertex = 1;
      Returns:
      The vertex.
    • getVertexBytes

      com.google.protobuf.ByteString getVertexBytes()
      string vertex = 1;
      Returns:
      The bytes for vertex.
    • hasTimestamp

      boolean hasTimestamp()
      .google.protobuf.Timestamp timestamp = 2;
      Returns:
      Whether the timestamp field is set.
    • getTimestamp

      Timestamp getTimestamp()
      .google.protobuf.Timestamp timestamp = 2;
      Returns:
      The timestamp.
    • getTimestampOrBuilder

      TimestampOrBuilder getTimestampOrBuilder()
      .google.protobuf.Timestamp timestamp = 2;
    • getStream

      long getStream()
      int64 stream = 3;
      Returns:
      The stream.
    • getMsg

      com.google.protobuf.ByteString getMsg()
      bytes msg = 4;
      Returns:
      The msg.