Package gauge.messages
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
Methods 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
-
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.
-