List<ProtobufDifference> |
ProtobufCompatibilityCheckerLibrary.checkNoChangingFieldIDs() |
Determine if any field ID number has been changed.
|
List<ProtobufDifference> |
ProtobufCompatibilityCheckerLibrary.checkNoChangingFieldNames() |
Determine if any message's previous fields have been renamed.
|
List<ProtobufDifference> |
ProtobufCompatibilityCheckerLibrary.checkNoChangingFieldTypes() |
Determine if any field type has been changed.
|
List<ProtobufDifference> |
ProtobufCompatibilityCheckerLibrary.checkNoChangingRPCSignature() |
Determine if any RPC signature has been changed while using the same name.
|
List<ProtobufDifference> |
ProtobufCompatibilityCheckerLibrary.checkNoRemovingFieldsWithoutReserve() |
Determine if any field has been removed without a corresponding reservation of that field name or ID.
|
List<ProtobufDifference> |
ProtobufCompatibilityCheckerLibrary.checkNoRemovingReservedFields() |
Determine if any reserved field has been removed.
|
List<ProtobufDifference> |
ProtobufCompatibilityCheckerLibrary.checkNoRemovingServiceRPCs() |
Determine if any RPCs provided by a Service have been removed.
|
List<ProtobufDifference> |
ProtobufCompatibilityCheckerLibrary.checkNoUsingReservedFields() |
Determine if any message's previously reserved fields or IDs are now being used as part of the same message.
|
List<ProtobufDifference> |
ProtobufCompatibilityCheckerLibrary.findDifferences() |
|