Interface Messages.StubImplementationCodeRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getCodes​(int index)
      / List of implementation codes to be appended to implementation file.
      com.google.protobuf.ByteString getCodesBytes​(int index)
      / List of implementation codes to be appended to implementation file.
      int getCodesCount()
      / List of implementation codes to be appended to implementation file.
      List<String> getCodesList()
      / List of implementation codes to be appended to implementation file.
      String getImplementationFilePath()
      / Path of the file where the new stub implementation will be added
      com.google.protobuf.ByteString getImplementationFilePathBytes()
      / Path of the file where the new stub implementation will be added
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getImplementationFilePath

        String getImplementationFilePath()
        / Path of the file where the new stub implementation will be added
         
        string implementationFilePath = 1;
      • getImplementationFilePathBytes

        com.google.protobuf.ByteString getImplementationFilePathBytes()
        / Path of the file where the new stub implementation will be added
         
        string implementationFilePath = 1;
      • getCodesList

        List<String> getCodesList()
        / List of implementation codes to be appended to implementation file.
         
        repeated string codes = 2;
      • getCodesCount

        int getCodesCount()
        / List of implementation codes to be appended to implementation file.
         
        repeated string codes = 2;
      • getCodes

        String getCodes​(int index)
        / List of implementation codes to be appended to implementation file.
         
        repeated string codes = 2;
      • getCodesBytes

        com.google.protobuf.ByteString getCodesBytes​(int index)
        / List of implementation codes to be appended to implementation file.
         
        repeated string codes = 2;