Interface Messages.RefactorResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Messages.RefactorResponse, Messages.RefactorResponse.Builder
Enclosing class:
Messages

public static interface Messages.RefactorResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    / Error message, valid only if Refactor wasn't successful
    com.google.protobuf.ByteString
    / Error message, valid only if Refactor wasn't successful
    getFileChanges(int index)
    / List of file changes to be made to successfully achieve refactoring.
    int
    / List of file changes to be made to successfully achieve refactoring.
    / List of file changes to be made to successfully achieve refactoring.
    / List of file changes to be made to successfully achieve refactoring.
    / List of file changes to be made to successfully achieve refactoring.
    getFilesChanged(int index)
    / List of files that were affected because of the refactoring.
    com.google.protobuf.ByteString
    / List of files that were affected because of the refactoring.
    int
    / List of files that were affected because of the refactoring.
    / List of files that were affected because of the refactoring.
    boolean
    / Flag indicating the success of Refactor operation.

    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 Details

    • getSuccess

      boolean getSuccess()
       / Flag indicating the success of Refactor operation.
       
      bool success = 1;
      Returns:
      The success.
    • getError

      String getError()
       / Error message, valid only if Refactor wasn't successful
       
      string error = 2;
      Returns:
      The error.
    • getErrorBytes

      com.google.protobuf.ByteString getErrorBytes()
       / Error message, valid only if Refactor wasn't successful
       
      string error = 2;
      Returns:
      The bytes for error.
    • getFilesChangedList

      List<String> getFilesChangedList()
       / List of files that were affected because of the refactoring.
       
      repeated string filesChanged = 3;
      Returns:
      A list containing the filesChanged.
    • getFilesChangedCount

      int getFilesChangedCount()
       / List of files that were affected because of the refactoring.
       
      repeated string filesChanged = 3;
      Returns:
      The count of filesChanged.
    • getFilesChanged

      String getFilesChanged(int index)
       / List of files that were affected because of the refactoring.
       
      repeated string filesChanged = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The filesChanged at the given index.
    • getFilesChangedBytes

      com.google.protobuf.ByteString getFilesChangedBytes(int index)
       / List of files that were affected because of the refactoring.
       
      repeated string filesChanged = 3;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the filesChanged at the given index.
    • getFileChangesList

      List<Messages.FileChanges> getFileChangesList()
       / List of file changes to be made to successfully achieve refactoring.
       
      repeated .gauge.messages.FileChanges fileChanges = 4;
    • getFileChanges

      Messages.FileChanges getFileChanges(int index)
       / List of file changes to be made to successfully achieve refactoring.
       
      repeated .gauge.messages.FileChanges fileChanges = 4;
    • getFileChangesCount

      int getFileChangesCount()
       / List of file changes to be made to successfully achieve refactoring.
       
      repeated .gauge.messages.FileChanges fileChanges = 4;
    • getFileChangesOrBuilderList

      List<? extends Messages.FileChangesOrBuilder> getFileChangesOrBuilderList()
       / List of file changes to be made to successfully achieve refactoring.
       
      repeated .gauge.messages.FileChanges fileChanges = 4;
    • getFileChangesOrBuilder

      Messages.FileChangesOrBuilder getFileChangesOrBuilder(int index)
       / List of file changes to be made to successfully achieve refactoring.
       
      repeated .gauge.messages.FileChanges fileChanges = 4;