Interface Messages.FileDiffOrBuilder

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

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

    Modifier and Type
    Method
    Description
    / File Path where the new content needs to be put in
    com.google.protobuf.ByteString
    / File Path where the new content needs to be put in
    getTextDiffs(int index)
    / The diffs which need to be applied to this file
    int
    / The diffs which need to be applied to this file
    / The diffs which need to be applied to this file
    / The diffs which need to be applied to this file
    / The diffs which need to be applied to this file

    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

    • getFilePath

      String getFilePath()
       / File Path where the new content needs to be put in
       
      string filePath = 1;
      Returns:
      The filePath.
    • getFilePathBytes

      com.google.protobuf.ByteString getFilePathBytes()
       / File Path where the new content needs to be put in
       
      string filePath = 1;
      Returns:
      The bytes for filePath.
    • getTextDiffsList

      List<Messages.TextDiff> getTextDiffsList()
       / The diffs which need to be applied to this file
       
      repeated .gauge.messages.TextDiff textDiffs = 2;
    • getTextDiffs

      Messages.TextDiff getTextDiffs(int index)
       / The diffs which need to be applied to this file
       
      repeated .gauge.messages.TextDiff textDiffs = 2;
    • getTextDiffsCount

      int getTextDiffsCount()
       / The diffs which need to be applied to this file
       
      repeated .gauge.messages.TextDiff textDiffs = 2;
    • getTextDiffsOrBuilderList

      List<? extends Messages.TextDiffOrBuilder> getTextDiffsOrBuilderList()
       / The diffs which need to be applied to this file
       
      repeated .gauge.messages.TextDiff textDiffs = 2;
    • getTextDiffsOrBuilder

      Messages.TextDiffOrBuilder getTextDiffsOrBuilder(int index)
       / The diffs which need to be applied to this file
       
      repeated .gauge.messages.TextDiff textDiffs = 2;