Package gauge.messages
Class Messages.RefactorResponse
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- gauge.messages.Messages.RefactorResponse
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Messages.RefactorResponseOrBuilder,Serializable
- Enclosing class:
- Messages
public static final class Messages.RefactorResponse extends com.google.protobuf.GeneratedMessageV3 implements Messages.RefactorResponseOrBuilder
/ Response of a RefactorRequest
Protobuf typegauge.messages.RefactorResponse- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMessages.RefactorResponse.Builder/ Response of a RefactorRequest-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intERROR_FIELD_NUMBERstatic intFILECHANGES_FIELD_NUMBERstatic intFILESCHANGED_FIELD_NUMBERstatic intSUCCESS_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static Messages.RefactorResponsegetDefaultInstance()Messages.RefactorResponsegetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()StringgetError()/ Error message, valid only if Refactor wasn't successfulcom.google.protobuf.ByteStringgetErrorBytes()/ Error message, valid only if Refactor wasn't successfulMessages.FileChangesgetFileChanges(int index)/ List of file changes to be made to successfully achieve refactoring.intgetFileChangesCount()/ List of file changes to be made to successfully achieve refactoring.List<Messages.FileChanges>getFileChangesList()/ List of file changes to be made to successfully achieve refactoring.Messages.FileChangesOrBuildergetFileChangesOrBuilder(int index)/ List of file changes to be made to successfully achieve refactoring.List<? extends Messages.FileChangesOrBuilder>getFileChangesOrBuilderList()/ List of file changes to be made to successfully achieve refactoring.StringgetFilesChanged(int index)/ List of files that were affected because of the refactoring.com.google.protobuf.ByteStringgetFilesChangedBytes(int index)/ List of files that were affected because of the refactoring.intgetFilesChangedCount()/ List of files that were affected because of the refactoring.com.google.protobuf.ProtocolStringListgetFilesChangedList()/ List of files that were affected because of the refactoring.com.google.protobuf.Parser<Messages.RefactorResponse>getParserForType()intgetSerializedSize()booleangetSuccess()/ Flag indicating the success of Refactor operation.com.google.protobuf.UnknownFieldSetgetUnknownFields()inthashCode()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static Messages.RefactorResponse.BuildernewBuilder()static Messages.RefactorResponse.BuildernewBuilder(Messages.RefactorResponse prototype)Messages.RefactorResponse.BuildernewBuilderForType()protected Messages.RefactorResponse.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)static Messages.RefactorResponseparseDelimitedFrom(InputStream input)static Messages.RefactorResponseparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Messages.RefactorResponseparseFrom(byte[] data)static Messages.RefactorResponseparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Messages.RefactorResponseparseFrom(com.google.protobuf.ByteString data)static Messages.RefactorResponseparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Messages.RefactorResponseparseFrom(com.google.protobuf.CodedInputStream input)static Messages.RefactorResponseparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Messages.RefactorResponseparseFrom(InputStream input)static Messages.RefactorResponseparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Messages.RefactorResponseparseFrom(ByteBuffer data)static Messages.RefactorResponseparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<Messages.RefactorResponse>parser()Messages.RefactorResponse.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newInstance, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
SUCCESS_FIELD_NUMBER
public static final int SUCCESS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ERROR_FIELD_NUMBER
public static final int ERROR_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FILESCHANGED_FIELD_NUMBER
public static final int FILESCHANGED_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FILECHANGES_FIELD_NUMBER
public static final int FILECHANGES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getSuccess
public boolean getSuccess()
/ Flag indicating the success of Refactor operation.
bool success = 1;- Specified by:
getSuccessin interfaceMessages.RefactorResponseOrBuilder
-
getError
public String getError()
/ Error message, valid only if Refactor wasn't successful
string error = 2;- Specified by:
getErrorin interfaceMessages.RefactorResponseOrBuilder
-
getErrorBytes
public com.google.protobuf.ByteString getErrorBytes()
/ Error message, valid only if Refactor wasn't successful
string error = 2;- Specified by:
getErrorBytesin interfaceMessages.RefactorResponseOrBuilder
-
getFilesChangedList
public com.google.protobuf.ProtocolStringList getFilesChangedList()
/ List of files that were affected because of the refactoring.
repeated string filesChanged = 3;- Specified by:
getFilesChangedListin interfaceMessages.RefactorResponseOrBuilder
-
getFilesChangedCount
public int getFilesChangedCount()
/ List of files that were affected because of the refactoring.
repeated string filesChanged = 3;- Specified by:
getFilesChangedCountin interfaceMessages.RefactorResponseOrBuilder
-
getFilesChanged
public String getFilesChanged(int index)
/ List of files that were affected because of the refactoring.
repeated string filesChanged = 3;- Specified by:
getFilesChangedin interfaceMessages.RefactorResponseOrBuilder
-
getFilesChangedBytes
public com.google.protobuf.ByteString getFilesChangedBytes(int index)
/ List of files that were affected because of the refactoring.
repeated string filesChanged = 3;- Specified by:
getFilesChangedBytesin interfaceMessages.RefactorResponseOrBuilder
-
getFileChangesList
public List<Messages.FileChanges> getFileChangesList()
/ List of file changes to be made to successfully achieve refactoring.
repeated .gauge.messages.FileChanges fileChanges = 4;- Specified by:
getFileChangesListin interfaceMessages.RefactorResponseOrBuilder
-
getFileChangesOrBuilderList
public List<? extends Messages.FileChangesOrBuilder> getFileChangesOrBuilderList()
/ List of file changes to be made to successfully achieve refactoring.
repeated .gauge.messages.FileChanges fileChanges = 4;- Specified by:
getFileChangesOrBuilderListin interfaceMessages.RefactorResponseOrBuilder
-
getFileChangesCount
public int getFileChangesCount()
/ List of file changes to be made to successfully achieve refactoring.
repeated .gauge.messages.FileChanges fileChanges = 4;- Specified by:
getFileChangesCountin interfaceMessages.RefactorResponseOrBuilder
-
getFileChanges
public Messages.FileChanges getFileChanges(int index)
/ List of file changes to be made to successfully achieve refactoring.
repeated .gauge.messages.FileChanges fileChanges = 4;- Specified by:
getFileChangesin interfaceMessages.RefactorResponseOrBuilder
-
getFileChangesOrBuilder
public Messages.FileChangesOrBuilder getFileChangesOrBuilder(int index)
/ List of file changes to be made to successfully achieve refactoring.
repeated .gauge.messages.FileChanges fileChanges = 4;- Specified by:
getFileChangesOrBuilderin interfaceMessages.RefactorResponseOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Messages.RefactorResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Messages.RefactorResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Messages.RefactorResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Messages.RefactorResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Messages.RefactorResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Messages.RefactorResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Messages.RefactorResponse parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Messages.RefactorResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Messages.RefactorResponse parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Messages.RefactorResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Messages.RefactorResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Messages.RefactorResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Messages.RefactorResponse.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Messages.RefactorResponse.Builder newBuilder()
-
newBuilder
public static Messages.RefactorResponse.Builder newBuilder(Messages.RefactorResponse prototype)
-
toBuilder
public Messages.RefactorResponse.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Messages.RefactorResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Messages.RefactorResponse getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Messages.RefactorResponse> parser()
-
getParserForType
public com.google.protobuf.Parser<Messages.RefactorResponse> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Messages.RefactorResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-