Package gauge.messages
Interface Messages.ImplementationFileListResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Messages.ImplementationFileListResponse,Messages.ImplementationFileListResponse.Builder
- Enclosing class:
- Messages
public static interface Messages.ImplementationFileListResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetImplementationFilePaths(int index) / List of implementation filescom.google.protobuf.ByteStringgetImplementationFilePathsBytes(int index) / List of implementation filesint/ List of implementation files/ List of implementation filesMethods 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
-
getImplementationFilePathsList
/ List of implementation files
repeated string implementationFilePaths = 1;- Returns:
- A list containing the implementationFilePaths.
-
getImplementationFilePathsCount
int getImplementationFilePathsCount()/ List of implementation files
repeated string implementationFilePaths = 1;- Returns:
- The count of implementationFilePaths.
-
getImplementationFilePaths
/ List of implementation files
repeated string implementationFilePaths = 1;- Parameters:
index- The index of the element to return.- Returns:
- The implementationFilePaths at the given index.
-
getImplementationFilePathsBytes
com.google.protobuf.ByteString getImplementationFilePathsBytes(int index) / List of implementation files
repeated string implementationFilePaths = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the implementationFilePaths at the given index.
-