Package gauge.messages
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFilePath()/ File Path where the new content needs to be put incom.google.protobuf.ByteStringgetFilePathBytes()/ File Path where the new content needs to be put inMessages.TextDiffgetTextDiffs(int index)/ The diffs which need to be applied to this fileintgetTextDiffsCount()/ The diffs which need to be applied to this fileList<Messages.TextDiff>getTextDiffsList()/ The diffs which need to be applied to this fileMessages.TextDiffOrBuildergetTextDiffsOrBuilder(int index)/ The diffs which need to be applied to this fileList<? extends Messages.TextDiffOrBuilder>getTextDiffsOrBuilderList()/ The diffs which need to be applied to this file-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFilePath
String getFilePath()
/ File Path where the new content needs to be put in
string filePath = 1;
-
getFilePathBytes
com.google.protobuf.ByteString getFilePathBytes()
/ File Path where the new content needs to be put in
string filePath = 1;
-
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;
-
-