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
Modifier and TypeMethodDescriptiongetGlobPatterns(int index) / List of implementation file glob patternscom.google.protobuf.ByteStringgetGlobPatternsBytes(int index) / List of implementation file glob patternsint/ List of implementation file glob patterns/ List of implementation file glob patternsMethods 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
-
getGlobPatternsList
/ List of implementation file glob patterns
repeated string globPatterns = 1;- Returns:
- A list containing the globPatterns.
-
getGlobPatternsCount
int getGlobPatternsCount()/ List of implementation file glob patterns
repeated string globPatterns = 1;- Returns:
- The count of globPatterns.
-
getGlobPatterns
/ List of implementation file glob patterns
repeated string globPatterns = 1;- Parameters:
index- The index of the element to return.- Returns:
- The globPatterns at the given index.
-
getGlobPatternsBytes
com.google.protobuf.ByteString getGlobPatternsBytes(int index) / List of implementation file glob patterns
repeated string globPatterns = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the globPatterns at the given index.
-