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
Modifier and TypeMethodDescription/ File Path where the new content needs to be put incom.google.protobuf.ByteString/ File Path where the new content needs to be put ingetTextDiffs(int index) / The diffs which need to be applied to this fileint/ The diffs which need to be applied to this file/ The diffs which need to be applied to this filegetTextDiffsOrBuilder(int index) / The diffs which need to be applied to this fileList<? extends Messages.TextDiffOrBuilder>/ The diffs which need to be applied to this fileMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
/ 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
/ The diffs which need to be applied to this file
repeated .gauge.messages.TextDiff textDiffs = 2;
-