Package gauge.messages
Interface Messages.StubImplementationCodeRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Messages.StubImplementationCodeRequest,Messages.StubImplementationCodeRequest.Builder
- Enclosing class:
- Messages
public static interface Messages.StubImplementationCodeRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCodes(int index) / List of implementation codes to be appended to implementation file.com.google.protobuf.ByteStringgetCodesBytes(int index) / List of implementation codes to be appended to implementation file.int/ List of implementation codes to be appended to implementation file./ List of implementation codes to be appended to implementation file./ Path of the file where the new stub implementation will be addedcom.google.protobuf.ByteString/ Path of the file where the new stub implementation will be addedMethods 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
-
getImplementationFilePath
String getImplementationFilePath()/ Path of the file where the new stub implementation will be added
string implementationFilePath = 1;- Returns:
- The implementationFilePath.
-
getImplementationFilePathBytes
com.google.protobuf.ByteString getImplementationFilePathBytes()/ Path of the file where the new stub implementation will be added
string implementationFilePath = 1;- Returns:
- The bytes for implementationFilePath.
-
getCodesList
/ List of implementation codes to be appended to implementation file.
repeated string codes = 2;- Returns:
- A list containing the codes.
-
getCodesCount
int getCodesCount()/ List of implementation codes to be appended to implementation file.
repeated string codes = 2;- Returns:
- The count of codes.
-
getCodes
/ List of implementation codes to be appended to implementation file.
repeated string codes = 2;- Parameters:
index- The index of the element to return.- Returns:
- The codes at the given index.
-
getCodesBytes
com.google.protobuf.ByteString getCodesBytes(int index) / List of implementation codes to be appended to implementation file.
repeated string codes = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the codes at the given index.
-