Interface DeleteBranchResponse.Builder

    • Method Detail

      • deletedBranch

        DeleteBranchResponse.Builder deletedBranch​(BranchInfo deletedBranch)

        Information about the branch deleted by the operation, including the branch name and the commit ID that was the tip of the branch.

        Parameters:
        deletedBranch - Information about the branch deleted by the operation, including the branch name and the commit ID that was the tip of the branch.
        Returns:
        Returns a reference to this object so that method calls can be chained together.