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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getContent()
      / New content to replace the content in the span
      com.google.protobuf.ByteString getContentBytes()
      / New content to replace the content in the span
      Spec.Span getSpan()
      / Range of file to be replaced
      Spec.SpanOrBuilder getSpanOrBuilder()
      / Range of file to be replaced
      boolean hasSpan()
      / 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 Detail

      • hasSpan

        boolean hasSpan()
        / Range of file to be replaced
         
        .gauge.messages.Span span = 1;
      • getSpan

        Spec.Span getSpan()
        / Range of file to be replaced
         
        .gauge.messages.Span span = 1;
      • 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;
      • getContentBytes

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