Interface Messages.TextDiffOrBuilder

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

public static interface Messages.TextDiffOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    / New content to replace the content in the span
    com.google.protobuf.ByteString
    / New content to replace the content in the span
    / Range of file to be replaced
    / Range of file to be replaced
    boolean
    / Range of file to be replaced

    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

    • hasSpan

      boolean hasSpan()
       / Range of file to be replaced
       
      .gauge.messages.Span span = 1;
      Returns:
      Whether the span field is set.
    • getSpan

      Spec.Span getSpan()
       / Range of file to be replaced
       
      .gauge.messages.Span span = 1;
      Returns:
      The span.
    • getSpanOrBuilder

      Spec.SpanOrBuilder getSpanOrBuilder()
       / Range of file to be replaced
       
      .gauge.messages.Span span = 1;
    • getContent

      String getContent()
       / New content to replace the content in the span
       
      string content = 2;
      Returns:
      The content.
    • getContentBytes

      com.google.protobuf.ByteString getContentBytes()
       / New content to replace the content in the span
       
      string content = 2;
      Returns:
      The bytes for content.