Package gauge.messages
Interface Messages.ImplementationFileGlobPatternResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Messages.ImplementationFileGlobPatternResponse,Messages.ImplementationFileGlobPatternResponse.Builder
- Enclosing class:
- Messages
public static interface Messages.ImplementationFileGlobPatternResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetGlobPatterns(int index)/ List of implementation file glob patternscom.google.protobuf.ByteStringgetGlobPatternsBytes(int index)/ List of implementation file glob patternsintgetGlobPatternsCount()/ List of implementation file glob patternsList<String>getGlobPatternsList()/ List of implementation file glob patterns-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getGlobPatternsList
List<String> getGlobPatternsList()
/ List of implementation file glob patterns
repeated string globPatterns = 1;
-
getGlobPatternsCount
int getGlobPatternsCount()
/ List of implementation file glob patterns
repeated string globPatterns = 1;
-
getGlobPatterns
String getGlobPatterns(int index)
/ List of implementation file glob patterns
repeated string globPatterns = 1;
-
getGlobPatternsBytes
com.google.protobuf.ByteString getGlobPatternsBytes(int index)
/ List of implementation file glob patterns
repeated string globPatterns = 1;
-
-