Interface ThreeDRevisionLogOrBuilder

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

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

    Modifier and Type
    Method
    Description
    optional string info = 4;
    com.google.protobuf.ByteString
    optional string info = 4;
    int
    optional int32 severity = 2;
    long
    optional int64 timestamp = 1;
    optional string type = 3;
    com.google.protobuf.ByteString
    optional string type = 3;
    boolean
    optional string info = 4;
    boolean
    optional int32 severity = 2;
    boolean
    optional int64 timestamp = 1;
    boolean
    optional string type = 3;

    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

    • hasTimestamp

      boolean hasTimestamp()
      optional int64 timestamp = 1;
      Returns:
      Whether the timestamp field is set.
    • getTimestamp

      long getTimestamp()
      optional int64 timestamp = 1;
      Returns:
      The timestamp.
    • hasSeverity

      boolean hasSeverity()
      optional int32 severity = 2;
      Returns:
      Whether the severity field is set.
    • getSeverity

      int getSeverity()
      optional int32 severity = 2;
      Returns:
      The severity.
    • hasType

      boolean hasType()
      optional string type = 3;
      Returns:
      Whether the type field is set.
    • getType

      String getType()
      optional string type = 3;
      Returns:
      The type.
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
      optional string type = 3;
      Returns:
      The bytes for type.
    • hasInfo

      boolean hasInfo()
      optional string info = 4;
      Returns:
      Whether the info field is set.
    • getInfo

      String getInfo()
      optional string info = 4;
      Returns:
      The info.
    • getInfoBytes

      com.google.protobuf.ByteString getInfoBytes()
      optional string info = 4;
      Returns:
      The bytes for info.