Class ApplyPatchInput


  • public class ApplyPatchInput
    extends Object
    Information about a patch to apply.
    • Field Detail

      • patch

        public String patch
        Required. The patch to be applied.

        Must be compatible with `git diff` output. For example, Gerrit API `Get Patch` output.

    • Constructor Detail

      • ApplyPatchInput

        public ApplyPatchInput()